0

I am trying to create a pod with kubectl apply but I am getting host error, so I tried searching and found that kubectl reads from kube/config file, hence I am trying to view it but not able to get it. Can anyone please help here?

Below I am pasting my Pastebin of my commands https://pastebin.com/fq9JmRbe

Harsh Manvar
  • 27,020
  • 6
  • 48
  • 102

1 Answers1

1

The config file for kubectl is normally found at ${HOME}/.kube/config. See this previous question.

Sandy Cash
  • 396
  • 1
  • 9