We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ kubectl get svc -n turbonomic | grep "LoadBalancer"
nginx LoadBalancer 10.100.14.25 $MY_IP 443:30960/TCP,80:30860/TCP 38m
as I see from document as above. The I tried to login with $MY_IP:30960. But it does not work. whereas https:$MY_IP works.
443 should be the pod IP. As I found the 443 port on the node is listened.
tcp 0 0 192.167.103.197:33862 10.96.0.1:443 ESTABLISHED
The text was updated successfully, but these errors were encountered:
No branches or pull requests
as I see from document as above. The I tried to login with $MY_IP:30960. But it does not work. whereas https:$MY_IP works.
443 should be the pod IP. As I found the 443 port on the node is listened.
The text was updated successfully, but these errors were encountered: