fix name typo in reference to deployment example
This commit is contained in:
committed by
Peter (XiangPeng) Zhao
parent
ed94d7351a
commit
45d92f805f
@@ -41,7 +41,7 @@ The following is an example of a Deployment. It creates a ReplicaSet to bring up
|
|||||||
|
|
||||||
In this example:
|
In this example:
|
||||||
|
|
||||||
* A Deployment named `nginx` is created, indicated by the `metadata: name` field.
|
* A Deployment named `nginx-deployment` is created, indicated by the `metadata: name` field.
|
||||||
* The Deployment creates three replicated Pods, indicated by the `replicas` field.
|
* The Deployment creates three replicated Pods, indicated by the `replicas` field.
|
||||||
* The Pod template's specification, or `template: spec` field, indicates that
|
* The Pod template's specification, or `template: spec` field, indicates that
|
||||||
the Pods run one container, `nginx`, which runs the `nginx`
|
the Pods run one container, `nginx`, which runs the `nginx`
|
||||||
|
|||||||
Reference in New Issue
Block a user