Skip to content

Commit

Permalink
Add docs for 'setting up your first cluster' (kubernetes-sigs#6544)
Browse files Browse the repository at this point in the history
  • Loading branch information
Svendegroote91 authored and LuckySB committed Jan 10, 2021
1 parent f0b6dda commit 5fb21ea
Show file tree
Hide file tree
Showing 3 changed files with 652 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ vagrant up
- [Requirements](#requirements)
- [Kubespray vs ...](docs/comparisons.md)
- [Getting started](docs/getting-started.md)
- [Setting up your first cluster](docs/setting-up-your-first-cluster.md)
- [Ansible inventory and tags](docs/ansible.md)
- [Integration with existing ansible repo](docs/integration.md)
- [Deployment data variables](docs/vars.md)
Expand Down
5 changes: 5 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,8 @@ cd inventory/mycluster/artifacts
```

If desired, copy admin.conf to ~/.kube/config.

## Setting up your first cluster

[Setting up your first cluster](/docs/setting-up-your-first-cluster.md) is an
applied step-by-step guide for setting up your first cluster with Kubespray.
Loading

0 comments on commit 5fb21ea

Please sign in to comment.