We don't want to have to specify the kubeconfig file option on each command. Mak . . .

Sameer Pansari:
We don’t want to have to specify the kubeconfig file option on each command. Make the my-kube-config file the default kubeconfig , how ?

Tej_Singh_Rana:
Hello, @Sameer Pansari
By taking the backup of existing kubeconfig file from ~/.kube/ location and then replace it with the my-kube-config to config.

new_day:
cp my-kube-config ~/.kube/config

Sameer Pansari:
Thanks @Tej_Singh_Rana @new_day, i did ,but its still failing , trying to understand what could be the reason…

new_day:
can you share the isssue you’ve maybe can help

Sameer Pansari:
Sorry , it works now , appreciate your response