fix: use valid kube-vip log flag value #100
@@ -184,7 +184,7 @@ in
|
|||||||
echo "==> Creating kube-vip static pod manifest"
|
echo "==> Creating kube-vip static pod manifest"
|
||||||
ctr image pull "${kubeVipImage}"
|
ctr image pull "${kubeVipImage}"
|
||||||
ctr run --rm --net-host "${kubeVipImage}" kube-vip-manifest /kube-vip manifest pod \
|
ctr run --rm --net-host "${kubeVipImage}" kube-vip-manifest /kube-vip manifest pod \
|
||||||
--log -4 \
|
--log 4 \
|
||||||
--interface "$iface" \
|
--interface "$iface" \
|
||||||
--address "$vip" \
|
--address "$vip" \
|
||||||
--controlplane \
|
--controlplane \
|
||||||
@@ -296,7 +296,7 @@ in
|
|||||||
mkdir -p /etc/kubernetes/manifests
|
mkdir -p /etc/kubernetes/manifests
|
||||||
ctr image pull "${kubeVipImage}"
|
ctr image pull "${kubeVipImage}"
|
||||||
ctr run --rm --net-host "${kubeVipImage}" kube-vip /kube-vip manifest pod \
|
ctr run --rm --net-host "${kubeVipImage}" kube-vip /kube-vip manifest pod \
|
||||||
--log -4 \
|
--log 4 \
|
||||||
--interface "$iface" \
|
--interface "$iface" \
|
||||||
--address "$vip" \
|
--address "$vip" \
|
||||||
--controlplane \
|
--controlplane \
|
||||||
|
|||||||
Reference in New Issue
Block a user