Skip to content

Commit de1121f

Browse files
sivcharik8s-infra-cherrypick-robot
authored andcommitted
address review comment
Signed-off-by: sivchari <[email protected]>
1 parent d705d55 commit de1121f

File tree

7 files changed

+4
-14
lines changed

7 files changed

+4
-14
lines changed

docs/book/src/developer/providers/contracts/bootstrap-config.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ To apply the label to CRDs it’s possible to use labels in your `kustomization.
140140
```yaml
141141
labels:
142142
- pairs:
143-
cluster.x-k8s.io/v1alpha2: v1alpha1
144-
cluster.x-k8s.io/v1alpha3: v1alpha2
145143
cluster.x-k8s.io/v1beta1: v1beta1
146144
cluster.x-k8s.io/v1beta2: v1beta2
147145
```

docs/book/src/developer/providers/contracts/control-plane.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ To apply the label to CRDs it’s possible to use labels in your `kustomization.
165165
```yaml
166166
labels:
167167
- pairs:
168-
cluster.x-k8s.io/v1alpha2: v1alpha1
169-
cluster.x-k8s.io/v1alpha3: v1alpha2
170168
cluster.x-k8s.io/v1beta1: v1beta1
171169
cluster.x-k8s.io/v1beta2: v1beta2
172170
```

docs/book/src/developer/providers/contracts/infra-cluster.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ To apply the label to CRDs it’s possible to use labels in your `kustomization.
149149
```yaml
150150
labels:
151151
- pairs:
152-
cluster.x-k8s.io/v1alpha2: v1alpha1
153-
cluster.x-k8s.io/v1alpha3: v1alpha2
154152
cluster.x-k8s.io/v1beta1: v1beta1
155153
cluster.x-k8s.io/v1beta2: v1beta2
156154
```

docs/book/src/developer/providers/contracts/infra-machine.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ To apply the label to CRDs it’s possible to use labels in your `kustomization.
141141
```yaml
142142
labels:
143143
- pairs:
144-
cluster.x-k8s.io/v1alpha2: v1alpha1
145-
cluster.x-k8s.io/v1alpha3: v1alpha2
146144
cluster.x-k8s.io/v1beta1: v1beta1
147145
cluster.x-k8s.io/v1beta2: v1beta2
148146
```

docs/book/src/tasks/bootstrap/kubeadm-bootstrap/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ apiVersion: bootstrap.cluster.x-k8s.io/v1beta2
4141
metadata:
4242
name: my-control-plane1-config
4343
spec:
44-
initConfiguration:
4544
---
4645
kind: DockerMachine
4746
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
@@ -110,7 +109,6 @@ apiVersion: bootstrap.cluster.x-k8s.io/v1beta2
110109
metadata:
111110
name: my-control-plane1-config
112111
spec:
113-
initConfiguration:
114112
```
115113

116114
Additional control plane nodes:
@@ -131,7 +129,6 @@ apiVersion: bootstrap.cluster.x-k8s.io/v1beta2
131129
metadata:
132130
name: my-worker1-config
133131
spec:
134-
joinConfiguration:
135132
```
136133

137134
### Bootstrap Orchestration

docs/book/src/tasks/certs/auto-rotate-certificates-in-kcp.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ kind: KubeadmControlPlane
1515
metadata:
1616
name: example-control-plane
1717
spec:
18-
rolloutBefore:
19-
certificatesExpiryDays: 21 # trigger a rollout if certificates expire within 21 days
18+
rollout:
19+
before:
20+
certificatesExpiryDays: 21 # trigger a rollout if certificates expire within 21 days
2021
kubeadmConfigSpec:
2122
clusterConfiguration:
2223
...

docs/book/src/tasks/experimental-features/runtime-sdk/implement-lifecycle-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ apiVersion: hooks.runtime.cluster.x-k8s.io/v1alpha1
4848
kind: BeforeClusterCreateRequest
4949
settings: <Runtime Extension settings>
5050
cluster:
51-
apiVersion: cluster.x-k8s.io/v1beta2
51+
apiVersion: cluster.x-k8s.io/v1beta1
5252
kind: Cluster
5353
metadata:
5454
name: test-cluster

0 commit comments

Comments
 (0)