From bffc921ed87ee824ddde4a26acb0e66cce423673 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Wed, 16 Feb 2022 05:01:53 +0100 Subject: [PATCH] k3s install method ok --- master.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.tf b/master.tf index 9e46956..19272fd 100644 --- a/master.tf +++ b/master.tf @@ -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" ] }