Skip to content
Open
Prev Previous commit
Next Next commit
Update common-problems.md
  • Loading branch information
daschott authored Mar 6, 2020
commit 009bdaf44124f42fd5a90b019eb3b7e7084b670f
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ One of the Kubernetes networking requirements (see [Kubernetes model](https://ku
```

### My Windows node cannot access a NodePort service ###
Local NodePort access from the node itself will fail. This is a known limitation. NodePort access will work from other nodes or external clients.
Local NodePort access from the node itself will fail due to a design limitation on Windows Server 2019. NodePort access will work from other nodes or external clients.

### My Windows node stops routing thourgh NodePorts after I scaled down my pods ###
Due to a design limitation, there needs to be at least one pod running on the Windows node for NodePort forwarding to work.

### After some time, vNICs and HNS endpoints of containers are being deleted ###
This issue can be caused when the `hostname-override` parameter is not passed to [kube-proxy](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/). To resolve it, users need to pass the hostname to kube-proxy as follows:
Expand Down