mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-08 17:10:04 +08:00
sslip.io is hosted on GCP, not GKE
I don't need this k8s configuration for sslip.io (DNS, NTP) because I'm no longer hosting on GKE now that it has an ephemeral IP instead of a reserved IP because otherwise I'd have to pay $360 extra per year for a premium-tier load balancer.
This commit is contained in:
@@ -98,10 +98,8 @@ ssh nono.io curl -L -o /www/sslip.io/document_root/index.html https://raw.github
|
||||
ssh ns-aws.sslip.io curl -L -o /var/nginx/sslip.io/index.html https://raw.githubusercontent.com/cunnie/sslip.io/main/k8s/document_root_sslip.io/index.html
|
||||
ssh ns-azure.sslip.io curl -L -o /var/nginx/sslip.io/index.html https://raw.githubusercontent.com/cunnie/sslip.io/main/k8s/document_root_sslip.io/index.html
|
||||
```
|
||||
Update GCP/GKE with the new executable:
|
||||
Check that the versions of the sslip.io DNS servers are the same:
|
||||
```bash
|
||||
kubectl rollout restart deployment/sslip.io
|
||||
kubectl rollout restart deployment/sslip.io-nginx
|
||||
for IAAS in aws azure gce; do printf "\n$IAAS:\n"; dig @ns-$IAAS.sslip.io version.status.sslip.io txt +short; done
|
||||
fly -t nono trigger-job -j sslip.io/dns-servers
|
||||
```
|
||||
|
Reference in New Issue
Block a user