k3s install method ok
This commit is contained in:
parent
dcf9af0e3c
commit
bffc921ed8
@ -181,7 +181,7 @@ resource "hcloud_server" "first_control_plane" {
|
||||
"kubectl apply -k /tmp/post_install",
|
||||
"echo 'Waiting for the system-upgrade-controller deployment to become available...'",
|
||||
"kubectl -n system-upgrade wait --for=condition=available --timeout=120s deployment/system-upgrade-controller",
|
||||
"kubectl apply -f /tmp/post_install/plans.yaml"
|
||||
"kubectl -n system-upgrade apply -f /tmp/post_install/plans.yaml"
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user