#!/bin/sh set -o errexit # add nginx ingress controller kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml # create ingress class of contour and make it the default for any created ingress cat <