Update Contour to v1.1

This commit is contained in:
stefanprodan
2020-01-16 11:08:55 +02:00
parent 6eaf421f98
commit bc3256e1c5
3 changed files with 116 additions and 11 deletions
+3 -1
View File
@@ -4,8 +4,10 @@ set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
CONTOUR_VER="release-1.1"
echo '>>> Installing Contour'
kubectl apply -f https://projectcontour.io/quickstart/contour.yaml
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/${CONTOUR_VER}/examples/render/contour.yaml
kubectl -n projectcontour rollout status deployment/contour
kubectl -n projectcontour get all