Skip to content

Commit

Permalink
Fix apache#1162: Remove Knative monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Dec 19, 2019
1 parent 3caa6f3 commit 6d23bf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-knative.yml
Expand Up @@ -150,8 +150,7 @@ jobs:
--filename https://github.com/knative/serving/releases/download/v0.11.0/monitoring.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.11.0/serving.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.11.0/release.yaml \
--filename https://github.com/knative/serving/releases/download/v0.11.0/monitoring.yaml
--filename https://github.com/knative/eventing/releases/download/v0.11.0/release.yaml
while [ "$(kubectl get pod -n knative-serving -o 'jsonpath={range .items[*]}{.status.conditions[?(@.type=="Ready")].status}{"\n"}' | grep -v True | wc -l)" != "0" ]; do echo "Waiting for all pods to be ready in knative-serving"; sleep 1; done
while [ "$(kubectl get pod -n knative-eventing -o 'jsonpath={range .items[*]}{.status.conditions[?(@.type=="Ready")].status}{"\n"}' | grep -v True | wc -l)" != "0" ]; do echo "Waiting for all pods to be ready in knative-eventing"; sleep 1; done
Expand Down

0 comments on commit 6d23bf3

Please sign in to comment.