This is because you need to add the helm repo first.
Answered
Hi Team. Why Am Getting This Error K8S Helm
Hi team. why am getting this error k8s helm
jithu@edgebricks:~/Downloads$ cat <<EOF | kind create cluster --config=config2.txt
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha3
nodes:
- role: control-plane
extraPortMappings:
- containerPort: 30008
hostPort: 30008
listenAddress: "10.9.1.185"
protocol: TCP
- containerPort: 30080
hostPort: 30080
listenAddress: "10.9.1.185"
protocol: TCP
- containerPort: 30081
hostPort: 30081
listenAddress: "10.9.1.185"
protocol: TCP
extraMounts:
- hostPath: /tmp/clearml-kind/
containerPath: /var/local-path-provisioner
EOF
helm install clearml allegroai/clearml
ERROR: failed to create cluster: unknown apiVersion: v1
Error: INSTALLATION FAILED: failed to download "allegroai/clearml"
1K Views
3
Answers
one year ago
one year ago
Tags