diff --git a/README.md b/README.md index 469ad0d6..9e78ac3a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Kubectl +![kubectl logo](./images/kubectl-logo-medium.png) + [![Build Status](https://travis-ci.org/kubernetes/kubectl.svg?branch=master)](https://travis-ci.org/kubernetes/kubectl) [![GoDoc](https://godoc.org/k8s.io/kubectl?status.svg)](https://godoc.org/k8s.io/kubectl) The `k8s.io/kubectl` repo is used to track issues for the kubectl cli distributed diff --git a/images/kubectl-logo-full.png b/images/kubectl-logo-full.png new file mode 100644 index 00000000..a93330f7 Binary files /dev/null and b/images/kubectl-logo-full.png differ diff --git a/images/kubectl-logo-medium.png b/images/kubectl-logo-medium.png new file mode 100644 index 00000000..55334f70 Binary files /dev/null and b/images/kubectl-logo-medium.png differ diff --git a/images/kubectl-logo-small.png b/images/kubectl-logo-small.png new file mode 100644 index 00000000..a5b2c0ca Binary files /dev/null and b/images/kubectl-logo-small.png differ