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
Copy file name to clipboardExpand all lines: docs/capi-adoption.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ Create the `Cluster`, `K0sControlPlane`, `RemoteCluster`, and `RemoteMachineTemp
139
139
The `RemoteMachineTemplate` is referenced by `K0sControlPlane.spec.machineTemplate` and defines the pool from which k0smotron draws machines when scaling or replacing control plane nodes. The existing nodes are represented by direct `Machine` and `RemoteMachine` objects (Steps 6–7), not by this pool.
140
140
141
141
```yaml
142
-
apiVersion: cluster.x-k8s.io/v1beta1
142
+
apiVersion: cluster.x-k8s.io/v1beta2
143
143
kind: Cluster
144
144
metadata:
145
145
name: my-cluster
@@ -159,15 +159,15 @@ spec:
159
159
host: 1.2.3.4 # replace with your control plane endpoint
0 commit comments