<!here> I am trying to run Pinot in Kubernetes but...
# general
m
<!here> I am trying to run Pinot in Kubernetes but seeing following error. Any suggestions ? helm install -n pinot-quickstart kafka incubator/kafka --set replicas=1 Error: failed to download "incubator/kafka" (hint: running
helm repo update
may help)
x
you need to install the repo
Copy code
helm repo add incubator <https://charts.helm.sh/incubator>
Copy code
helm repo add stable <https://charts.helm.sh/stable>
this is typical init cmd for helm after you install it
j
Oh,
@here
is so scary 😨
x
Agreed
you can go to #troubleshooting channel for questions 😉
m
sure Thanks