docs: Add kube config backup documentation

This commit is contained in:
Tanguy Herbron 2024-02-28 12:41:52 +01:00
parent ef067d6aa1
commit b4750d9b58

View File

@ -12,6 +12,14 @@
apt install make git vagrant ansible 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 ## Setup
Clone the whole repository, including submodules Clone the whole repository, including submodules
``` ```