Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appmesh-prometheus chart deployment fails on EKS with Kubernetes Version 1.22 #749

Open
keshavbaweja-git opened this issue May 6, 2022 · 1 comment · May be fixed by #1154
Open

appmesh-prometheus chart deployment fails on EKS with Kubernetes Version 1.22 #749

keshavbaweja-git opened this issue May 6, 2022 · 1 comment · May be fixed by #1154
Labels
bug Something isn't working

Comments

@keshavbaweja-git
Copy link

keshavbaweja-git commented May 6, 2022

Describe the bug
appmesh-prometheus chart deployment fails on EKS with Kubernetes Version 1.22

Steps to reproduce

admin1:~/environment $ kubectl version
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.0", GitCommit:"c2b5237ccd9c0f1d600d3072634ca66cefdf272f", GitTreeState:"clean", BuildDate:"2021-08-04T18:03:20Z", GoVersion:"go1.16.6", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"22+", GitVersion:"v1.22.6-eks-7d68063", GitCommit:"f24e667e49fb137336f7b064dba897beed639bad", GitTreeState:"clean", BuildDate:"2022-02-23T19:29:12Z", GoVersion:"go1.16.12", Compiler:"gc", Platform:"linux/amd64"}
admin1:~/environment $ kubectl get ns appmesh-system
NAME             STATUS   AGE
appmesh-system   Active   49d
admin1:~/environment $ helm upgrade -i appmesh-prometheus eks/appmesh-prometheus --namespace appmesh-system
Release "appmesh-prometheus" does not exist. Installing it now.
Error: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1", unable to recognize "": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1"]

Expected outcome
appmesh-prometheus chart is deployed successfully on EKS with Kubernetes Version 1.22

Environment

  • Chart name: appmesh-prometheus
  • Chart version: 1.0.0
  • Kubernetes version: 1.22
  • Using EKS (yes/no), if so version? yes, eks.1

Additional Context:

admin1:~/environment $ helm search repo appmesh-prometheus
NAME                    CHART VERSION   APP VERSION     DESCRIPTION                                  
eks/appmesh-prometheus  1.0.0           2.13.1          App Mesh Prometheus Helm chart for Kubernetes
@keshavbaweja-git keshavbaweja-git added the bug Something isn't working label May 6, 2022
@jack-at-circle
Copy link

jack-at-circle commented Jun 8, 2022

The v1beta resources have been removed in kubernetes 1.22 per the release notes here: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#rbac-resources-v122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants