awslabs / ec2-spot-workshops

Collection of workshops to demonstrate best practices in using Amazon EC2 Spot Instances. https://aws.amazon.com/ec2/spot/
Other
183 stars 152 forks source link

Kaprenter workshop : Helm fails to install kube-ops-view and karpenter charts #195

Closed sacksi28 closed 2 years ago

sacksi28 commented 2 years ago

Currently the steps to install kube-ops-view and Karpenter fails.

Error during helm install

$ helm install kube-ops-view stable/kube-ops-view --set service.type=LoadBalancer --set nodeSelector.intent=control-apps --version 1.2.4 --set rbac.create=True
WARNING: This chart is deprecated
Error: INSTALLATION FAILED: Kubernetes cluster unreachable: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"

Downgrading the helm version to 3.8.2 fixes the issue.