Jonathan West
Jonathan West
gitops-engine directly calls kubectl command code to create/apply/replace/delete K8s resources on the cluster. This ensures that the logic used by gitops-engine consumers (such as Argo CD) interacts with those K8s...
**What does this PR do / why we need it**: - Switch to hard reset, from rebase, in rollouts upgrade script - This avoids errors related to any unrelated changes...
**What does this PR do / why we need it**: - This PR adds logic to sanity test the behaviour of the operator during the tests: - We check the...
Seeing this intermittent E2e test error in a couple of PRs. More specifically, the mechanism for detecting unexpected errors is flagging these lines. We should either add them to the...
See parent issue for details: https://github.com/argoproj/gitops-engine/issues/614 This PR: - When calling gitops-engine, you will now need to explicitly define the temporary path to write kubectl manifests to: - Add new...
At present, gitops-engine (and consumers of gitops-engine API) use `/dev/shm` to store temporary files that are passed to kubectl, such as manifests and cluster credentials. The temp directory logic can...
Update to latest release of Argo Rollouts: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.2 Before merging this PR, ensure you check the Argo Rollouts change logs and release notes: - ensure there are no changes to...
Currently, RolloutManager has no way to set the number of replicas for the Argo Rollouts controller (part of Argo Rollouts install). The ability to increases the number of replicas [is...