-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BUG] redis master service does not deploy #36
Comments
I think that could be related to your version of kubernetes (1.20) which doesn't support Let me see if that can be disabled in redis chart. |
There is normally a check in the chart to see if it's supported: How do you deploy the chart? |
I dump all helm charts to files, and apply these in kubernetes.
|
The Redis chart is checking for capabilities based on k8s version when doing helm install directly, maybe the way you do it doesn't return the correct kubernetes version and thus includes features that aren't supported by your k8s version? |
Describe the bug
When redis service is to be created, the headless one comes up, the master does not.
Error message comes and service is not created.
Removing the
Environment
k3s on ubuntu server 22.04.
Additional context
Removing the internalTrafficPolicy makes the svc go through.
The text was updated successfully, but these errors were encountered: