• Darren Shepherd's avatar
    Add supervisor port · 2f5ee914
    Darren Shepherd authored
    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).
    2f5ee914
Name
Last commit
Last update
..
agent Loading commit data...
apis/k3s.cattle.io Loading commit data...
bootstrap Loading commit data...
cli Loading commit data...
clientaccess Loading commit data...
cloudprovider Loading commit data...
cluster Loading commit data...
codegen Loading commit data...
containerd Loading commit data...
ctr Loading commit data...
daemons Loading commit data...
datadir Loading commit data...
deploy Loading commit data...
dqlite Loading commit data...
generated Loading commit data...
kubectl Loading commit data...
netutil Loading commit data...
node Loading commit data...
nodeconfig Loading commit data...
passwd Loading commit data...
rootless Loading commit data...
rootlessports Loading commit data...
server Loading commit data...
servicelb Loading commit data...
static Loading commit data...
token Loading commit data...
untar Loading commit data...
util Loading commit data...
version Loading commit data...