Skip to content

Commit

Permalink
Merge pull request #11091 from olemarkus/lbc-cp
Browse files Browse the repository at this point in the history
Put awslbcontroller on the control-plane
  • Loading branch information
k8s-ci-robot committed Mar 22, 2021
2 parents d0b175f + fa62d29 commit 46b6abf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,10 +513,14 @@ spec:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
readOnly: true
nodeSelector:
node-role.kubernetes.io/master: ""
securityContext:
fsGroup: 1337
serviceAccountName: aws-load-balancer-controller
terminationGracePeriodSeconds: 10
tolerations:
- operator: Exists
volumes:
- name: cert
secret:
Expand Down

0 comments on commit 46b6abf

Please sign in to comment.