Philippa Taprogge
Philippa Taprogge
In many cases it is desirable to know when a change was applied to a given cluster, e.g. when reviewing incident impact. Currently GitTracks only contain information on what git...
Currently, if a change to the yaml/json definition of a faros-managed object fails to parse, faros will no longer consider that object to be part of the repository and consequently...
When a `pdb` changes from `maxUnavailable` to `minAvailable` or vice versa, the update fails with ``` message: 'unable to update child resource: PodDisruptionBudget.policy "nginx-ingress-controller" is invalid: [spec: Invalid value: policy.PodDisruptionBudgetSpec{MinAvailable:(*intstr.IntOrString)(0xc425d44200),...
Sometimes the `ChildrenUptoDate` condition will show `True` even though `objectsApplied > objectsInSync`
I'm trying to follow the example in the README on how to handle local filesystem vs embedded assets with a `dev` build tag. My project looks like this: ``` ├──...