You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -614,8 +614,8 @@
614
614
615
615
### You have a Dockerfile that you need to deploy on Kubernetes Engine. What should you do?
616
616
617
-
-[ ] Use kubectl app deploy <dockerfilename>.
618
-
-[ ] Use gcloud app deploy <dockerfilename>.
617
+
-[ ] Use kubectl app deploy `<dockerfilename>`.
618
+
-[ ] Use gcloud app deploy `<dockerfilename>`.
619
619
-[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.
620
620
-[ ] 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.
0 commit comments