Skip to content
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

Ip pool crd #11

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Ip pool crd #11

wants to merge 4 commits into from

Conversation

zhengxiexie
Copy link
Owner

No description provided.

Consider the stale IPPool in NCP, use v1alpha2.
Consider the below scenarios:
 * When a new added pod whose port name exists in security policy
 * When a deleted pod whose port name exists in security policy
 * When a pod's label is changed
 * When a namespace's label is changed
Ensure named port and endPort not coexist, endPort can only be defined if port is also defined, and both ports must be numeric.
Fix compare rule and compare group logic. When pod or namespace label change, the IPSet group may change, however,
the groups compare logic still returns equal, the group misses Expression field and should also use DataValueToJsonEncoder to compare groups.
Fix the bug no pod to be selected if only namespaceSelectors or podSelector.
Fix the bug no right pod to be selected when there is *and* relationship in one
target and *or* relationship in another target.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant