Replies: 2 comments
-
@Dentrax Check this guide https://codefresh.io/blog/progressive-delivery-for-kubernetes-config-maps-using-argo-rollouts/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use Argo Rollouts to gradually rollout my ConfigMap/Secret/CRD resources to clusters. Can I use it for this purpose? Or it's just designed to work with Deployments/Services? (If so, are there any workaround or related works to make it work to rollout my custom resources to clusters?)
Use Case:
I want to change my service's configuration gradually across clusters and want to see if everything is OK. I also want to use AnalysisTemplate to check errors from Prometheus metrics.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions