Skip to content
Snippets Groups Projects
Unverified Commit 28428ca9 authored by Varac's avatar Varac
Browse files

Reconcile kustomizations

parent dfc2c6ec
No related branches found
No related tags found
No related merge requests found
......@@ -197,11 +197,11 @@ Before installing, you configured cluster variables in your cluster directory
in `.flux.env`. If you change any of these variables after installation you can
apply the changes by following the *Step 1*: `Install core applications`_
instructions until the step ``kubectl apply -k $CLUSTER_DIR``. Then, use the
following command that will apply the changes to all installed helm releases:
following command that will apply the changes to all installed kustomizations:
.. code:: bash
kubectl get -A hr --template '{{range .items}}{{.metadata.namespace}}/{{.metadata.name}}{{"\n"}}{{end}}' | awk -F'/' '{system("flux reconcile -n " $1 " helmrelease " $2)}'
flux get -A kustomizations --no-header | awk -F' ' '{system("flux reconcile -n " $1 " kustomization " $2)}'
.. _kubectl logs: https://kubernetes.io/docs/concepts/cluster-administration/logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment