Make minor README edits

This commit is contained in:
Dalton Hubble
2020-06-25 23:22:59 -07:00
parent 76ef1ced33
commit 925279dcb9

View File

@@ -11,7 +11,7 @@ Typhoon publishes Kubelet container images to repositories ([detailed policy](ht
Two tag styles indicate the build strategy:
* Single and multi-arch images are published by Typhoon infrastructure (e.g. `v1.18.4`, `v1.18.4-amd64`, `v1.18.4-arm64`, `v1.18.4-2-g23228e6-amd64`, `v1.18.4-2-g23228e6-arm64`)
* Single and multi-arch images are published by Typhoon infrastructure (e.g. `v1.18.4`, `v1.18.4-amd64`, `v1.18.4-arm64`)
* Quay or Docker autobuilt images (e.g. `build-SHA` on Quay, `build-master` on Dockerhub))
## Packages
@@ -34,4 +34,4 @@ Kubelet also requires:
### kubectl
`kubectl` (no dependencies) is also included for convenience (e.g. use already pulled Kubelet image to `kubectl delete node` on preemption)
`kubectl` (no dependencies) is also included for convenience (e.g. use pre-pulled Kubelet image to `kubectl delete node` on preemption)