faros icon indicating copy to clipboard operation
faros copied to clipboard

Faros is a CRD based GitOps controller

Results 29 faros issues
Sort by recently updated
recently updated
newest added

```bash ─» kustomize build config/default/ Error: rawResources failed to read Resources: Load from path ../rbac/rbac_role.yaml failed: security; file '../rbac/rbac_role.yaml' is not in or below '/home/youorme/go/src/github.com/pusher/faros/config/default' ```

A misconfiguration in Faros or the GitOps repository it watches could potentially lead to all resources managed by Faros being deleted. When the branch name or subpath was changed in...

We're concerned with resources being deleted in production environments. We consider the current Faros approach a risk and therefore have introduced proposals that would mitigate this risk. This issue summarises...

Accidentally or by any other means deleting the `GitTrack` resource would result in all deployed resources managed by Faros being deleted. As the default behaviour is `--cascade=true`, we consider this...

If we parse a file that has no namespace set, it should default to the namespace that the controller is running in (if restricted to a namespace) or to the...

enhancement

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),...

It is currently not possible for Faros to track an individual file. We currently only allow paths and load all files within that path. We should check if the subpath...

enhancement

If a resource is removed from a repository, the GTO managing the resource is deleted. This does not however remove the metrics associated with the GTO and as such, if...

bug

Sometimes the `ChildrenUptoDate` condition will show `True` even though `objectsApplied > objectsInSync`