Merge pull request #74117 from carlory/patch-1

fix typo
pull/564/head
Kubernetes Prow Robot 2019-02-15 18:02:58 -08:00 committed by GitHub
commit 149d6f1115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
This is a small util app to serve your hostname on TCP and/or UDP. Useful for testing. This is a small util app to serve your hostname on TCP and/or UDP. Useful for testing.
The `serve_hostname` Makefile supports multiple architectures, which means it may cross-compile and build an docker image easily. The `serve_hostname` Makefile supports multiple architectures, which means it may cross-compile and build a docker image easily.
Arch-specific busybox images serve as base images. Arch-specific busybox images serve as base images.
If you are releasing a new version, please bump the `TAG` value in the `Makefile` before building the images. If you are releasing a new version, please bump the `TAG` value in the `Makefile` before building the images.