Skip to content

Commit 435ca49

Browse files
Improve: question48 answers
1 parent 58d518d commit 435ca49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,8 @@
614614

615615
### You have a Dockerfile that you need to deploy on Kubernetes Engine. What should you do?
616616

617-
- [ ] Use kubectl app deploy <dockerfilename>.
618-
- [ ] Use gcloud app deploy <dockerfilename>.
617+
- [ ] Use kubectl app deploy `<dockerfilename>`.
618+
- [ ] Use gcloud app deploy `<dockerfilename>`.
619619
- [x] Create a docker image from the Dockerfile and upload it to Container Registry. Create a Deployment YAML file to point to that image. Use kubectl to create the deployment with that file.
620620
- [ ] Create a docker image from the Dockerfile and upload it to Cloud Storage. Create a Deployment YAML file to point to that image. Use kubectl to create the deployment with that file.
621621

0 commit comments

Comments
 (0)