-
Notifications
You must be signed in to change notification settings - Fork 431
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
Don't useExperimentalRetryJoin #1029
Don't useExperimentalRetryJoin #1029
Conversation
/hold |
/test pull-cluster-api-provider-azure-e2e-full |
/test pull-cluster-api-provider-azure-capi-e2e |
/test pull-cluster-api-provider-azure-conformance-with-ci-artifacts |
The tests have been pretty flaky with the retry lately so I wouldn't be surprised if we see flakes without it too... |
/test pull-cluster-api-provider-azure-e2e looks like it was a flake since |
/test pull-cluster-api-provider-azure-e2e |
/test pull-cluster-api-provider-azure-e2e-full |
Let's hold until #991 merges so we can validate with the KCP flake improvements |
30d9702
to
4df6756
Compare
4df6756
to
b6dd8ab
Compare
/test pull-cluster-api-provider-azure-e2e-full |
/test pull-cluster-api-provider-azure-e2e-full |
/test pull-cluster-api-provider-azure-e2e-full |
1 similar comment
/test pull-cluster-api-provider-azure-e2e-full |
/test pull-cluster-api-provider-azure-capi-e2e |
1 similar comment
/test pull-cluster-api-provider-azure-capi-e2e |
/test pull-cluster-api-provider-azure-e2e-full |
b6dd8ab
to
95c894f
Compare
7a024de
to
5a8aa7e
Compare
Pass 8 after rebase |
/retest |
now that we are using k9s 1.19.3 as default, we should not need this
5a8aa7e
to
66b7f3a
Compare
/test pull-cluster-api-provider-azure-coverage |
Pass 9 |
|
Pass 10 |
Pass 10 - everything passed Pass 11 |
Pass 12 |
the last few runs, only the GPU tests failed sometimes which is not related to this |
/hold cancel @shysank @CecileRobertMichon I think this is ready to merge now, wdyt? |
/lgtm |
One small clarification: |
lgtm with one clarification |
useExperimentalRetryJoin is not needed for k8s >= 1.19 Given that 1.18 & 1.17 would be out of the support skew for v1alpha4 (and < 1.17 won't even work - kubernetes-sigs/cluster-api#4423 (comment)), it should be safe to remove it from the example templates. It would be good to add a note in the CAPI bootstrap kubeadm docs about turning on the retries for k8s clusters < 1.19. kubernetes-sigs/cluster-api#4444 is tracking defining the policy for k8s version support. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon 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 |
@nader-ziada: The following test 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. Instructions 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. |
/test pull-cluster-api-provider-azure-e2e |
/kind feature
What type of PR is this?
What this PR does / why we need it:
useExperimentalRetryJoin
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #998
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: