We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 852ea80 + f33b3cf commit b13e8deCopy full SHA for b13e8de
charts/cluster-autoscaler-chart/Chart.yaml
@@ -17,4 +17,4 @@ name: cluster-autoscaler-chart
17
sources:
18
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
19
type: application
20
-version: 1.0.0
+version: 1.0.1
charts/cluster-autoscaler-chart/templates/NOTES.txt
@@ -2,7 +2,7 @@
2
3
To verify that cluster-autoscaler has started, run:
4
5
- kubectl --namespace={{ .Release.Namespace }} get pods -l "app={{ template "cluster-autoscaler.name" . }},release={{ .Release.Name }}"
+ kubectl --namespace={{ .Release.Namespace }} get pods -l "app.kubernetes.io/name={{ template "cluster-autoscaler.name" . }},app.kubernetes.io/instance={{ .Release.Name }}"
6
7
{{- else -}}
8
0 commit comments