-
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
Add CRD feature and add KNP tests #1470
Add CRD feature and add KNP tests #1470
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mainly looked at the network policy manifests, LGTM. Will leave the remaining review to codeowners.
hey @sayboras could you review this? @youngnick and @tklauser might not be around. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work ✔️
Commit 8320090 does not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
Commit 8320090 does not contain "Signed-off-by". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
Signed-off-by: Donia Chaiehloudj <donia.cld@isovalent.com>
Signed-off-by: Donia Chaiehloudj <donia.cld@isovalent.com>
Signed-off-by: Donia Chaiehloudj <donia.cld@isovalent.com>
Signed-off-by: Donia Chaiehloudj <donia.cld@isovalent.com>
Signed-off-by: Donia Chaiehloudj <donia.cld@isovalent.com>
…e detection Make detected Cilium Agent version available for feature detection and use it instead of trying to detect Cilium version from the agent image reference. This helps avoid failures like this when the image tag is not a semantic version (in this case image tag is "test"): connectivity test failed: unable to determine if KNP feature is enabled: failed to parse Cilium version test to semver Cilium agent version was already detected, this PR moves the detection a bit earlier to make it available for feature detection. Fixes: #1470 Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
…e detection Make detected Cilium Agent version available for feature detection and use it instead of trying to detect Cilium version from the agent image reference. This helps avoid failures like this when the image tag is not a semantic version (in this case image tag is "test"): connectivity test failed: unable to determine if KNP feature is enabled: failed to parse Cilium version test to semver Cilium agent version was already detected, this PR moves the detection a bit earlier to make it available for feature detection. Fixes: #1470 Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
Motivation
Adding Kubernetes Network Policy tests coverage.
Changes
List of scenarios added for Kubernetes Network Policy
Fixes: #1484