Add known issues for source ip preservation (#5190)
This commit is contained in:
parent
9ec9dc299a
commit
e121181198
|
|
@ -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 %}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue