Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

apiserver: run as non-root user. #789

Merged
merged 2 commits into from
Jan 8, 2018
Merged

Commits on Jan 8, 2018

  1. checkpointer: bump default checkpointer version.

    Also use new flag (in this checkpointer version) to vastly shorten the
    grace period in the checkpoint tests.
    diegs committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    5414b8b View commit details
    Browse the repository at this point in the history
  2. apiserver: run as non-root user.

    Changes the apiserver defaults to listen on port 6443 and use a non-root
    user. The port matches the upstream default and reflects best practices.
    
    Production users can put the apiserver behind a load-balancer to forward
    443 to 6443.
    diegs committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    7370202 View commit details
    Browse the repository at this point in the history