https://multipass.run/
multipass launch --mem 10G --cpus 6 --disk 20G --name knative
multipass shell knative
curl -sfL https://get.k3s.io | sh -s - --disable traefik --write-kubeconfig-mode 644
kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.5.0/serving-crds.yaml
kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.5.0/serving-core.yaml
kubectl apply -f https://github.com/knative/net-contour/releases/download/knative-v1.5.0/contour.yaml
kubectl apply -f https://github.com/knative/net-contour/releases/download/knative-v1.5.0/net-contour.yaml
kubectl patch configmap/config-network \
--namespace knative-serving \
--type merge \
--patch '{"data":{"ingress-class":"contour.ingress.networking.knative.dev"}}'
kubectl --namespace contour-external get service envoy
kubectl get pods -n knative-serving