Skip to content

gorizond/k3s-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k3s-api

k3s-api deployment with batman-adv as AddOns
First of all, you need postgresql and you need to create 2 ConfigMaps (batman-client and batman-gateway).
After this, create k3s-api deployment. Use the command "cat /var/lib/rancher/k3s/server/node-token" to find the token for agent connection.
Command for agent connection:

  • gateway "curl -sfL https://get.k3s.io | K3S_URL=https://NODE_IP:K3S_API_PORT K3S_TOKEN=TOKEN sh -s - --node-label batman=gateway --disable-apiserver-lb --node-ip=BAT_IP"
  • client "curl -sfL https://get.k3s.io | K3S_URL=https://NODE_IP:K3S_API_PORT K3S_TOKEN=TOKEN sh -s - --disable-apiserver-lb --node-ip=BAT_IP"

About

k3s-api deployment with batman-adv as AddOns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published