Skip to content

Commit cfb464a

Browse files
committed
Revert "Merge pull request #81063 from bhardesty/osdocs-11534-cluster-admin-hcp"
This reverts commit ceef524, reversing changes made to 67df8b0.
1 parent 91a09ed commit cfb464a

32 files changed

+269
-559
lines changed

_topic_maps/_topic_map_rosa_hcp.yml

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -547,35 +547,35 @@ Topics:
547547
- Name: Cluster notifications
548548
File: rosa-cluster-notifications
549549
Distros: openshift-rosa-hcp
550-
- Name: Configuring private connections
551-
Dir: cloud_infrastructure_access
552-
Distros: openshift-rosa-hcp
553-
Topics:
554-
- Name: Configuring private connections
555-
File: rosa-configuring-private-connections
556-
- Name: Configuring AWS VPC peering
557-
File: dedicated-aws-peering
558-
- Name: Configuring AWS VPN
559-
File: dedicated-aws-vpn
560-
- Name: Configuring AWS Direct Connect
561-
File: dedicated-aws-dc
562-
# - Name: Cluster autoscaling # Cluster autoscaling not supported on HCP
550+
# - Name: Configuring private connections
551+
# Dir: cloud_infrastructure_access
552+
# Distros: openshift-rosa-hcp
553+
# Topics:
554+
# - Name: Configuring private connections
555+
# File: rosa-configuring-private-connections
556+
# - Name: Configuring AWS VPC peering
557+
# File: dedicated-aws-peering
558+
# - Name: Configuring AWS VPN
559+
# File: dedicated-aws-vpn
560+
# - Name: Configuring AWS Direct Connect
561+
# File: dedicated-aws-dc
562+
# - Name: Cluster autoscaling
563563
# File: rosa-cluster-autoscaling
564-
- Name: Manage nodes using machine pools
565-
Dir: rosa_nodes
566-
Distros: openshift-rosa-hcp
567-
Topics:
568-
- Name: About machine pools
569-
File: rosa-nodes-machinepools-about
570-
- Name: Managing compute nodes
571-
File: rosa-managing-worker-nodes
572-
# Local zones not yet implemented in HCP
573-
# - Name: Configuring machine pools in Local Zones
574-
# File: rosa-nodes-machinepools-configuring
575-
- Name: About autoscaling nodes on a cluster
576-
File: rosa-nodes-about-autoscaling-nodes
577-
- Name: Configuring cluster memory to meet container memory and risk requirements
578-
File: nodes-cluster-resource-configure
564+
# - Name: Manage nodes using machine pools
565+
# Dir: rosa_nodes
566+
# Distros: openshift-rosa-hcp
567+
# Topics:
568+
# - Name: About machine pools
569+
# File: rosa-nodes-machinepools-about
570+
# - Name: Managing compute nodes
571+
# File: rosa-managing-worker-nodes
572+
# - Name: Configuring machine pools in Local Zones
573+
# File: rosa-nodes-machinepools-configuring
574+
# Distros: openshift-rosa-hcp
575+
# - Name: About autoscaling nodes on a cluster
576+
# File: rosa-nodes-about-autoscaling-nodes
577+
# - Name: Configuring cluster memory to meet container memory and risk requirements
578+
# File: nodes-cluster-resource-configure
579579
- Name: Configuring PID limits
580580
File: rosa-configuring-pid-limits
581581
Distros: openshift-rosa-hcp
@@ -584,10 +584,11 @@ Name: Security and compliance
584584
Dir: security
585585
Distros: openshift-rosa-hcp
586586
Topics:
587-
# - Name: Audit logs
588-
# File: audit-log-view
587+
#- Name: Audit logs
588+
# File: audit-log-view
589589
- Name: Adding additional constraints for IP-based AWS role assumption
590590
File: rosa-adding-additional-constraints-for-ip-based-aws-role-assumption
591+
---
591592
# - Name: Security
592593
# File: rosa-security
593594
# - Name: Application and cluster compliance
@@ -671,7 +672,7 @@ Topics:
671672
# File: cco-mode-manual
672673
# - Name: Manual mode with short-term credentials for components
673674
# File: cco-short-term-creds
674-
---
675+
#---
675676
Name: Upgrading
676677
Dir: upgrading
677678
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)