-
Notifications
You must be signed in to change notification settings - Fork 218
Conversation
though the build is failing |
You might have a read through poseidon/terraform-render-bootstrap#17 where there was some discussion about the repercussions of this change. I'm not opposed to moving toward it, but it necessitates a v0.10.0 imo. |
Do we need to change port at all? Running as non root and adding |
I did some research on using |
Googled, found your comments :) Can't initcontainer help here? Set capability on hyperkube binary at start time. Hmm, probably just binding to a non privileged port is easier. |
825d02d
to
6b0c30f
Compare
coreosbot run e2e checkpointer |
1 similar comment
coreosbot run e2e checkpointer |
are all the tests failure tracked? it is useful to link the failure issues in the rerun comment so we know all flakes are tracked. thanks! |
Also use new flag (in this checkpointer version) to vastly shorten the grace period in the checkpoint tests.
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.
coreosbot run e2e |
Catch up with 7370202 apiserver: (run as non-root user, 2017-12-04, kubernetes-retired#789).
* Consumers MUST update load balanacers, firewall rules, security groups, and utilities to correspond * Drop root privileges in apiserver pods * kubernetes-retired/bootkube#789
* Requires updating load balancers, firewall rules, security groups, and potentially routers/balancers * Temporarily allow apiserver_port override to accommodate edge cases or migration * kubernetes-retired/bootkube#789
* Requires updating load balancers, firewall rules, security groups, and potentially routers/balancers * Temporarily allow apiserver_port override to accommodate edge cases or migration * kubernetes-retired/bootkube#789
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.