1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Replace don't with do not

This commit is contained in:
Ashley Hardin
2019-12-10 17:52:55 -05:00
committed by openshift-cherrypick-robot
parent 349dedb34c
commit fd7d1b5ad9
6 changed files with 8 additions and 11 deletions

View File

@@ -45,9 +45,9 @@ LABEL io.openshift.tags mongodb,mongodb24,nosql
|`*io.openshift.wants*`
|Specifies a list of tags that the generation tools and the UI might use to
provide relevant suggestions if you don't have the container images with given tags
provide relevant suggestions if you do not have the container images with given tags
already. For example, if the container image wants `mysql` and `redis` and you
don't have the container image with `redis` tag, then UI might suggest you to add
do not have the container image with `redis` tag, then UI might suggest you to add
this image into your deployment.
====

View File

@@ -54,9 +54,9 @@ LABEL io.openshift.tags mongodb,mongodb24,nosql
|`*io.openshift.wants*`
|Specifies a list of tags that the generation tools and the UI might use to
provide relevant suggestions if you don't have the container images with given tags
provide relevant suggestions if you do not have the container images with given tags
already. For example, if the container image wants `mysql` and `redis` and you
don't have the container image with `redis` tag, then UI might suggest you to add
do not have the container image with `redis` tag, then UI might suggest you to add
this image into your deployment.
====
@@ -106,6 +106,3 @@ LABEL io.openshift.min-cpu 4
----
====
|===

View File

@@ -10,7 +10,7 @@ You can use the `qos-reserved` parameter to specify a percentage of memory to be
by a pod in a particular QoS level. This feature attempts to reserve requested resources to exclude pods
from lower OoS classes from using resources requested by pods in higher QoS classes.
By reserving resources for higher QOS levels, pods that don't have resource limits are prevented from encroaching on the resources
By reserving resources for higher QOS levels, pods that do not have resource limits are prevented from encroaching on the resources
requested by pods at higher QoS levels.
.Prerequisites

View File

@@ -84,6 +84,6 @@ by running the database migration script. There are two ways you can do this:
----
+
If you are running your Rails application in a `development` or `test`
environment you don't have to specify the `RAILS_ENV` environment variable.
environment you do not have to specify the `RAILS_ENV` environment variable.
+
* By adding pre-deployment lifecycle hooks in your template.

View File

@@ -39,4 +39,4 @@ $ rails server
----
+
You should see your page by visiting *http://localhost:3000* in your browser.
If you don't see the page, check the logs that are output to your server to debug.
If you do not see the page, check the logs that are output to your server to debug.

View File

@@ -125,7 +125,7 @@ reference the parameter within the template.
<5> A description of the parameter. Provide more detailed information for the purpose
of the parameter, including any constraints on the expected value. Descriptions should
use complete sentences to follow the console's text standards.
Don't make this a duplicate of the display name.
Do not make this a duplicate of the display name.
<6> A default value for the parameter which will be used if the user does not
override the value when instantiating the template. Avoid using default values for things like passwords, instead
use generated parameters in combination with Secrets.