| Summary: | default service implementation of "iptables" has a feature regression on "load balancing" | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Erik M Jacobs <ejacobs> |
| Component: | Networking | Assignee: | Dan Winship <danw> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Meng Bo <bmeng> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.1.0 | CC: | aloughla, aos-bugs, atragler, bbennett, danw, hongli, mleitner, pep, rkhan, sukulkar, thunt |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-06-22 21:10:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1267746 | ||
|
Description
Erik M Jacobs
2016-04-11 17:26:38 UTC
This is a documentation issue... we'll clarify the 3.2 docs to cover the choices, the pros and cons, and how to flip. Notes:
- filed a docs bug upstream:
https://github.com/kubernetes/kubernetes.github.io/pull/401
- ansible var: openshift_node_proxy_mode, which can be 'iptables'
(the default) or 'userspace'. (In theory this is a per-node
configuration variable, but in practice you need to use the same
value cluster-wide. So I think, in ansible terms, that means you'd
set it in the [OSEv3:vars] section, not the [nodes] section? But
I've never used ansible...)
- node-config.yaml:
proxyArguments:
proxy-mode:
- userspace
also, upstream (non-docs) bug: https://github.com/kubernetes/kubernetes/issues/24322 |