From 64afc3ec0b389505b48ff8e30c8a0090ccdcbccf Mon Sep 17 00:00:00 2001 From: c-bata Date: Sat, 2 Mar 2019 17:30:03 +0900 Subject: [PATCH] Add similar projects section --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7f4517..2e0d266 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,6 @@ web-1144924021-5r1fg 1/1 Running 4 25d web-1144924021-pqmfq 1/1 Running 4 25d ``` -**Other implementations** - -* [kube-shell](https://github.com/cloudnativelabs/kube-shell): An integrated shell for working with the Kubernetes written in Python using [python-prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit). - ## Installation #### Downloading standalone binary @@ -102,6 +98,10 @@ To create a multi-platform binary, use the cross command via make: $ make cross ``` +## Similar projects + +* [kube-shell](https://github.com/cloudnativelabs/kube-shell): An integrated shell for working with the Kubernetes written in Python using [python-prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit). + ## Goal Hopefully support following commands enough to operate kubernetes.