An open API service indexing awesome lists of open source software.

https://github.com/abhishek010397/setup


https://github.com/abhishek010397/setup

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Setup

## Usage

Add the system information gathered above into a file called hosts.ini. For example:

```bash
[master]

[node]

[k3s-cluster:children]
master
node

```

Start provisioning of the cluster using the following command:

```bash
ansible-playbook site.yml -i inventory/hosts.ini
```

## Kubeconfig

To get access to your **Kubernetes** cluster just

```bash
scp debian@master_pi:~/kube/config ~/.kube/config
```

## Docker-Registry

to setup docker registry use :-

deploy.yml
provision.yml
and roles folder