-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Remove remaining node update calls in calico-node startup #7714
Conversation
@mgleung Can you take a look?. Thanks |
Just need to swap the ordering of the |
Followup to projectcalico#7550 Change-Id: I01c8018c9d47401383f05861865ff0c9b44c506e
/sem-approve |
Not sure if you've looked into this, but it would be nice to have some sort of simply unit test verifying that this behavior doesn't get regressed. e.g., a UT that queries the node, makes note of its revision, runs this code, and verifies the revision is unchanged? |
Do you mean a FV test like
|
@skmatti yep, that file is probably the right place for it to go. I'm going to merge this for now so that it doesn't rot, but if you can I think it would be great to do a follow-on that adds such a test. Feel free to ping me here or on another PR and we work through it! |
Description
Remove node update on startup if CALICO_NETWORKING_BACKEND=none. Followup to #7550
Related issues/PRs
Release Note
Reminder for the reviewer
Make sure that this PR has the correct labels and milestone set.
Every PR needs one
docs-*
label.docs-pr-required
: This change requires a change to the documentation that has not been completed yet.docs-completed
: This change has all necessary documentation completed.docs-not-required
: This change has no user-facing impact and requires no docs.Every PR needs one
release-note-*
label.release-note-required
: This PR has user-facing changes. Most PRs should have this label.release-note-not-required
: This PR has no user-facing changes.Other optional labels:
cherry-pick-candidate
: This PR should be cherry-picked to an earlier release. For bug fixes only.needs-operator-pr
: This PR is related to install and requires a corresponding change to the operator.