What would you like to be added:
In the microshift-aio image, set up kubeconfig such that users can run oc and kubectl directly like this:
sudo podman exec -ti microshift oc get all -A
Why is this needed:
Allows users to access cluster without installing clients locally and without opening a bash session within container.
What would you like to be added:
In the microshift-aio image, set up kubeconfig such that users can run oc and kubectl directly like this:
Why is this needed:
Allows users to access cluster without installing clients locally and without opening a bash session within container.