Skip to content

Commit c8dc7cc

Browse files
author
Tim Bannister
committed
Revise advice about local API reference preview
No need to build the container image locally; you can pull it instead.
1 parent b1eb904 commit c8dc7cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,9 @@ To update the reference pages for a new Kubernetes release follow these steps:
9999
make api-reference
100100
```
101101

102-
You can test the results locally by making and serving the site from a container image:
102+
You can test the results locally by building and serving the site from a container:
103103

104104
```bash
105-
make container-image
106105
make container-serve
107106
```
108107

0 commit comments

Comments
 (0)