Skip to content

Okera okctl Utility

The okctl utility has been deprecated. It was designed for small installations and is not recommended for use in production environments. However, should you be advised to use it, follow these instructions to download it.

On the deployer node, run the following commands to create a directory and then download and unpack okctl in it:

$ mkdir okera && cd okera
$ curl -O https://okera-release-uswest.s3.amazonaws.com/2.18.1/gravity/okctl.tar
$ tar xvf okctl.tar

Verify you have a functional okctl binary by running:

$ ./okctl version
2.18.1
$ ./okctl --help
usage: okctl [<flags>] <command> [<args> ...]

the Okera Controller

Flags:
    --help                   Show context-sensitive help (also try --help-long and --help-man).
-v, --debug                  Show debug output (WARNING: this will output sensitive information to your shell)
    --kubeconfig=KUBECONFIG  Kubernetes config to use
    --cluster=CLUSTER        Kubernetes cluster to use as defined in KUBECONFIG
    --context=CONTEXT        Kubernetes contex to use as defined in KUBECONFIG
    --namespace=NAMESPACE    Kubernetes namespace to use
-o, --output=OUTPUT          Format to print output in
    --auth-dir=".auth"       Location for auth related files

Commands:
help [<command>...]
    Show help.
...