InterviewSolution
| 1. |
What are the different Red Hat Enterprise Linux CoreOS (RHCOS) tasks that you can perform as a cluster administrator? |
|
Answer» You can conduct the following Red Hat Enterprise Linux CoreOS (RHCOS) tasks as a cluster administrator:
The Ignition configuration files you'll need to deploy your cluster are CREATED by the OpenShift Container Platform installation software. During the initial configuration of Red Hat Enterprise Linux CoreOS (RHCOS), Ignition is used to do basic disc functions such as partitioning, FORMATTING, writing data, and configuring users. Ignition reads its configuration from the installation media or the place you provide on the first boot and applies it to the machines. You may learn how Ignition works, how to install a Red Hat Enterprise Linux CoreOS (RHCOS) server in an OpenShift Container Platform cluster, see Ignition configuration files, and ALTER Ignition configuration after it has been installed. |
|