Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request kubernetes-retired#1097 from whereisaaron/patch-5
Browse files Browse the repository at this point in the history
Update documentation that hostPort issue fixed since Kubernetes 1.7.0
  • Loading branch information
mumoshu authored Jan 5, 2018
2 parents 01b146c + 15a812a commit 06a6b89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/troubleshooting/known-limitations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Known Limitations

## hostPort doesn't work
## hostPort doesn't work before Kubernetes 1.7.0

This is a known issue with Kubernetes while using CNI with no available workaround for kube-aws. `hostPort` does not work if `hostNetwork: false`.

Expand All @@ -14,8 +14,10 @@ spec:
name: nginx-ingress-lb
```
This is fixed in Kubernetes 1.7.0 and later.
Relevant kube-aws issue: [does hostPort not work on kube-aws/CoreOS?](https://github.com/kubernetes-incubator/kube-aws/issues/91)
See [the related upstream issue](https://github.com/kubernetes/kubernetes/issues/23920#issuecomment-254918942) for more information.
This limitation is also documented in [the official Kubernetes doc](http://kubernetes.io/docs/admin/network-plugins/#cni).
This limitation is also documented in [the official Kubernetes doc](http://kubernetes.io/docs/admin/network-plugins/#cni).

0 comments on commit 06a6b89

Please sign in to comment.