Tags: dominikbraun/argo-cd
Tags
Support cluster management using the internal k8s API address https:/… …/kubernetes.default.svc (argoproj#307)
Fail app sync if `prune` flag is required (argoproj#276) * Add status field to resource details * Update generated code * Set up const message responses * Check number of resources requiring pruning * Fix imports * Use string, thanks @alexmt * Update generated code
Take into account number of unavailable replicas to decided if deploy… …ment is healthy or not (argoproj#270) * Take into account number of unavailable replicas to decided if deployment is healthy or not * Run one controller for all e2e tests to reduce tests duration * Apply reviewer notes: use logic from kubectl/rollout_status.go to check deployment health