You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do not have steps to analyze network policies in case of failures by network policy manager.
Example: When I create Network Policies in EKS through VPC CNI, CNI Network manager creates Policy Endpoints and uses the Kubernetes ClusterRole eks:network-policy-controller. When a cluster is configured with Kyverno ClusterPolicies to restrict access, Policy Endpoint creation will fail. Kubernetes API Server logs should be checked to analyze the issue.
We need to more troubleshooting scenarios and steps to analyze.
Also, what permissions does network policy manager need.
kubectl get clusterroles eks:network-policy-controller -o yaml
$ kubectl get apiservices
NAME SERVICE AVAILABLE AGE
v1. Local True 20h
v1.admissionregistration.k8s.io Local True 20h
v1.apiextensions.k8s.io Local True 20h
v1.apps Local True 20h
v1.authentication.k8s.io Local True 20h
v1.authorization.k8s.io Local True 20h
v1.autoscaling Local True 20h
v1.batch Local True 20h
v1.certificates.k8s.io Local True 20h
v1.coordination.k8s.io Local True 20h
v1.discovery.k8s.io Local True 20h
v1.eks.amazonaws.com Local True 20h
v1.events.k8s.io Local True 20h
v1.flowcontrol.apiserver.k8s.io Local True 20h
v1.karpenter.sh Local True 20h
v1.metrics.eks.amazonaws.com kube-system/eks-extension-metrics-api True 20h
v1.networking.k8s.io Local True 20h
v1.node.k8s.io Local True 20h
v1.policy Local True 20h
v1.rbac.authorization.k8s.io Local True 20h
v1.scheduling.k8s.io Local True 20h
v1.storage.k8s.io Local True 20h
v1alpha1.eks.amazonaws.com Local True 20h
v1alpha1.networking.k8s.aws Local True 20h
v1alpha1.vpcresources.k8s.aws Local True 20h
v1alpha2.scheduling.run.ai Local True 20h
v1beta1.metrics.k8s.io kube-system/metrics-server True 20h
v1beta1.storage.k8s.io Local True 20h
v1beta1.vpcresources.k8s.aws Local True 20h
v2.autoscaling Local True 20h
v2.scheduling.run.ai Local True 20h
v2alpha2.scheduling.run.ai Local True 20h
The text was updated successfully, but these errors were encountered:
Hello Team,
We do not have steps to analyze network policies in case of failures by network policy manager.
Example: When I create Network Policies in EKS through VPC CNI, CNI Network manager creates Policy Endpoints and uses the Kubernetes ClusterRole
eks:network-policy-controller
. When a cluster is configured with Kyverno ClusterPolicies to restrict access, Policy Endpoint creation will fail. Kubernetes API Server logs should be checked to analyze the issue.We need to more troubleshooting scenarios and steps to analyze.
Also, what permissions does network policy manager need.
What CRD's does CNI install on the cluster.
What apiservices are related to network policies
The text was updated successfully, but these errors were encountered: