Commit 177055d 1 parent af785ad commit 177055d Copy full SHA for 177055d
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 79
79
kubectl set env daemonset/aws-node -n kube-system ENABLE_PREFIX_DELEGATION=true
80
80
# install csi drivers.
81
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
82
# Patching the coredns not to get scheduled on the monitoring node.
84
83
kubectl patch deployment coredns --patch '{
85
84
"spec": {
@@ -107,12 +106,11 @@ spec:
107
106
}
108
107
}
109
108
}' -n kube-system
110
- kubectl scale --replicas 1000 deploy coredns -n kube-system
111
109
#ToDo - remove these comments after experimentation
112
110
# Install EKS Pod Identity Agent
113
111
# ENDPOINT_FLAG=""
114
112
# if [ -n "$(params.endpoint)" ]; then
115
113
# ENDPOINT_FLAG="--endpoint $(params.endpoint)"
116
114
# fi
117
115
# aws eks $ENDPOINT_FLAG create-addon --cluster-name $(params.cluster-name) --addon-name eks-pod-identity-agent --addon-version v1.0.0-eksbuild.1
118
- # aws eks $ENDPOINT_FLAG --region $(params.region) wait cluster-active --name $(params.cluster-name)
116
+ # aws eks $ENDPOINT_FLAG --region $(params.region) wait cluster-active --name $(params.cluster-name)
You can’t perform that action at this time.
0 commit comments