-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[WIP] [POC] OSDOCS-17637: Updating the machine management index.adoc navigation file #108997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
bergerhoffer
wants to merge
1
commit into
openshift:main
Choose a base branch
from
bergerhoffer:OSDOCS-17637-mm
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * machine_management/index.adoc | ||
|
|
||
| :_mod-docs-content-type: CONCEPT | ||
| [id="machine-mgmt-intro-add-for-upi_{context}"] | ||
| = Compute machine creation on user-provisioned infrastructure | ||
|
|
||
| [role="_abstract"] | ||
| User-provisioned infrastructure is an environment where you can deploy infrastructure such as compute, network, and storage resources that host the {product-title}. You can add compute machines to a cluster on user-provisioned infrastructure during or after the installation process. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * machine_management/index.adoc | ||
| // | ||
| // This file is a navigation file - xrefs are allowed in this type of module, but it must only ever be included from one location | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="machine-mgmt-intro-autoscaling_{context}"] | ||
| = Cluster autoscaling | ||
|
|
||
| [role="_abstract"] | ||
| You can automatically scale your {product-title} cluster to ensure flexibility for changing workloads. | ||
|
|
||
| To xref:../machine_management/applying-autoscaling.adoc#applying-autoscaling[autoscale] your cluster, you must first deploy a cluster autoscaler, and then deploy a machine autoscaler for each compute machine set. | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| * The xref:../machine_management/applying-autoscaling.adoc#cluster-autoscaler-about_applying-autoscaling[_cluster autoscaler_] increases and decreases the size of the cluster based on deployment needs. | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| * The xref:../machine_management/applying-autoscaling.adoc#machine-autoscaler-about_applying-autoscaling[_machine autoscaler_] adjusts the number of machines in the compute machine sets that you deploy in your {product-title} cluster. | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * machine_management/index.adoc | ||
| // | ||
| // This file is a navigation file - xrefs are allowed in this type of module, but it must only ever be included from one location | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="machine-mgmt-intro-managing-control-plane_{context}"] | ||
| = Control plane machine management | ||
|
|
||
| [role="_abstract"] | ||
| As a cluster administrator, you can manage the control plane machines in your {product-title} cluster. | ||
|
|
||
| For example, you can perform the following actions: | ||
|
|
||
| * xref:../machine_management/control_plane_machine_management/cpmso-managing-machines.adoc#cpmso-feat-config-update_cpmso-managing-machines[Update your control plane configuration] with a control plane machine set for the following cloud providers: | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/control_plane_machine_management/cpmso_provider_configurations/cpmso-config-options-aws.adoc#cpmso-config-options-aws[{aws-full}] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/control_plane_machine_management/cpmso_provider_configurations/cpmso-config-options-gcp.adoc#cpmso-config-options-gcp[{gcp-full}] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/control_plane_machine_management/cpmso_provider_configurations/cpmso-config-options-azure.adoc#cpmso-config-options-azure[{azure-full}] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/control_plane_machine_management/cpmso_provider_configurations/cpmso-config-options-nutanix#cpmso-config-options-nutanix[Nutanix] | ||
|
|
||
| ** xref:../machine_management/control_plane_machine_management/cpmso_provider_configurations/cpmso-config-options-openstack.adoc#cpmso-config-options-openstack[{rh-openstack-first}] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/control_plane_machine_management/cpmso_provider_configurations/cpmso-config-options-vsphere#cpmso-config-options-vsphere[{vmw-full}] | ||
|
|
||
| * Configure and deploy a xref:../machine_management/deploying-machine-health-checks.adoc#deploying-machine-health-checks[machine health check] to automatically recover unhealthy control plane machines. | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * machine_management/index.adoc | ||
| // | ||
| // This file is a navigation file - xrefs are allowed in this type of module, but it must only ever be included from one location | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="machine-mgmt-intro-managing-compute_{context}"] | ||
| = Compute machine management | ||
|
|
||
| [role="_abstract"] | ||
| As a cluster administrator, you can manage the compute machines in your {product-title} cluster. | ||
|
|
||
| For example, you can perform the following actions: | ||
|
|
||
| * Create a compute machine set for the following cloud providers: | ||
|
|
||
| ** xref:../machine_management/creating_machinesets/creating-machineset-aws.adoc#creating-machineset-aws[AWS] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/creating_machinesets/creating-machineset-azure.adoc#creating-machineset-azure[Azure] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/creating_machinesets/creating-machineset-azure-stack-hub.adoc#creating-machineset-azure-stack-hub[Azure Stack Hub] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/creating_machinesets/creating-machineset-gcp.adoc#creating-machineset-gcp[{gcp-short}] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/creating_machinesets/creating-machineset-ibm-cloud.adoc#creating-machineset-ibm-cloud[IBM Cloud] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/creating_machinesets/creating-machineset-ibm-power-vs.adoc#creating-machineset-ibm-power-vs[IBM Power Virtual Server] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/creating_machinesets/creating-machineset-nutanix.adoc#creating-machineset-nutanix[Nutanix] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/creating_machinesets/creating-machineset-osp.adoc#creating-machineset-osp[{rh-openstack}] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ** xref:../machine_management/creating_machinesets/creating-machineset-vsphere.adoc#creating-machineset-vsphere[vSphere] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| * Create a machine set for a bare metal deployment: xref:../machine_management/creating_machinesets/creating-machineset-bare-metal.adoc#creating-machineset-bare-metal[Creating a compute machine set on bare metal] | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| * xref:../machine_management/manually-scaling-machineset.adoc#manually-scaling-machineset[Manually scale a compute machine set] by adding or removing a machine from the compute machine set. | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| * xref:../machine_management/modifying-machineset.adoc#modifying-machineset[Modify a compute machine set] through the `MachineSet` YAML configuration file. | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| * xref:../machine_management/deleting-machine.adoc#deleting-machine[Delete] a machine. | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| * xref:../machine_management/creating-infrastructure-machinesets.adoc#creating-infrastructure-machinesets[Create infrastructure compute machine sets]. | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| * Configure and deploy a xref:../machine_management/deploying-machine-health-checks.adoc#deploying-machine-health-checks[machine health check] to automatically fix damaged machines in a machine pool. | ||
bergerhoffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.