We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994f368 commit c9de76eCopy full SHA for c9de76e
1 file changed
tests/e2e/scenarios/ai-conformance/run-test.sh
@@ -152,7 +152,7 @@ kubectl rollout status deployment -n ray-system kuberay-operator --timeout=5m ||
152
# kubectl rollout status deployment -n node-feature-discovery nfd-master --timeout=5m || echo "Warning: node-feature-discovery not ready yet"
153
154
echo "Verifying Gateway API..."
155
-kubectl get gatewayclass || echo "Warning: GatewayClass not found"
+kubectl get crd gatewayclasses.gateway.networking.k8s.io || echo "Warning: GatewayClass CRD not found"
156
157
echo "Verifying Allocatable GPUs..."
158
# Wait a bit for nodes to report resources
0 commit comments