diff --git a/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md b/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md index aa5325ea54..3028287f06 100644 --- a/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md +++ b/content/en/docs/tutorials/stateless-application/expose-external-ip-address.md @@ -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" %}} diff --git a/content/en/examples/service/load-balancer-example.yaml b/content/en/examples/service/load-balancer-example.yaml index ea88fd1548..bc2385a9c5 100644 --- a/content/en/examples/service/load-balancer-example.yaml +++ b/content/en/examples/service/load-balancer-example.yaml @@ -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