Skip to content

Commit fe58a59

Browse files
author
Michael Burke
committed
RHDEVDOCS-5952 Edit suggestions from review of ROSA/OSD content port for Applications
1 parent 710ce6e commit fe58a59

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

modules/creating-rolling-deployments-CLI.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Rolling deployments are the default type in {product-title}. You can create a ro
1616
----
1717
$ oc new-app quay.io/openshifttest/deployment-example:latest
1818
----
19+
+
20+
[NOTE]
21+
====
22+
This image does not expose any ports. If you want to expose your applications over an external LoadBalancer service or enable access to the application over the public internet, create a service by using the `oc expose dc/deployment-example --port=<port>` command after completing this procedure.
23+
====
1924

2025
. If you have the router installed, make the application available via a route or use the service IP directly.
2126
+

modules/quotas-viewing-quotas.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ $ oc get quota -n demoproject
2424
.Example output
2525
[source,terminal]
2626
----
27-
NAME AGE
28-
besteffort 11m
29-
compute-resources 2m
30-
core-object-counts 29m
27+
NAME AGE REQUEST LIMIT
28+
besteffort 4s pods: 1/2
29+
compute-resources-time-bound 10m pods: 0/2 limits.cpu: 0/1, limits.memory: 0/1Gi
30+
core-object-counts 109s configmaps: 2/10, persistentvolumeclaims: 1/4, replicationcontrollers: 1/20, secrets: 9/10, services: 2/10
3131
----
3232

3333
. Describe the quota you are interested in, for example the `core-object-counts`

0 commit comments

Comments
 (0)