Merge pull request 'fix: use valid kube-vip log flag value' (#100) from stage into master
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 6m29s

Reviewed-on: #100
This commit was merged in pull request #100.
This commit is contained in:
2026-03-03 00:26:08 +00:00

View File

@@ -184,7 +184,7 @@ in
echo "==> Creating kube-vip static pod manifest"
ctr image pull "${kubeVipImage}"
ctr run --rm --net-host "${kubeVipImage}" kube-vip-manifest /kube-vip manifest pod \
--log -4 \
--log 4 \
--interface "$iface" \
--address "$vip" \
--controlplane \
@@ -296,7 +296,7 @@ in
mkdir -p /etc/kubernetes/manifests
ctr image pull "${kubeVipImage}"
ctr run --rm --net-host "${kubeVipImage}" kube-vip /kube-vip manifest pod \
--log -4 \
--log 4 \
--interface "$iface" \
--address "$vip" \
--controlplane \