-
Notifications
You must be signed in to change notification settings - Fork 4.7k
More support for cluster-api #17636
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
base: master
Are you sure you want to change the base?
More support for cluster-api #17636
Conversation
c2c7c26
to
5e7c5bb
Compare
80b82ec
to
855ef49
Compare
27f468b
to
3e80afa
Compare
/test pull-kops-scenario-clusterapi-gcp Let's try this new test :-) |
/test pull-kops-scenario-clusterapi-gcp |
b8bc822
to
a4fbb3d
Compare
/test pull-kops-scenario-clusterapi-gcp |
a4fbb3d
to
5496816
Compare
/test pull-kops-scenario-clusterapi-gcp |
a3ef085
to
fb68367
Compare
/test pull-kops-scenario-clusterapi-gcp |
fb68367
to
b7f6dc3
Compare
/test pull-kops-scenario-clusterapi-gcp |
059cb26
to
6c3107f
Compare
"Could not retrieve location for AWS bucket k8s-kops-prow" /retest (We might have deleted the bucket / moved the bucket / I may have broken this, but I figure it's worth a retest first) |
We switched the account. 🤣 |
yeah. we need to update the presubmits with a new buckets. |
/retest |
/test pull-kops-scenario-clusterapi-gcp |
1 similar comment
/test pull-kops-scenario-clusterapi-gcp |
Normally they are the same, but for CI builds they are different, and kopsbase.Version is the consistent one to use for CI builds. We also need to be careful not to conflate the version with the docker image tag; image tags cannot contain '+' characters, but our CI versions do. We replace '+' with '_' for image tags. Co-authored-by: Ciprian Hacman <[email protected]>
Less hacky support for GCP, encode more of the logic into controllers. Co-authored-by: Ciprian Hacman <[email protected]>
Not the cleanest presentation, but this is the thing that is causing the most trouble right now.
6c3107f
to
f81a869
Compare
/test pull-kops-scenario-clusterapi-gcp I think the problem is that we are being inconsistent in specifying the CI env var, forcing CI=1 as an experiment |
/test pull-kops-scenario-clusterapi-gcp Looks like I'm missing a wait:
|
f81a869
to
e9cdcd0
Compare
/test pull-kops-scenario-clusterapi-gcp |
/test pull-kops-scenario-clusterapi-gcp I think we're getting there (🤞 ): we weren't passing the version to container builds, and we weren't passing KOPS_BASE_URL to kops-controller (so it was not using the version of nodeup that we built for capi configurations where kops-controller generates the user-data) |
/test pull-kops-scenario-clusterapi-gcp Calico did not become ready: I've seen this a few times, I think it's a calico bug. I was able to remedy it by restarting calico when it happened "locally", but I think it is not related |
Wow - I think that was it! Removing WIP :-) |
Less hacky support for GCP, encode more of the logic into controllers.