-
Notifications
You must be signed in to change notification settings - Fork 462
WIP: Add hack/cluster-cvo-push.sh #496
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
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Still working on this but uploading images over 📱 tethering is very slow...going to need to wait till I have faster internets. (Or...investigate a workflow building images on the cluster itself, but that goes into a bigger 🐇 hole) |
|
If we go this route it will obsolete #399 I think. |
|
OK this is going along, but I've hit a hurdle: I think this is because the I guess this is specific to libvirt today. Hmm. Actually...is it possible to provide a custom CA root to the installer? If so I could do that once and use it for every cluster. /me looks |
No, it's not; I had forgotten that today in 4.0 clusters the router uses a self-signed cert by default. I am working on this patch for origin: But no luck so far, I think I need to fix something in |
|
@cgwalters lmk when this is ready to test. Happy to help! |
|
Hm, now I'm getting: |
|
/test e2e-aws-op |
|
/retest |
Ah, awesome this is a workaround: |
We need a development workflow that keeps the CVO active so we can test upgrades.
|
OK so...still playing with this. One struggle I had was building images inside vs outside the cluster; the payload needs to use the in-cluster registry pull spec at least with libvirt. So I switched to doing |
|
I think we should land #682 first and then try to factor out the common parts of this PR and that code. And then decide whether we always test via the CVO, i.e. we drop |
|
May try to revisit this... |
|
@cgwalters: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@cgwalters: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
In an effort to clean up the MCO repo, closing old open PRs with no recent activity. Feel free to reopen. |
We need a development workflow that keeps the CVO active so we
can test upgrades.