mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 01:59:23 +08:00
Ray on YARN + Skein Documentation (#6119)
This commit is contained in:
@@ -59,7 +59,7 @@ class KubernetesNodeProvider(NodeProvider):
|
||||
return pod.metadata.labels
|
||||
|
||||
def external_ip(self, node_id):
|
||||
raise NotImplementedError("Must use internal IPs with kubernetes.")
|
||||
raise NotImplementedError("Must use internal IPs with Kubernetes.")
|
||||
|
||||
def internal_ip(self, node_id):
|
||||
pod = core_api().read_namespaced_pod_status(node_id, self.namespace)
|
||||
|
||||
Reference in New Issue
Block a user