update klusterlet crd in chart (#1355)
Some checks failed
Post / images (amd64, addon-manager) (push) Failing after 59s
Post / images (amd64, placement) (push) Failing after 41s
Post / images (amd64, registration) (push) Failing after 42s
Post / images (amd64, registration-operator) (push) Failing after 42s
Post / images (amd64, work) (push) Failing after 42s
Post / images (arm64, addon-manager) (push) Failing after 43s
Post / images (arm64, placement) (push) Failing after 42s
Post / images (arm64, registration) (push) Failing after 41s
Post / images (arm64, registration-operator) (push) Failing after 41s
Post / images (arm64, work) (push) Failing after 42s
Post / image manifest (addon-manager) (push) Has been skipped
Post / image manifest (placement) (push) Has been skipped
Post / image manifest (registration) (push) Has been skipped
Post / image manifest (registration-operator) (push) Has been skipped
Post / image manifest (work) (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Scorecard supply-chain security / Scorecard analysis (push) Failing after 9m22s
Post / coverage (push) Failing after 9m36s

Signed-off-by: Yang Le <yangle@redhat.com>
This commit is contained in:
Yang Le
2026-01-27 16:42:40 +08:00
committed by GitHub
parent 1e502b304e
commit 68ea574041

View File

@@ -185,6 +185,35 @@ spec:
description: RegistrationConfiguration contains the configuration
of registration
properties:
addOnKubeClientRegistrationDriver:
description: This provides driver details required to register
add-ons with hub for kubeClient type
properties:
authType:
description: |-
AuthType is the authentication driver used for add-on registration.
Possible values are csr and token.
Currently, this field only affects kubeClient type add-on registration. The csr type add-on registration always uses csr driver.
In the future, this may be extended to customize authentication for csr type add-on registration as well.
enum:
- csr
- token
type: string
token:
description: Token contains the configuration for token-based
registration.
properties:
expirationSeconds:
description: |-
ExpirationSeconds represents the seconds of a token to expire.
If it is not set or 0, the default duration will be used, which is
the same as the certificate expiration set by the hub cluster's
kube-controller-manager (typically 1 year).
The minimum valid value for production use is 3600 (1 hour), though smaller values are allowed for testing.
format: int64
type: integer
type: object
type: object
bootstrapKubeConfigs:
description: |-
BootstrapKubeConfigs defines the ordered list of bootstrap kubeconfigs. The order decides which bootstrap kubeconfig to use first when rebootstrap.
@@ -324,7 +353,7 @@ spec:
type: integer
registrationDriver:
description: This provides driver details required to register
with hub
klusterlet agent with hub
properties:
authType:
default: csr