You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some security reasons, some users are given a single namespace to play with , and cannot create another namespace.
The current kustomization prevents from installing the operator in other namespace than the default chaostoolkit-crd namespace.
To change the installation namespace, two steps are required:
changes the namespace in kustomization.yaml files (depending on the overlay)
changes the default command for the container in the deployment, to listen to another namespace (otherwise the operator will not work and remain silent)