We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af785ad commit a73dfb2Copy full SHA for a73dfb2
tests/tasks/setup/eks/awscli-cp-with-vpc.yaml
@@ -81,8 +81,10 @@ spec:
81
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=$(params.aws-ebs-csi-driver-version)"
82
# TODO: Calculate replicas based on the cluster size going forward.
83
# Patching the coredns not to get scheduled on the monitoring node.
84
+ # Set revisionHistoryLimit to 0 to avoid keeping older replicasets.
85
kubectl patch deployment coredns --patch '{
86
"spec": {
87
+ "revisionHistoryLimit": 0,
88
"template": {
89
90
"affinity": {
0 commit comments