Bug 1273294
| Summary: | Can not deploy pod after installation | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ma xiaoqiang <xiama> | 
| Component: | Installer | Assignee: | Scott Dodson <sdodson> | 
| Status: | CLOSED UPSTREAM | QA Contact: | Ma xiaoqiang <xiama> | 
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.1.0 | CC: | akostadi, aos-bugs, jialiu, jokerman, mmccomas, xtian | 
| 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: | 2015-10-27 19:15:06 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: | |
| Embargoed: | |||
| 
        
          Description
        
        
          Ma xiaoqiang
        
        
        
        
        
          2015-10-20 07:23:56 UTC
        
       Possibly a dupe of https://bugzilla.redhat.com/show_bug.cgi?id=1273129 I don't see udp 4789 in your iptables dump above. QE install env with opening '4789' port, this issue still exist. Not only the 4789 port, QE try to add the following rules, then can deploy the pod successfully. -A FORWARD -o lbr0 -j DOCKER -A FORWARD -o lbr0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -A FORWARD -i lbr0 ! -o lbr0 -j ACCEPT -A FORWARD -i lbr0 -o lbr0 -j ACCEPT -A FORWARD -s 10.1.0.0/16 -j ACCEPT -A FORWARD -d 10.1.0.0/16 -j ACCEPT After run "iptables -D FORWARD -j REJECT --reject-with icmp-host-prohibited" from initial iptable, pod is deployed successfully. *** This bug has been marked as a duplicate of bug 1273659 *** |