Merge pull request #46568 from robert-cronin/fix/tutorial-image-deprecation-error
Update node-hello image to Google's newer imagepull/46587/head
commit
2791673562
|
@ -154,7 +154,9 @@ external IP address.
|
|||
The response to a successful request is a hello message:
|
||||
|
||||
```shell
|
||||
Hello Kubernetes!
|
||||
Hello, world!
|
||||
Version: 2.0.0
|
||||
Hostname: hello-world-2895499144-2e5uh
|
||||
```
|
||||
|
||||
## {{% heading "cleanup" %}}
|
||||
|
|
|
@ -15,7 +15,7 @@ spec:
|
|||
app.kubernetes.io/name: load-balancer-example
|
||||
spec:
|
||||
containers:
|
||||
- image: gcr.io/google-samples/node-hello:1.0
|
||||
- image: us-docker.pkg.dev/google-samples/containers/gke/hello-app:2.0
|
||||
name: hello-world
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
Loading…
Reference in New Issue