Merge pull request #12 from olblak/iep007

IEP-007: Update HTTPS endpoint validation command
This commit is contained in:
R. Tyler Croy 2018-01-12 07:37:51 -08:00 committed by GitHub
commit 9cac39e7db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -97,9 +97,10 @@ kubectl get service nginx --namespace nginx-ingress
----
* Validate HTTPS endpoint (Manual operation)
----
curl --header 'Host: plugins.jenkins.io' 'https://<new_public_ip>
curl --header 'Host: repo-proxy.jenkins.io' 'https://<new_public_ip>
curl --header 'Host: accounts.jenkins.io' 'https://<new_public_ip>
curl -I https://jenkins.io --resolve "jenkins.io:443:<new_ingress_ip>"
curl -I https://plugins.jenkins.io --resolve "plugins.jenkins.io:443:<new_ingress_ip>"
curl -I https://repo.azure.jenkins.io --resolve "repo.azure.jenkins.io:443:<new_ingress_ip>"
...
----
==== Step 4: Update DNS Record