[skip ci] changed k3s-create-context.sh
This commit is contained in:
parent
73788a683d
commit
acd2a9b2ee
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function sourceNewContext() {
|
|||
|
||||
function main() {
|
||||
local cluster_name="${1}";
|
||||
local domain_name="${2:-meissa-gmbh.de}";
|
||||
local domain_name="${2:-meissa.de}";
|
||||
|
||||
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@${cluster_name}.${domain_name} \
|
||||
"cat /etc/rancher/k3s/k3s.yaml" | \
|
||||
|
|
Loading…
Add table
Reference in a new issue