-
Notifications
You must be signed in to change notification settings - Fork 16
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
[CPDEV-95906] IPIP Encapsulation check #568
Merged
Merged
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
alexarefev
added
improvement
New feature or request
documentation
Improvements or additions to documentation
labels
Dec 7, 2023
vlar0816
approved these changes
Dec 13, 2023
ilia1243
reviewed
Dec 14, 2023
vlar0816
approved these changes
Dec 27, 2023
ilia1243
reviewed
Jan 9, 2024
alexarefev
changed the title
[CPDEV-95906] Encapsulation check
[CPDEV-95906] IPIP Encapsulation check
Jan 10, 2024
koryaga
reviewed
Jan 26, 2024
alexarefev
force-pushed
the
encapsulation_check
branch
from
February 1, 2024 07:20
32b2ddb
to
027973a
Compare
Imadzuma
reviewed
Feb 2, 2024
alexarefev
force-pushed
the
encapsulation_check
branch
from
February 13, 2024 08:44
8b1808d
to
f58460d
Compare
ilia1243
approved these changes
Feb 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Description
check_iaas
Solution
check_iaas
procedureTest Cases
TestCase 1
New check is working on clean nodes
Test Configuration:
Steps:
plugins.calico.mode=ipip
incluster.yaml
check_iaas
procedure with--task='network.ipip_connectivity'
Results:
TestCase 2
Exemptions in
network.ipip_connectivity
check are workingTest Configuration:
Steps:
plugins.calico.install=false
incluster.yaml
check_iass
procedure with--task='network.ipip_connectivity'
plugins.calico.mode=vxlan
incluster.yaml
check_iass
procedure with--task='network.ipip_connectivity'
services.kubeadm.networking.podSubnet
incluster.yaml
check_iass
procedure with--task='network.ipip_connectivity'
Results:
Calico
is not set as CNIipip
TestCase 3
The check is working on running cluster
Test Configuration:
Steps:
check_iass
procedure with--task='network.ipip_connectivity'
on running cluster. Calico must be running inipip
modeResults:
Checklist