-
Notifications
You must be signed in to change notification settings - Fork 895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synchronize knative manifests v1.16.0 #2917
Synchronize knative manifests v1.16.0 #2917
Conversation
Signed-off-by: juliusvonkohout <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>
I get I also see So we should modify https://github.com/kubeflow/manifests/blob/master/tests/gh-actions/install_knative.sh to first extract and install the CRDs only. Then try a full installation, that might fail due to podss coming up, wait 30 seconds and try again.
But maybe it is just easier to have a for loop with 3 iterations and a 30 second sleep in between. |
Signed-off-by: juliusvonkohout <[email protected]>
Ok we need to install and use a YAML formatter in the synchronize manifests script or add knative upstream to the exceptions in the yamllint workflow. Also GitHub is having issues again with pulling the jupyterlab image I guess ... |
Signed-off-by: juliusvonkohout <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>
If it fails again due to github image pull slowness here is proof that it works and we should merge anyway https://github.com/kubeflow/manifests/actions/runs/11916076734 |
Signed-off-by: juliusvonkohout <[email protected]>
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juliusvonkohout The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
great work @juliusvonkohout ! |
/lgtm |
@tarekabouzeid lets see what my tests say :-D