From 905563e3cfb672655d2a4b1e65682b6891716962 Mon Sep 17 00:00:00 2001 From: Dany Sluijk Date: Fri, 13 Dec 2024 17:01:34 +0100 Subject: [PATCH] docs: update the bootstrap command --- README.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6bf09de..4729551 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,29 @@ # WISCH Kubernetes Cluster Welcome to the WISVCH Kubernetes Cluster repo. This repository is a collection of config files that make up the currently running kubernetes cloud deployment of WISVCH. The kubernetes cluster is configured to use: - - Kubernetes - - Fluxv2 - - Helm - - Mozilla sops - - The CH charts repository: https://github.com/WISVCH/charts - -It is recommended to read up on Kubernetes, fluxV2 and Helm before contributing. + +- Kubernetes +- Fluxv2 +- Helm +- Mozilla sops +- The CH charts repository: https://github.com/WISVCH/charts + +It is recommended to read up on Kubernetes, fluxV2 and Helm before contributing. ## Quick start guide + Adding an application to the release cluster: - - Make a pull request at https://github.com/WISVCH/charts with a new chart. - - Add the secrets to the `./secrets` folder according to the instructions of the README.md in that folder - - Add the app to the `./apps` folder according to the instructions of the README.md in that folder +- Make a pull request at https://github.com/WISVCH/charts with a new chart. +- Add the secrets to the `./secrets` folder according to the instructions of the README.md in that folder +- Add the app to the `./apps` folder according to the instructions of the README.md in that folder -## Miscellaneous +## Miscellaneous FLux was originally bootstrapped with the command: + ```bash -flux bootstrap github --components-extra=image-reflector-controller,image-automation-controller --read-write-key --owner=WISVCH --repository=gke-cluster --branch=main --path=./clusters/release +flux bootstrap github --components-extra=image-reflector-controller,image-automation-controller --read-write-key --owner=WISVCH --repository=gke-cluster --branch=main --path=./clusters/release --token-auth --personal ``` Age is used for secret encryption.