k3s/pkg/server
Darren Shepherd 2f5ee914f9 Add supervisor port
In k3s today the kubernetes API and the /v1-k3s API are combined into
one http server.  In rke2 we are running unmodified, non-embedded Kubernetes
and as such it is preferred to run k8s and the /v1-k3s API on different
ports.  The /v1-k3s API port is called the SupervisorPort in the code.

To support this separation of ports a new shim was added on the client in
then pkg/agent/proxy package that will launch two load balancers instead
of just one load balancer.  One load balancer for 6443 and the other
for 9345 (which is the supervisor port).
2020-05-05 15:54:51 -07:00
..
auth.go Refactor tokens, bootstrap, and cli args 2019-10-30 19:06:49 -07:00
context.go Update k3s for k8s 1.17.0 2019-12-15 23:28:19 -07:00
router.go Download cert/key to agent with single HTTP request 2019-11-15 21:51:51 -07:00
server.go Add supervisor port 2020-05-05 15:54:51 -07:00
types.go Add supervisor port 2020-05-05 15:54:51 -07:00