Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 2.02 KB

admin-notes.md

File metadata and controls

36 lines (27 loc) · 2.02 KB

Administration Notes

Troubleshooting

Frequently Used Fixes

  • flux reconcile source git flux-system to synchronise git changes without waiting for source-controller to notice
  • helm rollback (if helm release is in failed state)

Debugging Helm Chart with HelmRelease values

If helm lint is happy but operator is complaining:

  • copy values section from the HelmRelease to a dummy.yaml
  • run helm dependency update charts/libero-reviewer
  • now you can run helm install --dry-run or helm template --debug

Useful kubectl tools