-
Notifications
You must be signed in to change notification settings - Fork 41
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
Basically helm deployment doesn't work #928
Comments
Hello @victor-sys-admin 👋 The controller needs one volume to store the bbolt database as a file. Here's the Helm template for that The PVC will try to provision with the default storage class, unless you specify a class. It sounds like the cluster can't satisfy the PVC for some reason. It could be that a PVC with the same name was recently released and hasn't finished cleaning up, or the cloud provider is unable to provision a volume with the specified (or default) storage class for some other reason. Are you overriding the default storage class? Are there other PVCs in the cluster using the same storage class as the one selected for this Helm release? |
I just exec the helm controller (changing clientApi.advertisedHost="my.domain" and clientApi.type to ingress) |
Now I see you meant the secrets, etc. from the pod events, not a pvc. The pod is waiting for those to become available. Are cert-manager and trust-manager ready? Is the trust namespace set to the namespace where the ziti controller is deployed? |
Here where the trust namespace is set: https://github.com/openziti/helm-charts/blob/ziti-controller-1.0.14/charts/ziti-controller/values.yaml#L397 |
OK, when I deploy cert-manager and trust-manager I haven't done any customization, I just follow your documentation. Do you have a documentation for all required customization ? |
it's not deploying the half of the volumes
Only 1 volume is deploy
The text was updated successfully, but these errors were encountered: