Skip to content

Commit

Permalink
Remove echo used for debuggin
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <cprivite@users.noreply.github.com>
  • Loading branch information
cprivitere authored and davidspek committed Apr 11, 2022
1 parent 40c7de0 commit b68c838
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ spec:
done
KVVERSION="${KUBE_VIP_VERSION:=v0.4.2}"
ctr image pull ghcr.io/kube-vip/kube-vip:$${KVVERSION}
echo "{{ .controlPlaneEndpoint }}"
ctr run --rm --net-host ghcr.io/kube-vip/kube-vip:$KVVERSION vip /kube-vip manifest pod \
--interface "lo" \
--vip "{{ .controlPlaneEndpoint }}" \
Expand Down

0 comments on commit b68c838

Please sign in to comment.