Skip to content

Commit

Permalink
docs: update the bootstrap command
Browse files Browse the repository at this point in the history
  • Loading branch information
dsluijk committed Dec 13, 2024
1 parent 0a55f1d commit 905563e
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 905563e

Please sign in to comment.