UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 567bc3d7 authored by Micah Nagel's avatar Micah Nagel
Browse files

docs: add cert install, etchosts clarification

parent 4d0010b4
No related branches found
No related tags found
1 merge request!274docs: add cert install, etchosts clarification
Pipeline #175831 passed
......@@ -370,10 +370,10 @@ kubectl apply -f tests/ci/shared-secrets.yaml
```bash
# Helm install BigBang
helm upgrade -i bigbang chart -n bigbang --create-namespace --set registryCredentials.username='<your user>' --set registryCredentials.password=<your cli key> -f my-values.yaml
helm upgrade -i bigbang chart -n bigbang --create-namespace --set registryCredentials.username='<your user>' --set registryCredentials.password=<your cli key> -f my-values.yaml -f chart/ingress-certs.yaml
```
- You can now modify your local `/etc/hosts` file to allow for local name resolution. On Windows, this file is located at `$env:windir\System32\drivers\etc\hosts`
- You can now modify your local `/etc/hosts` file to allow for local name resolution. On Windows, this file is located at `$env:windir\System32\drivers\etc\hosts`. Add additional hostnames as you enable different UIs, replacing <X.X.X.X> with your Amazon EC2 instance IP (all host entries will point to the same IP and Istio will route based on the hostname).
```HOSTS
<X.X.X.X> kibana.bigbang.dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment