docs: Add kube config backup documentation
This commit is contained in:
parent
ef067d6aa1
commit
b4750d9b58
@ -12,6 +12,14 @@
|
||||
apt install make git vagrant ansible
|
||||
```
|
||||
|
||||
## Before starting
|
||||
If you have already configured kubernetes clusters on your machines (`~/.kube/config` exists and not empty), backup your keys as follows:
|
||||
```
|
||||
cp ~/.kube/config ~/.kube/config-base
|
||||
```
|
||||
|
||||
This way, your already configured keys will be onboarded with the current pipeline, and ported to the resulting configuration file.
|
||||
|
||||
## Setup
|
||||
Clone the whole repository, including submodules
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user