From 0868dce02318d8026bc3b89d904779d90eb62a98 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 21 May 2023 22:01:30 +0200 Subject: update README --- README | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'README') diff --git a/README b/README index e69de29..b9637eb 100644 --- a/README +++ b/README @@ -0,0 +1,41 @@ +kontext +======= + +kontext sets per shell Kubernetes contexts to allow +power users to work on multiple clusters at the same time. + +Dependencies +------------ + +* GNU getopt +* bash +* kubectl + +Installation +------------ + +Installing kontext requires a working Autotools setup. + +a) To install it from a cloned repository: + + $ aclocal + $ autoconf + $ automake --add-missing + $ ./configure + $ make install + +Enabling kontext +------------------- + +Add the following alias to your shell: + + alias kontext='source kontext' + +Usage +----- + +Just use the kontext command followed by a context: + + $ kontext foo + +See `kontext --help` and kontext(1) man page for more information. -- cgit v1.2.3