mirror of https://github.com/kubernetes/kops.git
Upgrade Node Termination Handler to 1.18.3
This commit is contained in:
parent
98b8c01dc6
commit
56092cd2b7
|
|
@ -75,7 +75,7 @@ func (b *NodeTerminationHandlerOptionsBuilder) BuildOptions(o interface{}) error
|
|||
}
|
||||
|
||||
if nth.Version == nil {
|
||||
nth.Version = fi.PtrTo("v1.18.1")
|
||||
nth.Version = fi.PtrTo("v1.18.3")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{{ with .CloudProvider.AWS.NodeTerminationHandler }}
|
||||
# Sourced from https://github.com/aws/aws-node-termination-handler/releases/download/v1.18.1/all-resources.yaml
|
||||
# and https://github.com/aws/aws-node-termination-handler/releases/download/v1.18.1/all-resources-queue-processor.yaml
|
||||
# Sourced from https://github.com/aws/aws-node-termination-handler/releases/download/v1.18.3/all-resources.yaml
|
||||
# and https://github.com/aws/aws-node-termination-handler/releases/download/v1.18.3/all-resources-queue-processor.yaml
|
||||
---
|
||||
# Source: aws-node-termination-handler/templates/serviceaccount.yaml
|
||||
apiVersion: v1
|
||||
|
|
@ -299,7 +299,6 @@ spec:
|
|||
app.kubernetes.io/component: daemonset
|
||||
kubernetes.io/os: linux
|
||||
k8s-app: aws-node-termination-handler
|
||||
kubernetes.io/os: linux
|
||||
spec:
|
||||
serviceAccountName: aws-node-termination-handler
|
||||
securityContext:
|
||||
|
|
|
|||
Loading…
Reference in New Issue