full-dress-10026
05/31/2019, 8:51 PMconst k8sDashboardChart = new k8s.helm.v2.Chart("k8s-dashboard", {
repo: "stable",
chart: "kubernetes-dashboard",
version: "1.5.2",
namespace: "kube-system"
}, {providers: {kubernetes: k8sProvider}});
results in
error: Plan apply failed: 2 errors occurred:
* Timeout occurred for 'k8s-dashboard-kubernetes-dashboard'
* Service does not target any Pods. Selected Pods may not be ready, or field '.spec.selector' may not match labels on any Pods
Any idea why this would happen?incalculable-diamond-5088
05/31/2019, 8:54 PMfull-dress-10026
05/31/2019, 8:59 PMkubectl get nodes
NAME STATUS ROLES AGE VERSION
ip-10-213-18-34.us-west-2.compute.internal Ready <none> 123m v1.12.7
ip-10-213-5-19.us-west-2.compute.internal Ready <none> 124m v1.12.7
namespace
property set on the k8s.helm.v2.Chart
.handsome-actor-1155
05/31/2019, 10:10 PMnamespace
property and it had no effect on which namespace the pods were deployed tofull-dress-10026
05/31/2019, 10:10 PMhandsome-actor-1155
05/31/2019, 10:12 PMfull-dress-10026
05/31/2019, 10:27 PMcreamy-potato-29402
05/31/2019, 11:50 PMkubectl apply
so there is a really high chance that this app is not healthy.full-dress-10026
05/31/2019, 11:51 PMcreamy-potato-29402
05/31/2019, 11:52 PMfull-dress-10026
05/31/2019, 11:52 PMcreamy-potato-29402
05/31/2019, 11:53 PMfull-dress-10026
05/31/2019, 11:56 PM