Update the monkeybox IP in aws
|
před 2 roky | |
---|---|---|
.gitignore | před 2 roky | |
Dockerfile | před 2 roky | |
Jenkinsfile | před 2 roky | |
Jenkinsfile.withyaml.notworking | před 2 roky | |
LICENSE | před 2 roky | |
README.md | před 2 roky | |
k8s.update-route53.yaml | před 2 roky | |
kaniko-update-route53.yaml | před 2 roky | |
update-route53.sh | před 2 roky |
Update the monkeybox IP in aws
This is used to store the last IP and the log
kubectl create secret generic aws-creds \
--from-literal=AWS_ACCESS_KEY_ID=BLAH \
--from-literal=AWS_SECRET_ACCESS_KEY=BLAH
kubectl create secret generic update-route53 \
--from-literal=ZONEID=A1B2C3D4 \
--from-literal=RECORDSET=host.example.com
ZONEID
- Hosted Zone ID e.g. BJBK35SKMM9OE
RECORDSET
- The CNAME you want to update e.g. hello.example.com
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_DEFAULT_REGION