-
We are running argo events on EKS cluster, just want to check is there any way we can export argo-events sources and sensors config and import on a new EKS cluster. For argo workflows including some of the cron jobs we are following this: https://argoproj.github.io/argo-workflows/disaster-recovery/
Does argo events have anything similar ? |
Beta Was this translation helpful? Give feedback.
Answered by
whynowy
Mar 2, 2022
Replies: 1 comment 1 reply
-
That should be similar,
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
naveenb30
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That should be similar,
kubectl get es, sensor, eventbus -o yaml > xxx.yaml
kubectl apply -f xxx.yaml