Hello Node Kubernetes Reviews
28087 reviews
Shivam G. · Reviewed ما يقرب من 7 سنوات ago
Another fun Kubernetes lab :) There seems to be a bit of a mix up; in "Roll out an upgrade to your service", the instructions given are: docker build -t gcr.io/qwiklabs-gcp-d074f24e372a57fa/hello-node:v2 . docker push gcr.io/qwiklabs-gcp-d074f24e372a57fa/hello-node:v1 The push instruction seems to be incorrect; it will push v1 to the container registry, but not v2. This will cause rolling updates to fail when editing the deployment to look for image v2 instead of v1.
Ting C. · Reviewed ما يقرب من 7 سنوات ago
Mariusz A. · Reviewed ما يقرب من 7 سنوات ago
Ben W. · Reviewed ما يقرب من 7 سنوات ago
Version-2 docker image push command is spelled incorrectly as:docker push gcr.io/PROJECT_ID/hello-node:v1 instead of v2.
md g. · Reviewed ما يقرب من 7 سنوات ago
Noel N. · Reviewed ما يقرب من 7 سنوات ago
Clever C. · Reviewed ما يقرب من 7 سنوات ago
Konstantin . · Reviewed ما يقرب من 7 سنوات ago
Michael T. · Reviewed ما يقرب من 7 سنوات ago
MADHU P. · Reviewed ما يقرب من 7 سنوات ago
Saurav B. · Reviewed ما يقرب من 7 سنوات ago
Yogesh A. · Reviewed ما يقرب من 7 سنوات ago
Yuki y. · Reviewed ما يقرب من 7 سنوات ago
Tejas B. · Reviewed ما يقرب من 7 سنوات ago
Stephanie O. · Reviewed ما يقرب من 7 سنوات ago
docker build -t gcr.io/PROJECT_ID/hello-node:v2 . docker push gcr.io/PROJECT_ID/hello-node:v1 I think v2 should be pushed to registry Thanks.
Marley M. · Reviewed ما يقرب من 7 سنوات ago
good
sbei m. · Reviewed ما يقرب من 7 سنوات ago
Navneet G. · Reviewed ما يقرب من 7 سنوات ago
Roll out an upgrade to your service -> the docker push should be to :v2 ? in the sample code it is being pushed to : docker push gcr.io/[PROJECT_ID]/hello-node:v1
Anaz J. · Reviewed ما يقرب من 7 سنوات ago
very satisfied
健 近. · Reviewed ما يقرب من 7 سنوات ago
Grady F. · Reviewed ما يقرب من 7 سنوات ago
Xiaoping W. · Reviewed ما يقرب من 7 سنوات ago
Max M. · Reviewed ما يقرب من 7 سنوات ago
Paul R. · Reviewed ما يقرب من 7 سنوات ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.