Skip to content

Commit 2791673

Browse files
authored
Merge pull request #46568 from robert-cronin/fix/tutorial-image-deprecation-error
Update node-hello image to Google's newer image
2 parents 2ebd76e + 990c64b commit 2791673

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/en/docs/tutorials/stateless-application/expose-external-ip-address.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ external IP address.
154154
The response to a successful request is a hello message:
155155

156156
```shell
157-
Hello Kubernetes!
157+
Hello, world!
158+
Version: 2.0.0
159+
Hostname: hello-world-2895499144-2e5uh
158160
```
159161

160162
## {{% heading "cleanup" %}}

content/en/examples/service/load-balancer-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
app.kubernetes.io/name: load-balancer-example
1616
spec:
1717
containers:
18-
- image: gcr.io/google-samples/node-hello:1.0
18+
- image: us-docker.pkg.dev/google-samples/containers/gke/hello-app:2.0
1919
name: hello-world
2020
ports:
2121
- containerPort: 8080

0 commit comments

Comments
 (0)