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
{{ message }}
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
1.5 syntax still works on 1.6, but we recommend using 1.6 syntax. In Kubernetes 1.6, Init Containers were made a field in the API. The beta annotation is still respected in 1.6 and 1.7, but is not supported in 1.8 or greater.
Running K8s 1.9.0, I've had problems running k8s-redis-ha which uses the old notation for init containers.
I think it would be better to support the latest version of k8s, perhaps keeping the old one for legacy support
From the documentation, it can be read:
Running K8s 1.9.0, I've had problems running
k8s-redis-ha
which uses the old notation for init containers.I think it would be better to support the latest version of k8s, perhaps keeping the old one for legacy support
I'm happy to make PR if that helps
The text was updated successfully, but these errors were encountered: