gitops-engine
gitops-engine copied to clipboard
Democratizing GitOps
Retrieve object from cache based on ResourceKey. Cache manifest if it isn't already cached. This is required in support of https://github.com/argoproj/argo-cd/issues/3854 and https://github.com/argoproj/argo-cd/pull/3863.
The synchronization process is controlled by the following annotations: * argocd.argoproj.io/sync-wave * argocd.argoproj.io/hook * argocd.argoproj.io/hook-delete-policy * argocd.argoproj.io/sync-wave We should get rid of `argocd` part since the engine is not specific...
Provide an example of how to use next generation Flux/Argo (i.e. GitOps Engine). Posts point you here to "take it for a spin" but there are no instructions on how...
### Feature request: ## aim : split git repo on 2 repo git : one public one private ## context: We need to deploy on differents K8S the nearly the...
It's likely that syncs contain multiple tasks with the same gvk. This will make sure we only hit the k8s API once per gvk per sync operation.
Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) from 1.24.2 to 1.25.1. Release notes Sourced from k8s.io/kubernetes's releases. Kubernetes v1.25.1 See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG. See the CHANGELOG for more details....
TLDR; `DELETE` event during handling of `BeforeHookCreation` deletion policy can be delayed while `etcd` is running garbage collection: 1. at the same time "finished" hook is present in the cache,...
TLDR: I believe that with `before-hook-creation` under heavy load our ArgoCD (`2.3.3` on EKS) processes a PreSync phase as `Completed` before fully processing resource (`Job`) deletion. This is a followup...
## Description PodSecurityPolicy which was initially [deprecated with K8s 1.21](https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/#what-does-deprecation-mean-in-kubernetes) has now been [completely removed with K8s 1.25](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md#podsecuritypolicy-is-removed-pod-security-admission-graduates-to-stable). ## What's next Now, Namespaces can be labeled to enforce the [Pod...
Problems: When I initialize argo controller in huge cluster(more then 10000 nodes), it will takes about 1 hour to get ready. I can only observe the progress by `GetClusterInfo`, but...