microsoft / charts

A Helm Chart Repository for Microsoft Projects
MIT License
30 stars 27 forks source link

Unable to enable container insights from Azure Arc for Kubernetes version 1.22 #29

Open huangyingting opened 3 years ago

huangyingting commented 3 years ago

I am not able to enable container insights from my Azure Arc for Kubernetes version 1.22, error reported in below

Error: {failed to install chart from path [] for release [azuremonitor-containers]: err [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"]]} occurred while doing the operation : {Installing the extension} on the config

It looks like the issue is related with rbac.authorization.k8s.io/v1beta1 clusterrole is deprecated in v1.17+ unavailable in v1.22+

Can you make the helm chart support version 1.22?