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+
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?