Skip to content

Commit 44b0df4

Browse files
authored
Merge pull request #70415 from xenolinux/post-install-overview-improv
OSDOCS#9387: Post-installation configuration overview: content improvement
2 parents 070ee5c + 60b5183 commit 44b0df4

File tree

1 file changed

+20
-30
lines changed

1 file changed

+20
-30
lines changed

post_installation_configuration/index.adoc

Lines changed: 20 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,22 @@ After installing {product-title}, a cluster administrator can configure and cust
1818
* Alerts and notifications
1919
2020
[id="post-install-tasks"]
21-
== Configuration tasks to perform after installation
21+
== Post-installation configuration tasks
2222

23-
Cluster administrators can perform the following postinstallation configuration tasks:
23+
You can perform the post-installation configuration tasks to configure your environment to meet your need.
2424

25-
* xref:../post_installation_configuration/machine-configuration-tasks.adoc#post-install-machine-configuration-tasks[Configure operating system features]:
26-
Machine Config Operator (MCO) manages `MachineConfig` objects. By using MCO, you can perform the following tasks on an {product-title} cluster:
25+
The following lists details these configurations:
2726

28-
** Configure nodes by using `MachineConfig` objects
29-
** Configure MCO-related custom resources
27+
* xref:../post_installation_configuration/machine-configuration-tasks.adoc#post-install-machine-configuration-tasks[Configure operating system features]: The Machine Config Operator (MCO) manages `MachineConfig` objects. By using the MCO, you can configure nodes and custom resources.
3028

31-
* xref:../post_installation_configuration/bare-metal-configuration.adoc#post-install-bare-metal-configuration[Configure bare metal nodes]: The Bare Metal Operator (BMO) implements a Kubernetes API for managing bare metal hosts. It maintains an inventory of available bare metal hosts as instances of the BareMetalHost Custom Resource Definition (CRD). The Bare Metal Operator can:
29+
* xref:../post_installation_configuration/bare-metal-configuration.adoc#post-install-bare-metal-configuration[Configure bare metal nodes]: You can use the Bare Metal Operator (BMO) to manage bare metal hosts. The BMO can complete the following operations:
3230

33-
** Inspect the host's hardware details and report them on the corresponding BareMetalHost. This includes information about CPUs, RAM, disks, NICs, and more.
34-
** Inspect the host's firmware and configure BIOS settings.
31+
** Inspects hardware details of the host and report them to the bare metal host.
32+
** Inspect firmware and configure BIOS settings.
3533
** Provision hosts with a desired image.
36-
** Clean a host's disk contents before or after provisioning.
34+
** Clean disk contents for the host before or after provisioning the host.
3735

38-
* xref:../post_installation_configuration/cluster-tasks.adoc#post-install-cluster-tasks[Configure cluster features]:
39-
As a cluster administrator, you can modify the configuration resources of the major features of an {product-title} cluster. These features include:
36+
* xref:../post_installation_configuration/cluster-tasks.adoc#post-install-cluster-tasks[Configure cluster features]. You can modify the following features of an {product-title} cluster:
4037

4138
** Image registry
4239
** Networking configuration
@@ -46,44 +43,37 @@ As a cluster administrator, you can modify the configuration resources of the ma
4643
** Machine set creation to handle the workloads
4744
** Cloud provider credential management
4845

49-
* xref:../post_installation_configuration/configuring-private-cluster.adoc#configuring-private-cluster[Configure cluster components to be private]:
50-
By default, the installation program provisions {product-title} by using a publicly accessible DNS and endpoints. If you want your cluster to be accessible only from within an internal network, configure the following components to be private:
46+
* xref:../post_installation_configuration/configuring-private-cluster.adoc#configuring-private-cluster[Configuring a private cluster]: By default, the installation program provisions {product-title} by using a publicly accessible DNS and endpoints. To make your cluster accessible only from within an internal network, configure the following components to make them private:
5147

5248
** DNS
5349
** Ingress Controller
5450
** API server
5551

56-
* xref:../post_installation_configuration/node-tasks.adoc#post-install-node-tasks[Perform node operations]:
57-
By default, {product-title} uses {op-system-first} compute machines.
58-
As a cluster administrator, you can perform the following operations with the machines in your {product-title} cluster:
52+
* xref:../post_installation_configuration/node-tasks.adoc#post-install-node-tasks[Perform node operations]: By default, {product-title} uses {op-system-first} compute machines. You can perform the following node operations:
5953

60-
** Add and remove compute machines
61-
** Add and remove taints and tolerations to the nodes
62-
** Configure the maximum number of pods per node
63-
** Enable Device Manager
54+
** Add and remove compute machines.
55+
** Add and remove taints and tolerations.
56+
** Configure the maximum number of pods per node.
57+
** Enable Device Manager.
6458

65-
* xref:../post_installation_configuration/network-configuration.adoc#post-install-network-configuration[Configure network]:
66-
After installing {product-title}, you can configure the following:
59+
* xref:../post_installation_configuration/network-configuration.adoc#post-install-network-configuration[Configure network]: After installing {product-title}, you can configure the following components:
6760

6861
** Ingress cluster traffic
6962
** Node port service range
7063
** Network policy
7164
** Enabling the cluster-wide proxy
7265

7366
* xref:../post_installation_configuration/storage-configuration.adoc#post-install-storage-configuration[Configure storage]:
74-
By default, containers operate using ephemeral storage or transient local storage. The ephemeral storage has a lifetime limitation. TO store the data for a long time, you must configure persistent storage.
75-
You can configure storage by using one of the following methods:
67+
By default, containers operate by using the ephemeral storage or transient local storage. The ephemeral storage has a lifetime limitation. To store the data for a long time, you must configure persistent storage. You can configure storage by using one of the following methods:
7668

7769
** *Dynamic provisioning*: You can dynamically provision storage on demand by defining and creating storage classes that control different levels of storage, including storage access.
7870

7971
** *Static provisioning*: You can use Kubernetes persistent volumes to make existing storage available to a cluster. Static provisioning can support various device configurations and mount options.
8072

81-
* xref:../post_installation_configuration/preparing-for-users.adoc#post-install-preparing-for-users[Configure users]:
82-
OAuth access tokens allow users to authenticate themselves to the API. As a cluster administrator, you can configure OAuth to perform the following tasks:
83-
+
73+
* xref:../post_installation_configuration/preparing-for-users.adoc#post-install-preparing-for-users[Configure users]: OAuth access tokens allow users to authenticate themselves to the API. You can configure OAuth to perform the following tasks:
74+
8475
* Specify an identity provider
8576
* Use role-based access control to define and supply permissions to users
8677
* Install an Operator from OperatorHub
8778

88-
* xref:../post_installation_configuration/configuring-alert-notifications.adoc#configuring-alert-notifications[Manage alerts and notifications]:
89-
By default, firing alerts are displayed on the Alerting UI of the web console. You can also configure {product-title} to send alert notifications to external systems.
79+
* xref:../post_installation_configuration/configuring-alert-notifications.adoc#configuring-alert-notifications[Configuring alert notifications]: By default, firing alerts are displayed on the Alerting UI of the web console. You can also configure {product-title} to send alert notifications to external systems.

0 commit comments

Comments
 (0)