Skip to content

Commit

Permalink
Documentation/root-requirements: API server no longer needs root
Browse files Browse the repository at this point in the history
Catch up with 7370202 apiserver: (run as non-root user, 2017-12-04,
kubernetes-retired#789).
  • Loading branch information
wking committed Mar 28, 2018
1 parent fb44d33 commit b392b3b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Documentation/root-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ networking interfaces to be able to dynamically configure them.
kube-proxy is a network proxy found on every Kubernetes node. Kube-proxy often
needs to open and manage privileged ports (< 1024) in addition to managing iptables.

### API Server

Currently runs as root, but is in the process of being
[migrated](https://github.com/kubernetes-incubator/bootkube/pull/789) to use
non-root ports.

### DNS

DNS needs to bind to privileged port 53 for UDP and TCP.
Expand Down

0 comments on commit b392b3b

Please sign in to comment.