sparse-intern-71089
09/21/2020, 11:00 AMelegant-island-39916
09/21/2020, 11:51 AMelegant-island-39916
09/21/2020, 2:20 PMkubernetes-dashboard
🙄
fix was using the following:
k8s_dash = helm.Chart(
"kubernetes-dashboard",
config=helm.ChartOpts(
repo="kubernetes-dashboard",
chart="kubernetes-dashboard",
version="2.7.1",
namespace="kube-system",
),
opts=ResourceOptions(providers={"kubernetes": cluster_provider}),
)
after executing:
helm repo add kubernetes-dashboard <https://kubernetes.github.io/dashboard/>
helm repo update