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
As outlined in a blog post, deprecated API versions were removed in Kubernetes 1.16. For instance extensions/v1beta1, apps/v1beta1 and apps/v1beta2 are gone.
As a result, mico's Kubernetes YAML files can no longer be deployed on Kubernetes ≥ 1.16 without modification.
In some files, the new API names are noted as comments, in others they aren't. For instance:
Changing the files to work out-of-the-box on kube ≥ 1.16 would be break compatibility with old kubernetes versions. I can prepare a pull request, but question to the maintainers is:
Would you accept a contribution that fixes this but breaks that compatibility by updating the referenced API versions?
The text was updated successfully, but these errors were encountered:
As outlined in a blog post, deprecated API versions were removed in Kubernetes 1.16. For instance
extensions/v1beta1
,apps/v1beta1
andapps/v1beta2
are gone.As a result, mico's Kubernetes YAML files can no longer be deployed on Kubernetes ≥ 1.16 without modification.
In some files, the new API names are noted as comments, in others they aren't. For instance:
mico/install/kubernetes/kube-state-metrics/kube-state-metrics-deployment.yaml
Lines 1 to 3 in 637af25
mico/install/kubernetes/monitoring/node-directory-size-metrics.yaml
Line 2 in 637af25
Click to expand the list of files that would need to be changed
Changing the files to work out-of-the-box on kube ≥ 1.16 would be break compatibility with old kubernetes versions. I can prepare a pull request, but question to the maintainers is:
Would you accept a contribution that fixes this but breaks that compatibility by updating the referenced API versions?
The text was updated successfully, but these errors were encountered: