Closed nottrobin closed 4 years ago
Helps with #391
python3 -m venv .venv source .venv/bin/activate pip3 install -r requirements.txt ./qa-deploy production sites/juju.is.yaml latest watch microk8s.kubectl get all,ingress
Once everything is "running" and the ingress has an IP assigned, do:
$ curl -I --insecure -H 'Host: cloud-init.io' https://localhost HTTP/2 301 location: https://juju.is/
And:
$ curl -I --insecure -H 'Host: juju.is' https://localhost HTTP/2 200
Closing in favour of https://github.com/canonical-web-and-design/juju.is/pull/80
Helps with #391
QA
Once everything is "running" and the ingress has an IP assigned, do:
And: