-
Notifications
You must be signed in to change notification settings - Fork 210
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
connectivity: Add Control Plane Node Connectivity Tests #2037
Merged
nathanjsweet
merged 1 commit into
main
from
pr/nathanjsweet/add-kube-apiserver-localhost-policy-test
Nov 8, 2023
Merged
connectivity: Add Control Plane Node Connectivity Tests #2037
nathanjsweet
merged 1 commit into
main
from
pr/nathanjsweet/add-kube-apiserver-localhost-policy-test
Nov 8, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
squeed
reviewed
Oct 13, 2023
squeed
reviewed
Oct 13, 2023
squeed
reviewed
Oct 13, 2023
nathanjsweet
force-pushed
the
pr/nathanjsweet/add-kube-apiserver-localhost-policy-test
branch
from
October 13, 2023 15:03
d813bd0
to
60a6477
Compare
nathanjsweet
force-pushed
the
pr/nathanjsweet/add-kube-apiserver-localhost-policy-test
branch
from
October 13, 2023 15:38
60a6477
to
e8d08dc
Compare
nathanjsweet
force-pushed
the
pr/nathanjsweet/add-kube-apiserver-localhost-policy-test
branch
from
October 16, 2023 16:11
e8d08dc
to
93014cb
Compare
nebril
reviewed
Oct 17, 2023
nathanjsweet
force-pushed
the
pr/nathanjsweet/add-kube-apiserver-localhost-policy-test
branch
from
October 17, 2023 14:36
93014cb
to
9effdf0
Compare
squeed
reviewed
Oct 18, 2023
I think we want to have four test cases, depending on the status of features:
Make sense? |
squeed
reviewed
Oct 18, 2023
nathanjsweet
force-pushed
the
pr/nathanjsweet/add-kube-apiserver-localhost-policy-test
branch
from
October 18, 2023 19:42
9effdf0
to
8de1163
Compare
Yes. My refactor guarantees this. Now, a control-plane client-pod will be deployed to every control plane node where a host ping and k8s curl will be tested. |
nathanjsweet
force-pushed
the
pr/nathanjsweet/add-kube-apiserver-localhost-policy-test
branch
from
October 19, 2023 15:20
8de1163
to
b0496ba
Compare
nathanjsweet
force-pushed
the
pr/nathanjsweet/add-kube-apiserver-localhost-policy-test
branch
from
October 31, 2023 19:16
b0496ba
to
ffa5b6b
Compare
nathanjsweet
force-pushed
the
pr/nathanjsweet/add-kube-apiserver-localhost-policy-test
branch
from
November 1, 2023 02:20
ffa5b6b
to
85355f3
Compare
squeed
approved these changes
Nov 1, 2023
nebril
approved these changes
Nov 1, 2023
The control plane nodes create unique policy selection contexts that allow us to test that label selection of host and kube-apiserver entities is correct. This change adds control plane client-pods on every control plan node when the hidden test variable `--k8s-localhost-test` is enabled. Control plane components, as well as the control plane host are queried with control plane policy selections in place. Signed-off-by: Nate Sweet <[email protected]>
nathanjsweet
force-pushed
the
pr/nathanjsweet/add-kube-apiserver-localhost-policy-test
branch
from
November 2, 2023 19:43
85355f3
to
a03a6b8
Compare
nathanjsweet
deleted the
pr/nathanjsweet/add-kube-apiserver-localhost-policy-test
branch
November 8, 2023 17:11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The control plane nodes create unique policy selection contexts that allow us to test that label selection of host and kube-apiserver entities is correct.