79327247

Date: 2025-01-03 17:46:23
Score: 0.5
Natty:
Report link

You can set a kubectl alias for minikube kubectl executable in your as suggested here Use kubectl inside minikube.

alias kubectl="minikube kubectl --"

In my case, I set this in ~/.bashrc, and then source $HOME/.bashrc. So that it becomes available in my terminal.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dumisani Kunene