Merge pull request #42155 from tamilselvan1102/patch-3

Update [Creating a Deployment] section
pull/41695/head
Kubernetes Prow Robot 2023-08-01 15:32:22 -07:00 committed by GitHub
commit d416014d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -40,10 +40,6 @@ The following are typical use cases for Deployments:
## Creating a Deployment
Before creating a Deployment define an
[environment variable](/docs/tasks/inject-data-application/define-environment-variable-container/#define-an-environment-variable-for-a-container)
for a container.
The following is an example of a Deployment. It creates a ReplicaSet to bring up three `nginx` Pods:
{{% code file="controllers/nginx-deployment.yaml" %}}