https://github.com/abhishek010397/setup
https://github.com/abhishek010397/setup
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhishek010397/setup
- Owner: Abhishek010397
- Created: 2020-04-07T21:33:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T10:34:13.000Z (over 5 years ago)
- Last Synced: 2025-02-15T11:18:45.909Z (8 months ago)
- Language: Shell
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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