-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
area/agentCilium agent related.Cilium agent related.area/k8sImpacts the kubernetes API, or kubernetes -> cilium internals translation layers.Impacts the kubernetes API, or kubernetes -> cilium internals translation layers.good-first-issueGood starting point for new developers, which requires minimal understanding of Cilium.Good starting point for new developers, which requires minimal understanding of Cilium.help-wantedPlease volunteer for this by adding yourself as an assignee!Please volunteer for this by adding yourself as an assignee!kind/featureThis introduces new functionality.This introduces new functionality.
Description
Currently, Cilium Operator installs all CNP CRD in the cluster upon initialization. Since this CRD is defined with kubemarkers, its configuration is hardcoded here. This causes some issues as pointed out in #17880 and can be confusing for users.
To prevent these issues, we could perform some conditional checking while we are constructing the CRD in here and define the CEP column views based on the features that are enabled. For example, if IPv6 is not enabled then we shouldn't display the IPv6 column, or, if we start Cilium agent with --endpoint-status=policy
then we should show the column for policy enforcement status otherwise it should be omitted.
Metadata
Metadata
Assignees
Labels
area/agentCilium agent related.Cilium agent related.area/k8sImpacts the kubernetes API, or kubernetes -> cilium internals translation layers.Impacts the kubernetes API, or kubernetes -> cilium internals translation layers.good-first-issueGood starting point for new developers, which requires minimal understanding of Cilium.Good starting point for new developers, which requires minimal understanding of Cilium.help-wantedPlease volunteer for this by adding yourself as an assignee!Please volunteer for this by adding yourself as an assignee!kind/featureThis introduces new functionality.This introduces new functionality.
Type
Projects
Status
Done