I tried to open nodePort 80/443
, but it failed because it was outside the default nodePort
range.
Solution is add - --service-node-port-range
option to static pod kube-apiserver-docker-desktop
. But how can I modify the static pod using Docker Desktop on Windows? I tried to edit this pod directly but failed.
kubectl edit pod kube-apiserver-docker-desktop -n kube-system