1
0
mirror of synced 2026-02-07 03:05:56 +00:00

Add flux CLI container image to docs

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-04-07 20:31:02 +03:00
parent f4adfc3029
commit 719ef3c44c
3 changed files with 28 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ az aks create \
When working with the Azure CLI, it can help to set a default `location`, `group`, and `acr`.
See `az configure --help`, `az configure --list-defaults`, and `az configure --defaults key=value`.
## Flux Installation with Azure DevOps Repos
## Flux Installation for Azure DevOps
Ensure you can login to [dev.azure.com](https://dev.azure.com) for your proper organization,
and create a new repository to hold your Flux install and other Kubernetes resources.
@@ -72,7 +72,7 @@ Create a directory inside the repository:
mkdir -p ./clusters/my-cluster/flux-system
```
Generate the Flux manifests with:
Download the [Flux CLI](../guides/installation.md#install-the-flux-cli) and generate the manifests with:
```sh
flux install \
@@ -166,6 +166,12 @@ cd ./clusters/my-cluster/flux-system && kustomize create --autodetect
git add -A && git commit -m "add sync manifests" && git push
```
Wait for Flux to reconcile your previous commit with:
```sh
watch flux get kustomization flux-system
```
### Flux Upgrade
To upgrade the Flux components to a newer version, download the latest `flux` binary,