Skip to content

Commit 64cca11

Browse files
committed
feat: upgrade kops lib to 1.32.2
1 parent 39d9e43 commit 64cca11

File tree

5 files changed

+344
-216
lines changed

5 files changed

+344
-216
lines changed

config/crd/bases/controlplane.cluster.x-k8s.io_kopscontrolplanes.yaml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2568,6 +2568,11 @@ spec:
25682568
description: FeatureGates is set of key=value pairs that describe
25692569
feature gates for alpha/experimental features.
25702570
type: object
2571+
goawayChance:
2572+
description: GoawayChance is the probability that send a GOAWAY
2573+
to HTTP/2 clients. Default to 0, means never send GOAWAY.
2574+
Max is 0.02 to prevent break the apiserver.
2575+
type: string
25712576
http2MaxStreamsPerConnection:
25722577
description: HTTP2MaxStreamsPerConnection sets the limit that
25732578
the server gives to clients for the maximum number of streams
@@ -5354,6 +5359,11 @@ spec:
53545359
description: ClusterName is the name of the cluster. It
53555360
is only relevant when building a mesh of clusters.
53565361
type: string
5362+
cniExclusive:
5363+
description: |-
5364+
CniExclusive configures whether to remove other CNI configuration files.
5365+
Default: true
5366+
type: boolean
53575367
cpuRequest:
53585368
anyOf:
53595369
- type: integer
@@ -5451,6 +5461,20 @@ spec:
54515461
The cluster is operated by cilium-etcd-operator.
54525462
Default: false
54535463
type: boolean
5464+
gatewayAPI:
5465+
description: GatewayAPI specifies the configuration for
5466+
Cilium Gateway API settings.
5467+
properties:
5468+
enableSecretsSync:
5469+
description: |-
5470+
EnableSecretsSync specifies whether synchronization of secrets is enabled.
5471+
Default: true
5472+
type: boolean
5473+
enabled:
5474+
description: Enabled specifies whether Cilium Gateway
5475+
API is enabled.
5476+
type: boolean
5477+
type: object
54545478
hubble:
54555479
description: Hubble configures the Hubble service on the
54565480
Cilium agent.
@@ -5660,6 +5684,47 @@ spec:
56605684
* run kube-proxy on the master
56615685
* enable debugging handlers on the master, so kubectl logs works
56625686
type: boolean
5687+
kindnet:
5688+
description: KindnetNetworkingSpec configures Kindnet settings.
5689+
properties:
5690+
adminNetworkPolicies:
5691+
type: boolean
5692+
baselineAdminNetworkPolicies:
5693+
type: boolean
5694+
dnsCaching:
5695+
description: enable dns caching
5696+
type: boolean
5697+
fastPathThreshold:
5698+
description: number of packets in a connection to offload
5699+
it to the fast path
5700+
format: int32
5701+
type: integer
5702+
logLevel:
5703+
description: log level
5704+
format: int32
5705+
type: integer
5706+
masquerade:
5707+
description: node agent masquerading rules
5708+
properties:
5709+
enabled:
5710+
type: boolean
5711+
nonMasqueradeCIDRs:
5712+
items:
5713+
type: string
5714+
type: array
5715+
type: object
5716+
nat64:
5717+
description: enable nat64 on ipv6 clusters
5718+
type: boolean
5719+
networkPolicies:
5720+
description: Enable network policies
5721+
type: boolean
5722+
version:
5723+
description: |-
5724+
Version is the version of the kindnet agent.
5725+
Default: v1.8.0
5726+
type: string
5727+
type: object
56635728
kopeio:
56645729
description: KopeioNetworkingSpec declares that we want Kopeio
56655730
networking

config/crd/output/apiextensions.k8s.io_v1_customresourcedefinition_kopscontrolplanes.controlplane.cluster.x-k8s.io.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,6 +2231,9 @@ spec:
22312231
type: string
22322232
description: FeatureGates is set of key=value pairs that describe feature gates for alpha/experimental features.
22332233
type: object
2234+
goawayChance:
2235+
description: GoawayChance is the probability that send a GOAWAY to HTTP/2 clients. Default to 0, means never send GOAWAY. Max is 0.02 to prevent break the apiserver.
2236+
type: string
22342237
http2MaxStreamsPerConnection:
22352238
description: HTTP2MaxStreamsPerConnection sets the limit that the server gives to clients for the maximum number of streams in an HTTP/2 connection. Zero means to use golang's default.
22362239
format: int32
@@ -4711,6 +4714,11 @@ spec:
47114714
clusterName:
47124715
description: ClusterName is the name of the cluster. It is only relevant when building a mesh of clusters.
47134716
type: string
4717+
cniExclusive:
4718+
description: |-
4719+
CniExclusive configures whether to remove other CNI configuration files.
4720+
Default: true
4721+
type: boolean
47144722
cpuRequest:
47154723
anyOf:
47164724
- type: integer
@@ -4804,6 +4812,18 @@ spec:
48044812
The cluster is operated by cilium-etcd-operator.
48054813
Default: false
48064814
type: boolean
4815+
gatewayAPI:
4816+
description: GatewayAPI specifies the configuration for Cilium Gateway API settings.
4817+
properties:
4818+
enableSecretsSync:
4819+
description: |-
4820+
EnableSecretsSync specifies whether synchronization of secrets is enabled.
4821+
Default: true
4822+
type: boolean
4823+
enabled:
4824+
description: Enabled specifies whether Cilium Gateway API is enabled.
4825+
type: boolean
4826+
type: object
48074827
hubble:
48084828
description: Hubble configures the Hubble service on the Cilium agent.
48094829
properties:
@@ -4996,6 +5016,46 @@ spec:
49965016
* run kube-proxy on the master
49975017
* enable debugging handlers on the master, so kubectl logs works
49985018
type: boolean
5019+
kindnet:
5020+
description: KindnetNetworkingSpec configures Kindnet settings.
5021+
properties:
5022+
adminNetworkPolicies:
5023+
type: boolean
5024+
baselineAdminNetworkPolicies:
5025+
type: boolean
5026+
dnsCaching:
5027+
description: enable dns caching
5028+
type: boolean
5029+
fastPathThreshold:
5030+
description: number of packets in a connection to offload it to the fast path
5031+
format: int32
5032+
type: integer
5033+
logLevel:
5034+
description: log level
5035+
format: int32
5036+
type: integer
5037+
masquerade:
5038+
description: node agent masquerading rules
5039+
properties:
5040+
enabled:
5041+
type: boolean
5042+
nonMasqueradeCIDRs:
5043+
items:
5044+
type: string
5045+
type: array
5046+
type: object
5047+
nat64:
5048+
description: enable nat64 on ipv6 clusters
5049+
type: boolean
5050+
networkPolicies:
5051+
description: Enable network policies
5052+
type: boolean
5053+
version:
5054+
description: |-
5055+
Version is the version of the kindnet agent.
5056+
Default: v1.8.0
5057+
type: string
5058+
type: object
49995059
kopeio:
50005060
description: KopeioNetworkingSpec declares that we want Kopeio networking
50015061
type: object

0 commit comments

Comments
 (0)