Opiniones sobre Hello Node Kubernetes
28088 opiniones
Fermin B. · Se revisó hace casi 7 años
Shivam G. · Se revisó hace casi 7 años
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. · Se revisó hace casi 7 años
Mariusz A. · Se revisó hace casi 7 años
Ben W. · Se revisó hace casi 7 años
Version-2 docker image push command is spelled incorrectly as:docker push gcr.io/PROJECT_ID/hello-node:v1 instead of v2.
md g. · Se revisó hace casi 7 años
Noel N. · Se revisó hace casi 7 años
Clever C. · Se revisó hace casi 7 años
Konstantin . · Se revisó hace casi 7 años
Michael T. · Se revisó hace casi 7 años
MADHU P. · Se revisó hace casi 7 años
Saurav B. · Se revisó hace casi 7 años
Yogesh A. · Se revisó hace casi 7 años
Yuki y. · Se revisó hace casi 7 años
Tejas B. · Se revisó hace casi 7 años
Stephanie O. · Se revisó hace casi 7 años
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. · Se revisó hace casi 7 años
good
sbei m. · Se revisó hace casi 7 años
Navneet G. · Se revisó hace casi 7 años
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. · Se revisó hace casi 7 años
very satisfied
健 近. · Se revisó hace casi 7 años
Grady F. · Se revisó hace casi 7 años
Xiaoping W. · Se revisó hace casi 7 años
Max M. · Se revisó hace casi 7 años
No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.