We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03d043 commit 4edce35Copy full SHA for 4edce35
README.md
@@ -46,6 +46,9 @@ This will deploy the new helm configuration
46
## TODO
47
48
- Fastly is scripted now, but we could do better.
49
- In particular, we could prevent fastly from ever pointing to stopped or restarting instances
50
- by removing them from fastly *before* tearing down the instances.
51
- Similarly, `upgrade` could create new containers to avoid brief downtime instead of recreating containers in-place.
+ Load-balancer DNS/ip is hardcoded in tasks.py and must be updated if changed.
+ See the output of `kubectl get svc` for the current ip address,
+ and update with `invoke fastly`.
52
+
53
+- cdn.jupyter.org is proxied through Cloudflare DNS.
54
+ Changes to ip require manual update at https://
0 commit comments