linkerd2 upgrade from stable-2.11.2 to stable-2.11.2 error #8326
Unanswered
eddielishan
asked this question in
Q&A
Replies: 2 comments
-
@eddielishan I think this was an accidental regression. Unfortunately, it's no longer possible for us to run our test suite on Kubernetes v1.17; and it even appears that the API docs for v1.17 are no longer available on v1-17.docs.kubernetes.io. Updates to the v1.17 branch stopped sometime in 2020. We'll look into releasing a v2.11.3 removing the deprecation warning, but it's virtually impossible for us to validate the changes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@olix0r ok thanks!!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
linkerd upgrade --set proxyInit.runAsRoot=true | kubectl apply --prune -l linkerd.io/control-plane-ns=linkerd -f -
error: error validating "STDIN": error validating data: [ValidationError(CustomResourceDefinition.spec.versions[0]): unknown field "deprecated" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion, ValidationError(CustomResourceDefinition.spec.versions[0]): unknown field "deprecationWarning" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion]; if you choose to ignore these errors, turn validation off with --validate=false
Is there a requirement for the k8s version?My k8s version is v1.17.9
Beta Was this translation helpful? Give feedback.
All reactions