aboutsummaryrefslogtreecommitdiff
path: root/README
blob: b9637eb9ce1d2e323a490ee70cfa61e28d947ce2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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.