Skip to content

Commit

Permalink
Update docs/documentation/backup_plan.md
Browse files Browse the repository at this point in the history
Accepted

Co-authored-by: Jérémie Tarot <silopolis@gmail.com>
  • Loading branch information
JoAngel8 and silopolis authored Dec 21, 2023
1 parent 426cb19 commit 78bb9f7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/documentation/backup_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,20 +169,9 @@ Maintenant, nous avons autorisé au principal de pouvoir accéder au Bucket. Not

**A developper** ..

```
```console
sudo apt-get install snapd
sudo snap install k9s
```
* configurer les variables d'environnement: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
* Récupérer le cluster config:
```
aws eks update-kubeconfig --region eu-west-3 --name [cluster_name] --kubeconfig ~/.kube/[cluster_name].config
```
* Configure le variable KUBECONFIG:
```
export KUBECONFIG=~/.kube/[cluster_name].config
k9s
```

### 2.2 Configurer le Cluster Postgres

Expand Down

0 comments on commit 78bb9f7

Please sign in to comment.