Merge pull request #46568 from robert-cronin/fix/tutorial-image-deprecation-error

Update node-hello image to Google's newer image
pull/46587/head
Kubernetes Prow Robot 2024-05-29 16:50:28 -07:00 committed by GitHub
commit 2791673562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -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" %}}

View File

@ -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