Run:

# Usage
okctl venv -c <path to cluster declaration>

# Example
okctl venv -c cluster.yaml

Now you've got access to your cluster.

Verify that everything works by running:

kubectl --namespace kube-system get pod

You should see something like this:

NAME                                                            READY   STATUS    RESTARTS   AGE
aws-load-balancer-controller-7985f68cf6-fxmbd                   1/1     Running   1          59d
aws-node-756k7                                                  1/1     Running   0          50d
...