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
Describe the bug
A concise description of what the bug is.
The clusterrole.yaml and clusterrolebinding.yaml templates have a deprecated apiVersion in Kubernetes 1.20. Trying to deploy the chart results in the following errors:
Error: malformed chart or values:
templates/clusterrole.yaml: the kind "rbac.authorization.k8s.io/v1beta1 ClusterRole" is deprecated in favor of "rbac.authorization.k8s.io/v1 ClusterRole"
templates/clusterrolebinding.yaml: the kind "rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding" is deprecated in favor of "rbac.authorization.k8s.io/v1 ClusterRoleBinding"
After additional research, this issue only seems to pop up when using the terraform helm provider, where it actually triggers an error instead of just a warning when running linting on the chart before deployment. (helm/helm#8596 for context)
That being said - those REST api endpoints are indeed deprecated, leaving it to the team to determine if this is something that should be addressed now or later.
Describe the bug
A concise description of what the bug is.
The
clusterrole.yaml
andclusterrolebinding.yaml
templates have a deprecated apiVersion in Kubernetes 1.20. Trying to deploy the chart results in the following errors:Steps to reproduce
Expected outcome
The chart deploys successfully.
Environment
Terraform 0.14.5
AWS EKS
Kubernetes 1.20
Yes, eks.3
Additional Context:
The text was updated successfully, but these errors were encountered: