Add known issues for source ip preservation (#5190)

This commit is contained in:
Zihong Zheng 2017-08-24 14:12:11 -07:00 committed by Steve Perry
parent 9ec9dc299a
commit e121181198
1 changed files with 5 additions and 1 deletions

View File

@ -125,7 +125,7 @@ Service Configuration file.
"kind": "Service", "kind": "Service",
"apiVersion": "v1", "apiVersion": "v1",
"metadata": { "metadata": {
"name": "example-service", "name": "example-service"
}, },
"spec": { "spec": {
"ports": [{ "ports": [{
@ -164,6 +164,10 @@ compared to the `service.spec.externalTrafficPolicy` field. The values match as
**Note that this feature is not currently implemented for all cloudproviders/environments.** **Note that this feature is not currently implemented for all cloudproviders/environments.**
Known issues:
* AWS: [kubernetes/kubernetes#35758](https://github.com/kubernetes/kubernetes/issues/35758)
* Weave-Net: [weaveworks/weave/#2924](https://github.com/weaveworks/weave/issues/2924)
{% endcapture %} {% endcapture %}