Bug 1613544
| Summary: | oc can't get information after master-restart api and controllers | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Weibin Liang <weliang> | ||||
| Component: | Master | Assignee: | Michal Fojtik <mfojtik> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Xingxing Xia <xxia> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 3.11.0 | CC: | aos-bugs, jokerman, maszulik, mmccomas, weliang, wsun | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-02-20 09:47:00 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: | |||||||
| Attachments: |
|
||||||
|
Description
Weibin Liang
2018-08-07 19:57:38 UTC
What's your instance favor? Per https://bugzilla.redhat.com/show_bug.cgi?id=1593635#c39 , ec2 env should use large (e.g. m3.large) Work around for this bug is to set vm_type: m3.large when install the ec2 cluster. The concern is how about the customers who do not want to pay more money to update their vm type to m3.large? Even set vm_type: m3.large, after master-restart api and controllers, then reboot the master, the problem happen again. [root@ip-172-18-5-143 ec2-user]# oc get pods The connection to the server ip-172-18-5-143.ec2.internal:8443 was refused - did you specify the right host or port? [root@ip-172-18-5-143 ec2-user]# oc get all The connection to the server ip-172-18-5-143.ec2.internal:8443 was refused - did you specify the right host or port? What is 'master-restart api' and 'master-restart controllers' what actions exactly does it perform? Who provided you these? Both 'master-restart api' and 'master-restart controllers' are from: https://docs.openshift.com/container-platform/3.10/release_notes/ocp_3_10_release_notes.html#ocp-310-important-installation-changes, and commands is to causes the kubelet to restart the entire static pod for the named component. In v3.10 and v3.11, what's the command to restart master after modify master-config.yaml file? Below two commands are rejected in v3.11: systemctl status atomic-openshift-master-api.service systemctl status atomic-openshift-master-controllers.service |