Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 876 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 876 Bytes

manifests

If you don't know what you're doing and/or not authorized by Warren Snipes to change something please DO NOT.

Stack

Debugging

Kustomize

To test if your kustomize changes will work out use the following command in the directory you want to test:

kubectl kustomize

Flux

To follow logs as they come use the following command:

flux logs --follow

To get the status of your kustomizations use the following command:

flux get kustomizations -A

To force a reconciliation of a specific kustomization live use the following command:

flux reconcile kustomization apps