Azure / iot-edge-virtual-kubelet-provider

Kubernetes virtual kubelet provider for managing Azure IoT Edge deployments
MIT License
94 stars 25 forks source link

namespace hub0 does not exist #36

Closed mariojacobo closed 4 years ago

mariojacobo commented 4 years ago

the command helm install -n hub0 src/charts/iot-edge-connector tries to install the chart in the namespace hub0, however this was not created/declared anywhere. it makes sense to use the default namespace, since that's where we gave cluster-admin permission (or tried to, since the command below seems wrong to me)

Also, kubectl create clusterrolebinding add-on-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default, grants cluster-admin role to the default service account in the kube-system namespace, not the default namespace., like the doc says

Am I missing something here ?

veyalla commented 4 years ago

Updated the readme for Helm 3, which should fix this. Please follow the updated instructions.