Hello All, I am getting error when I am trying to create a POD network. Could so . . .

Sreeram V:
Hello All, I am getting error when I am trying to create a POD network. Could some one help me on this issue?

root@masternode:~# kubeadm init --pod-network-cidr=10.244.0.0/16 –apiserver-adve rtise-address=192.168.17.130
unknown command “–apiserver-advertise-address=192.168.17.130” for “kubeadm init”
To see the stack trace of this error execute with --v=5 or higher

Sreeram V:
Please ignore, I was able to sort out this issue

Vinod Kumar Nair:
@Sreeram V what was the root cause?

Sreeram V:
I have missed the “-” before –apiserver.

Sreeram V:
It has to be --apiserver

Vinod Kumar Nair:
okay…even I had such experience in the past :slightly_smiling_face:

Sreeram V:
@Vinod Kumar Nair Ohhh… Thanks.