You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
KubeCluster times out when creating a cluster with NodePort service because it's looking for scheduler at 8786 when port is actually a randomized port (e.g. 32367). Note, the scheduler pod does start correctly.
Python test client error:
OSError: Timed out during handshake while connecting to tcp://10.20.0.241:8786 after 10 s
NodePort service in Rancher:
What you expected to happen:
For KubeCluster to use the randomized port to contact the scheduler pod instead of port 8786.
What happened:
KubeCluster times out when creating a cluster with NodePort service because it's looking for scheduler at 8786 when port is actually a randomized port (e.g. 32367). Note, the scheduler pod does start correctly.
Python test client error:
NodePort service in Rancher:
What you expected to happen:
For KubeCluster to use the randomized port to contact the scheduler pod instead of port 8786.
Minimal Complete Verifiable Example:
test_kubecluster.py:
worker-spec.yml:
Anything else we need to know?:
Environment:
Cluster Dump State:
The text was updated successfully, but these errors were encountered: