We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3728944 commit 37606d4Copy full SHA for 37606d4
k8s/crds/kops.k8s.io_clusters.yaml
@@ -3635,6 +3635,12 @@ spec:
3635
config for node local dns by the user - it will include
3636
the original CoreFile made by kOps.
3637
type: string
3638
+ ciliumBPFCompatibility:
3639
+ description: CiliumBPFCompatibility allows user to enable
3640
+ cilium bpf host routing compatibility mode, which is required
3641
+ for cilium 1.16.5+ and above, when the user is using cilium
3642
+ as an externally managed daemonset.
3643
+ type: boolean
3644
cpuRequest:
3645
anyOf:
3646
- type: integer
0 commit comments