many things
This commit is contained in:
parent
18a08d623b
commit
a7fad6c9c6
43 changed files with 1246 additions and 54 deletions
11
10-pre-k8s/files/k3s-agent-install.sh
Normal file
11
10-pre-k8s/files/k3s-agent-install.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
#!/usr/bin/env sh
|
||||
|
||||
main() {
|
||||
export K3S_URL="https://kubemaster0.lab.cowley.tech:6443"
|
||||
export K3S_TOKEN="${k3s_token}"
|
||||
export INSTALL_K3S_EXEC="agent"
|
||||
curl -sfL https://get.k3s.io | sh -
|
||||
return 0
|
||||
}
|
||||
main
|
Loading…
Add table
Add a link
Reference in a new issue