Skip to content

Commit

Permalink
[aws/examples] - Add comment to the CA volume mount path for EKS users
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakeroam committed Nov 6, 2020
1 parent 77eba61 commit b6280dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
- --node-group-auto-discovery=asg:tag=k8s.io/cluster-autoscaler/enabled,k8s.io/cluster-autoscaler/<YOUR CLUSTER NAME>
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs/ca-bundle.crt
mountPath: /etc/ssl/certs/ca-certificates.crt #/etc/ssl/certs/ca-bundle.crt for EKS Amazon Linux Worker Nodes
readOnly: true
imagePullPolicy: "Always"
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ spec:
- --nodes=1:3:k8s-worker-asg-2
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs/ca-certificates.crt
mountPath: /etc/ssl/certs/ca-certificates.crt #/etc/ssl/certs/ca-bundle.crt for EKS Amazon Linux Worker Nodes
readOnly: true
imagePullPolicy: "Always"
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
- --nodes=1:10:k8s-worker-asg-1
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs/ca-certificates.crt
mountPath: /etc/ssl/certs/ca-certificates.crt #/etc/ssl/certs/ca-bundle.crt for EKS Amazon Linux Worker Nodes
readOnly: true
imagePullPolicy: "Always"
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
- --nodes={{ node_asg_min }}:{{ node_asg_max }}:{{ name }}
volumeMounts:
- name: ssl-certs
mountPath: /etc/ssl/certs/ca-certificates.crt
mountPath: /etc/ssl/certs/ca-certificates.crt #/etc/ssl/certs/ca-bundle.crt for EKS Amazon Linux Worker Nodes
readOnly: true
imagePullPolicy: "Always"
volumes:
Expand Down

0 comments on commit b6280dd

Please sign in to comment.