klagroix
klagroix
**Is your feature request related to a problem?** Currently our EKS upgrade strategy is blue/green where we provision a new cluster and migrate workloads over to the new cluster. For...
We're trying to use vitess-operator with an S3 backup spec defined in our VitessCluster manifest. Example as follows: ``` spec: backup: engine: xtrabackup locations: - s3: bucket: my-s3-bucket region: us-east-1...
**Description:** Looking at the documentation, there appears to only be one flag to control the counter date: [ignore-updates](https://github.com/actions/stale#ignore-updates). Setting this to true changes the action to look at `created_at` instead...
Since installing the rollout-extension in argo-cd, the container logs show with an off-white background. Example:  Without the exension installed, the logs show as expected:  Is there any way...
# Summary https://github.com/argoproj/argo-cd/pull/17566 updated Argo CD to be able to compare semver tags. This allows us to use a constraint like `>=1.2.0` to select the latest git tag that meets...