Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions serving/samples/helloworld-go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Use the offical Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
FROM golang as builder

# Copy local code to the container image.
Expand Down
10 changes: 5 additions & 5 deletions serving/samples/helloworld-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ recreate the source files from this folder.
```docker
# Use the offical Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
FROM golang as builder

# Copy local code to the container image.
Expand Down Expand Up @@ -136,11 +137,10 @@ folder) you're ready to build and deploy the sample app.
```

1. Now that your service is created, Knative will perform the following steps:

- Create a new immutable revision for this version of the app.
- Network programming to create a route, ingress, service, and load balance
for your app.
- Automatically scale your pods up and down (including to zero active pods).
- Create a new immutable revision for this version of the app.
- Network programming to create a route, ingress, service, and load balance
for your app.
- Automatically scale your pods up and down (including to zero active pods).

1. Run the following command to find the external IP address for your service.
The ingress IP for your cluster is returned. If you just created your
Expand Down