forked from openshift/openshift-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Getting started and dedicated OCM docs added
added scaling pages fixed topic map amended title names and topic map added deletion page Cleaned up accessing page adjusted networking oops updated per peer review removed module
- Loading branch information
1 parent
3d05385
commit 5459488
Showing
7 changed files
with
78 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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 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 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,9 @@ | ||
[id="dedicated-networking"] | ||
= Neworking | ||
include::modules/common-attributes.adoc[] | ||
:context: access | ||
|
||
toc::[] | ||
|
||
include::modules/dedicated-configuring-your-application-routes.adoc[leveloffset=+1] | ||
include::modules/dedicated-exposing-TCP-services.adoc[leveloffset=+1] |
This file contains 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,15 @@ | ||
[id="deleting-your-cluster"] | ||
= Deleting your cluster | ||
include::modules/common-attributes.adoc[] | ||
:context: access | ||
|
||
To delete your {product-title} cluster: | ||
|
||
. From link:https://cloud.redhat.com/openshift[cloud.redhat.com/openshift], click | ||
on the cluster you want to delete. | ||
|
||
. Click the *Actions* button, then *Delete Cluster*. | ||
|
||
. Type the name of the cluster highlighted in bold, then click *Delete*. | ||
|
||
Cluster deletion occurs automatically. |
This file contains 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,8 @@ | ||
[id="scaling-your-cluster"] | ||
= Scaling your cluster | ||
include::modules/common-attributes.adoc[] | ||
:context: access | ||
|
||
toc::[] | ||
|
||
include::modules/dedicated-scaling-your-cluster.adoc[leveloffset=+1] |
This file contains 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 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: | ||
// | ||
// * getting_started/scaling_your_cluster.adoc | ||
|
||
[id="dedicated-scaling-your-cluster_{context}"] | ||
= Scaling your cluster | ||
|
||
To scale your {product-title} cluster: | ||
|
||
. From link:https://cloud.redhat.com/openshift[cloud.redhat.com/openshift], click | ||
on the cluster you want to resize. | ||
|
||
. Click the *Actions* button, then *Scale Cluster*. | ||
|
||
. Select how many compute nodes are required, then click *Apply*. | ||
|
||
Scaling occurs automatically. In the *Overview* tab under the *Details* | ||
heading,the *Status* indicator shows that your cluster is *Ready* for use. |