Skip to content

Commit 1c8a64d

Browse files
KPostOfficeastefanutti
authored andcommitted
add entry for rayclient to allow all connections
Signed-off-by: Kevin <[email protected]>
1 parent 1a0141e commit 1c8a64d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controllers/raycluster_controller.go

+1
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ func desiredNetworkPolicy(cluster *rayv1.RayCluster, kubeRayNamespaces []string)
502502
networkingv1ac.NetworkPolicyIngressRule().
503503
WithPorts(
504504
networkingv1ac.NetworkPolicyPort().WithProtocol(corev1.ProtocolTCP).WithPort(intstr.FromInt(8443)),
505+
networkingv1ac.NetworkPolicyPort().WithProtocol(corev1.ProtocolTCP).WithPort(intstr.FromInt(10001)),
505506
),
506507
),
507508
).

0 commit comments

Comments
 (0)