k3s/pkg/cli/cmds
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
..
agent.go Simplify SELinux detection and add --disable-selinux flag 2020-02-28 10:10:55 -07:00
check-config.go Update check-config.sh for k3s 2019-11-13 08:34:24 -07:00
crictl.go Add crictl 2019-02-07 21:45:31 -07:00
ctr.go Add crictl 2019-02-07 21:45:31 -07:00
dqlite.go Add dqlite support 2019-11-10 03:49:56 +00:00
kubectl.go Continued refactoring 2019-01-11 21:52:30 -07:00
log.go Merge pull request #1716 from ibuildthecloud/debugpublic 2020-05-04 20:50:36 -07:00
nocluster.go Refactor tokens, bootstrap, and cli args 2019-10-30 19:06:49 -07:00
root.go Make debug variable public to be used by wrapper programs 2020-04-29 11:37:59 -07:00
server.go Add supervisor port 2020-05-05 15:54:51 -07:00