mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/k8s-spot-termination-handler] fix NOTES.txt with new label style (#13613)
Signed-off-by: Max Williams <max.williams@deliveryhero.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f4954734e0
commit
b1a37edf4f
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: "1.13.0-1"
|
||||
description: The K8s Spot Termination handler handles draining AWS Spot Instances in response to termination requests.
|
||||
name: k8s-spot-termination-handler
|
||||
version: 1.2.0
|
||||
version: 1.2.1
|
||||
keywords:
|
||||
- spot
|
||||
- termination
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
To verify that k8s-spot-termination-handler has started, run:
|
||||
|
||||
kubectl --namespace={{ .Release.Namespace }} get pods -l "app={{ template "k8s-spot-termination-handler.name" . }},release={{ .Release.Name }}"
|
||||
kubectl --namespace={{ .Release.Namespace }} get pods -l "app.kubernetes.io/name={{ include "k8s-spot-termination-handler.name" . }},app.kubernetes.io/instance={{ .Release.Name }}"
|
||||
|
||||
Reference in New Issue
Block a user