-
BackgroundWe have a older version cluster wide instance and a lastest namespaced instance in a same k8s cluster. The configuration of workflow in namespaced instance will be overridden by cluster instance (eg: I did not find any doc about switch installation mode, remind me if there is any. Thanks! what I have doneI run the older cluster version in kind instance, then change the manifests with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is no formal process for that. You would just delete your existing Controller and start a new one with the changed mode. Changing the manifests, as you said you did, and applying them would result in an equivalent change; the Controller Deployment would be restarted with the new configuration.
Yes, that would be expected, given that your Controller is no longer watching those namespaces. |
Beta Was this translation helpful? Give feedback.
There is no formal process for that. You would just delete your existing Controller and start a new one with the changed mode.
Changing the manifests, as you said you did, and applying them would result in an equivalent change; the Controller Deployment would be restarted with the new configuration.
Yes, that would be expected, given that your Controller is no longer watching those namespaces.