diff --git a/alpine/README.md b/alpine/README.md index 0c3333efc0..8783f73d85 100644 --- a/alpine/README.md +++ b/alpine/README.md @@ -1,3 +1,8 @@ # Alpine This Chart provides a Pod running Alpine Linux. + +## Usage + +This pod is for testing and debugging. The standard usage is to connect +using `kubectl exec` and then install the tools you want using `apk`.