-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configmap "ziti-controller-ctrl-plane-cas" not found in ziti-controller-0.2.6 #95
Comments
Thanks for starting a conversation about this. I regret that I overlooked creating a situation where the controller's own namespace is not automatically selected! There are two namespace-related variables here.
The values under Will you please look over the attached PR? |
…lector chart value; resolves #95
…lector chart value; resolves #95
After upgrading ziti-controller from 0.2.4 to 0.2.6, the ziti-controller pod did not start up:
Reason was that the "Bundle" object created with trust-manager had the following "target" configuration:
...when no namespace was labeled with this label/value pair. I manually, as a workaround did this:
Than the configmap was created immediately, and ziti-router started just fine.
As a solution for this, should the values.yaml be changed to contain something like this?
and template this into the currently hardcoded section of templates/ca-bundle.yaml? Currently, in ca-bundle.yaml there is the label selector hardcoded, and the values'
trust-manager.app.trust.namespace
is not being used anywhere in the templates. Seems it has been left over in one of the latest commits.The text was updated successfully, but these errors were encountered: