Skip to content

Commit ceef524

Browse files
authored
Merge pull request #81063 from bhardesty/osdocs-11534-cluster-admin-hcp
OSDOCS-11539: Cluster administration - Classic to HCP migration
2 parents 67df8b0 + 70bfec1 commit ceef524

32 files changed

+559
-269
lines changed

_topic_maps/_topic_map_rosa_hcp.yml

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -539,35 +539,35 @@ Topics:
539539
- Name: Cluster notifications
540540
File: rosa-cluster-notifications
541541
Distros: openshift-rosa-hcp
542-
# - Name: Configuring private connections
543-
# Dir: cloud_infrastructure_access
544-
# Distros: openshift-rosa-hcp
545-
# Topics:
546-
# - Name: Configuring private connections
547-
# File: rosa-configuring-private-connections
548-
# - Name: Configuring AWS VPC peering
549-
# File: dedicated-aws-peering
550-
# - Name: Configuring AWS VPN
551-
# File: dedicated-aws-vpn
552-
# - Name: Configuring AWS Direct Connect
553-
# File: dedicated-aws-dc
554-
# - Name: Cluster autoscaling
542+
- Name: Configuring private connections
543+
Dir: cloud_infrastructure_access
544+
Distros: openshift-rosa-hcp
545+
Topics:
546+
- Name: Configuring private connections
547+
File: rosa-configuring-private-connections
548+
- Name: Configuring AWS VPC peering
549+
File: dedicated-aws-peering
550+
- Name: Configuring AWS VPN
551+
File: dedicated-aws-vpn
552+
- Name: Configuring AWS Direct Connect
553+
File: dedicated-aws-dc
554+
# - Name: Cluster autoscaling # Cluster autoscaling not supported on HCP
555555
# File: rosa-cluster-autoscaling
556-
# - Name: Manage nodes using machine pools
557-
# Dir: rosa_nodes
558-
# Distros: openshift-rosa-hcp
559-
# Topics:
560-
# - Name: About machine pools
561-
# File: rosa-nodes-machinepools-about
562-
# - Name: Managing compute nodes
563-
# File: rosa-managing-worker-nodes
564-
# - Name: Configuring machine pools in Local Zones
565-
# File: rosa-nodes-machinepools-configuring
566-
# Distros: openshift-rosa-hcp
567-
# - Name: About autoscaling nodes on a cluster
568-
# File: rosa-nodes-about-autoscaling-nodes
569-
# - Name: Configuring cluster memory to meet container memory and risk requirements
570-
# File: nodes-cluster-resource-configure
556+
- Name: Manage nodes using machine pools
557+
Dir: rosa_nodes
558+
Distros: openshift-rosa-hcp
559+
Topics:
560+
- Name: About machine pools
561+
File: rosa-nodes-machinepools-about
562+
- Name: Managing compute nodes
563+
File: rosa-managing-worker-nodes
564+
# Local zones not yet implemented in HCP
565+
# - Name: Configuring machine pools in Local Zones
566+
# File: rosa-nodes-machinepools-configuring
567+
- Name: About autoscaling nodes on a cluster
568+
File: rosa-nodes-about-autoscaling-nodes
569+
- Name: Configuring cluster memory to meet container memory and risk requirements
570+
File: nodes-cluster-resource-configure
571571
- Name: Configuring PID limits
572572
File: rosa-configuring-pid-limits
573573
Distros: openshift-rosa-hcp
@@ -576,11 +576,10 @@ Name: Security and compliance
576576
Dir: security
577577
Distros: openshift-rosa-hcp
578578
Topics:
579-
#- Name: Audit logs
580-
# File: audit-log-view
579+
# - Name: Audit logs
580+
# File: audit-log-view
581581
- Name: Adding additional constraints for IP-based AWS role assumption
582582
File: rosa-adding-additional-constraints-for-ip-based-aws-role-assumption
583-
---
584583
# - Name: Security
585584
# File: rosa-security
586585
# - Name: Application and cluster compliance
@@ -664,7 +663,7 @@ Topics:
664663
# File: cco-mode-manual
665664
# - Name: Manual mode with short-term credentials for components
666665
# File: cco-short-term-creds
667-
#---
666+
---
668667
Name: Upgrading
669668
Dir: upgrading
670669
Distros: openshift-rosa-hcp

modules/configuring-machine-pool-disk-volume-cli.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
----
1919
$ rosa create cluster --worker-disk-size=<disk_size>
2020
----
21-
The value can be in GB, GiB, TB, or TiB. Replace '<disk_size>' with a numeric value and unit, for example '--worker-disk-size=200GiB'. You cannot separate the digit and the unit. No spaces are allowed.
21+
The value can be in GB, GiB, TB, or TiB. Replace `<disk_size>` with a numeric value and unit, for example `--worker-disk-size=200GiB`. You cannot separate the digit and the unit. No spaces are allowed.
2222
2323
.Prerequisite for machine pool creation
2424

@@ -30,9 +30,9 @@ The value can be in GB, GiB, TB, or TiB. Replace '<disk_size>' with a numeric va
3030
+
3131
[source,terminal]
3232
----
33-
$ rosa create machinepool --cluster=<cluster_id> <1>
34-
--disk-size=<disk_size> <2>
33+
$ rosa create machinepool --cluster=<cluster_id> \// <1>
34+
--disk-size=<disk_size> // <2>
3535
----
36-
<1> Specifies the ID or name of your existing OpenShift cluster
37-
<2> Specifies the worker node disk size. The value can be in GB, GiB, TB, or TiB. Replace '<disk_size>' with a numeric value and unit, for example '--disk-size=200GiB'. You cannot separate the digit and the unit. No spaces are allowed.
36+
<1> Specifies the ID or name of your existing OpenShift cluster.
37+
<2> Specifies the worker node disk size. The value can be in GB, GiB, TB, or TiB. Replace `<disk_size>` with a numeric value and unit, for example `--disk-size=200GiB`. You cannot separate the digit and the unit. No spaces are allowed.
3838
. Confirm new machine pool disk volume size by logging into the AWS console and find the EC2 virtual machine root volume size.

0 commit comments

Comments
 (0)