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
Due the kubernetes APIs we use internally in redis-operator it only supports kubernetes >= 1.21 so we could remove this checks in the chart and use directly apps/v1 API
ok, I've updated my Pull Request.
But actually, after I force deploy redis-operator on my OLD 1.18.20, redis works fine without error , so far so good. :-)
Expected behaviour
The version handling is not accurate.
in
charts/redisoperator/templates/_versions.tpl
the starting point should be 1.16 instead of 1.19.
#487 is created to fix it
per https://kubernetes.io/docs/reference/using-api/deprecation-guide/
Actual behaviour
What is happening? Are all the pieces created? Can you access to the service?
Steps to reproduce the behaviour
Describe step by step what you've have done to get to this point
Environment
How are the pieces configured?
Logs
Please, add the debugging logs. In order to be able to gather them, add
-debug
flag when running the operator.The text was updated successfully, but these errors were encountered: