apexdesigner / apex-cluster-manager

0 stars 0 forks source link

Clean up Helm Notes #39

Open dave-apex opened 2 years ago

dave-apex commented 2 years ago

The current helm install is pretty useless:

NOTES:

  1. Get the application URL by running these commands: export NODE_PORT=$(kubectl get --namespace apex-cluster-manager -o jsonpath="{.spec.ports[0].nodePort}" services apex-cluster-manager) export NODE_IP=$(kubectl get nodes --namespace apex-cluster-manager -o jsonpath="{.items[0].status.addresses[0].address}") echo http://$NODE_IP:$NODE_PORT