The KUBECONFIG environment variable is used by the kubectl and oc cli to help it determine which kube config file to use.
It appears the the 'kogito' cli is not using this value when deciding which kube config to use.
This means that users using the 'kogito' cli might encounter errors when trying to run commands, or inadvertently install to the wrong cluster.
Note: for users running on OpenShift 4, the openshift installer creates a custom kubectl file that is meant to be used and instructs users to set their KUBECONFIG value to this file. Users running on OpenShift 4 are likely to encounter the problem often.