Hi! Do I need a specific version of helm/kubectl t...
# announcements
w
Hi! Do I need a specific version of helm/kubectl to install the helm charts from the flyte repo? I keep getting this error
Copy code
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(Deployment.spec.template.spec.securityContext): unknown field "fsGroupChangePolicy" in io.k8s.api.core.v1.PodSecurityContext
d
Hi @William Burke! This certainly sounds like a versioning issue. The references to "fsGroupChangePolicy" seem to emerge in k8s v1.20. Currently I'm testing with kubectl v1.24.0, helm v3.8.0, and k8s 1.21.8. Do you know what versions you are using?
w
hey, I believe I have kubectl v1.24.0 and helm v3.8.2, but I don't know about k8s
d
ok, i f you run `kubectl version`it should print the version of the cluster as well.
w
thanks, the server I was trying to deploy to has
v1.17.17-eks-a33169
we got a new cluster up with v1.21.5, and the error seems to have gone away. Thanks for the hint
🙌 1
494 Views