Skip to content

Commit

Permalink
feat(cilium): run make crds
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-aguilar7 committed Oct 25, 2024
1 parent 5385bb2 commit 96cbbcf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions k8s/crds/kops.k8s.io_clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5296,18 +5296,18 @@ spec:
https://docs.cilium.io/en/v1.9/gettingstarted/host-services/
Default: false
type: boolean
enableL7Proxy:
description: |-
EnableL7Proxy enables L7 proxy for L7 policy enforcement.
Default: true
type: boolean
enableLocalRedirectPolicy:
description: |-
EnableLocalRedirectPolicy that enables pod traffic destined to an IP address and port/protocol
tuple or Kubernetes service to be redirected locally to backend pod(s) within a node, using eBPF.
https://docs.cilium.io/en/stable/network/kubernetes/local-redirect-policy/
Default: false
type: boolean
enableL7Proxy:
description: |-
EnableL7Proxy enables L7 proxy for L7 policy enforcement.
Default: true
type: boolean
enableNodePort:
description: |-
EnableNodePort replaces kube-proxy with Cilium's BPF implementation.
Expand Down

0 comments on commit 96cbbcf

Please sign in to comment.