Skip to content

Commit e0a6611

Browse files
authored
Doc improvement for default OS on baremetal (#9600)
1 parent 17543f4 commit e0a6611

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/en/docs/getting-started/baremetal/bare-spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ metadata:
7575
name: my-cluster-name-cp
7676
spec:
7777
hardwareSelector: {}
78-
osFamily: bottlerocket
78+
osFamily: ubuntu
7979
templateRef: {}
8080
users:
8181
- name: ec2-user
@@ -89,7 +89,7 @@ metadata:
8989
name: my-cluster-name
9090
spec:
9191
hardwareSelector: {}
92-
osFamily: bottlerocket
92+
osFamily: ubuntu
9393
templateRef:
9494
kind: TinkerbellTemplateConfig
9595
name: my-cluster-name
@@ -342,7 +342,7 @@ spec:
342342
node: "cp-machine"
343343
```
344344
### osFamily (required)
345-
Operating system on the machine. Permitted values: `bottlerocket`, `ubuntu`, `redhat` (Default: `bottlerocket`).
345+
Operating system on the machine. Permitted values: `ubuntu` and `redhat` (Default: `ubuntu`).
346346

347347
### osImageURL (required)
348348
Required field to set the operating system. In order to use Ubuntu or RHEL see [building baremetal node images]({{< relref "../../osmgmt/artifacts/#build-bare-metal-node-images" >}}). This field is also useful if you want to provide a customized operating system image or simply host the standard image locally. To upgrade a node or group of nodes to a new operating system version (ie. RHEL 8.7 to RHEL 8.8), modify this field to point to the new operating system image URL and run [upgrade cluster command]({{< relref "../../clustermgmt/cluster-upgrades/baremetal-upgrades/#upgrade-cluster-command" >}}). The `osImageURL` must contain the `Cluster.Spec.KubernetesVersion` or `Cluster.Spec.WorkerNodeGroupConfiguration[].KubernetesVersion` version (in case of modular upgrade). For example, if the Kubernetes version is 1.31, the `osImageURL` name should include 1.31, 1_31, 1-31 or 131.

0 commit comments

Comments
 (0)