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