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
Run `make api` to sync the generated CRD manifests for
hostedcontrolplanes after the pullSecret godoc update in
hostedcluster_types.go.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/NetworkDiagnosticsConfig.yaml
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5383,14 +5383,8 @@ spec:
5383
5383
- type
5384
5384
type: object
5385
5385
pullSecret:
5386
-
description: |-
5387
-
pullSecret is a local reference to a Secret that must have a ".dockerconfigjson" key whose content must be a valid Openshift pull secret JSON.
5388
-
If the reference is set but none of the above requirements are met, the HostedCluster will enter a degraded state.
5389
-
This pull secret is included in NodePool ignition/bootstrap payloads and applied to the container runtime when nodes provision.
5390
-
Changing this value will trigger a rollout for all existing NodePools in the cluster (for both replace and inplace upgrade types).
5391
-
Updating the referenced Secret's data in place (without changing this reference) does not trigger that rollout.
5392
-
In AWS and Azure NodePools using the Replace upgrade strategy, the Secret's data in place changes
5393
-
will still propagate the updated credentials down to the guest cluster and kubelet config.
5386
+
description: pullSecret is a reference to a secret containing the
Copy file name to clipboardExpand all lines: cmd/install/assets/hypershift-operator/zz_generated.crd-manifests/hostedcontrolplanes-Hypershift-Default.crd.yaml
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5931,14 +5931,8 @@ spec:
5931
5931
- type
5932
5932
type: object
5933
5933
pullSecret:
5934
-
description: |-
5935
-
pullSecret is a local reference to a Secret that must have a ".dockerconfigjson" key whose content must be a valid Openshift pull secret JSON.
5936
-
If the reference is set but none of the above requirements are met, the HostedCluster will enter a degraded state.
5937
-
This pull secret is included in NodePool ignition/bootstrap payloads and applied to the container runtime when nodes provision.
5938
-
Changing this value will trigger a rollout for all existing NodePools in the cluster (for both replace and inplace upgrade types).
5939
-
Updating the referenced Secret's data in place (without changing this reference) does not trigger that rollout.
5940
-
In AWS and Azure NodePools using the Replace upgrade strategy, the Secret's data in place changes
5941
-
will still propagate the updated credentials down to the guest cluster and kubelet config.
5934
+
description: pullSecret is a reference to a secret containing the
0 commit comments