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: post_installation_configuration/index.adoc
+20-30Lines changed: 20 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,25 +18,22 @@ After installing {product-title}, a cluster administrator can configure and cust
18
18
* Alerts and notifications
19
19
20
20
[id="post-install-tasks"]
21
-
== Configuration tasks to perform after installation
21
+
== Post-installation configuration tasks
22
22
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.
24
24
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:
27
26
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.
30
28
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:
32
30
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.
35
33
** 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.
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:
40
37
41
38
** Image registry
42
39
** Networking configuration
@@ -46,44 +43,37 @@ As a cluster administrator, you can modify the configuration resources of the ma
46
43
** Machine set creation to handle the workloads
47
44
** Cloud provider credential management
48
45
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:
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:
59
53
60
-
** Add and remove compute machines
61
-
** Add and remove taints and tolerations to the nodes
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:
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:
76
68
77
69
** *Dynamic provisioning*: You can dynamically provision storage on demand by defining and creating storage classes that control different levels of storage, including storage access.
78
70
79
71
** *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.
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
+
84
75
* Specify an identity provider
85
76
* Use role-based access control to define and supply permissions to users
86
77
* Install an Operator from OperatorHub
87
78
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