This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd k8s-specs | |
| git pull | |
| export AWS_ACCESS_KEY_ID=[...] | |
| export AWS_SECRET_ACCESS_KEY=[...] | |
| #make sure you install aws cli | |
| #https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #port forwarding add-ons istio 1.5.1 | |
| #`jaeger:` | |
| kubectl --namespace istio-system \ | |
| port-forward $(kubectl \ | |
| --namespace istio-system \ | |
| get pod \ | |
| --selector app=jaeger \ |
OlderNewer