You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
709 B

export PATH=~/Workspace/sapian/gitops/pgo/k8s-gcp-sapian/pgo:$PATH
export PGOUSER=~/Workspace/sapian/gitops/pgo/k8s-gcp-sapian/pgo/pgouser
export PGO_CA_CERT=~/Workspace/sapian/gitops/pgo/k8s-gcp-sapian/pgo/client.crt
export PGO_CLIENT_CERT=~/Workspace/sapian/gitops/pgo/k8s-gcp-sapian/pgo/client.crt
export PGO_CLIENT_KEY=~/Workspace/sapian/gitops/pgo/k8s-gcp-sapian/pgo/client.key
export PGO_APISERVER_URL='https://127.0.54.33:8443'
export PGO_NAMESPACE=pgo
alias pgo="~/Workspace/sapian/gitops/pgo/k8s-gcp-sapian/pgo/pgo"
echo "run other terminal:"
echo "$ kubectl -n pgo port-forward --context gke_sapiancomco-1531131691088_us-east1-c_k8s-gcp-sapian svc/postgres-operator --address 127.0.54.33 8443:8443"