Skip to content

Commit

Permalink
remove local lb privileged (kubernetes-sigs#7437) (kubernetes-sigs#7454)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Liu <liupeng0518@gmail.com>
  • Loading branch information
bleech1 and liupeng0518 committed Apr 7, 2021
1 parent ba1d3dc commit 4661e7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions roles/kubernetes/node/templates/manifests/haproxy.manifest.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ spec:
requests:
cpu: {{ loadbalancer_apiserver_cpu_requests }}
memory: {{ loadbalancer_apiserver_memory_requests }}
securityContext:
privileged: true
{% if loadbalancer_apiserver_healthcheck_port is defined -%}
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ spec:
requests:
cpu: {{ loadbalancer_apiserver_cpu_requests }}
memory: {{ loadbalancer_apiserver_memory_requests }}
securityContext:
privileged: true
{% if loadbalancer_apiserver_healthcheck_port is defined -%}
livenessProbe:
httpGet:
Expand Down

0 comments on commit 4661e7d

Please sign in to comment.