Aias00 commented on PR #6361:
URL: https://github.com/apache/shenyu/pull/6361#issuecomment-4645185861

   Follow-up for the latest k8s ingress grpc failure: the new helper used 
`kubectl rollout status deployment --all`, but the workflow installs kubectl 
v1.24.14 and that command fails immediately with `unknown flag: --all` in job 
80017461502.
   
   I pushed `a479c8226` to keep the readiness wait compatible with that pinned 
kubectl version: it now enumerates deployments with `kubectl get deployment -n 
shenyu-ingress -o name` and runs `kubectl wait --for=condition=Available` for 
each deployment before the bounded HTTP health probes.
   
   Local verification:
   - `bash -n` for the shared helper and the four ingress healthcheck scripts
   - `git diff --check` for the helper
   - fake kubectl/curl success path
   - fake kubectl/curl failed service path
   - fake kubectl no-deployment guard path


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to