Bug 1432978
| Summary: | [DOCS] Need to explain process for running oadm commands | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Eric Rich <erich> |
| Component: | Documentation | Assignee: | Michael Burke <mburke> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Wang Haoran <haowang> |
| Severity: | urgent | Docs Contact: | Vikram Goyal <vigoyal> |
| Priority: | high | ||
| Version: | 3.5.0 | CC: | aos-bugs, dmoessne, erich, jokerman, mmccomas, sdodson, xxia |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| 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: | 2018-03-19 15:25:03 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
Eric Rich
2017-03-16 13:48:20 UTC
The key issue here is that these commands can/will need to interact with certificates this remains true! I believe, scott do we know what use-cases fall under this? Yes you should run all CA related commands on the first master which is your CA host. If you attempt to run these commands on the non CA host they'll just fail, there's no risk of creating problems that I'm aware of. (In reply to Scott Dodson from comment #5) > If you attempt to run these commands on the non CA host they'll just fail, > there's no risk of creating problems that I'm aware of. If we implement https://bugzilla.redhat.com/show_bug.cgi?id=1529532 there would be! So we need to be aware of this. Created attachment 1399532 [details]
Email thread with Scott D's suggestions
(In reply to Eric Rich from comment #6) > (In reply to Scott Dodson from comment #5) > > If you attempt to run these commands on the non CA host they'll just fail, > > there's no risk of creating problems that I'm aware of. > > If we implement https://bugzilla.redhat.com/show_bug.cgi?id=1529532 there > would be! So we need to be aware of this. well, looking at what I wrote under 'Additional info' `/usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/redeploy-etcd-ca.yml` to redeploy certs already does that today (copy over all files to other masters, so I think (In reply to Scott Dodson from comment #5) > If you attempt to run these commands on the non CA host they'll just fail, > there's no risk of creating problems that I'm aware of. is then also not valid any more as those files needed are avail no all master, no ? The docs update LGTM, will verify the bug once it's merged. Changes are live. For example: https://docs.openshift.com/container-platform/3.7/getting_started/install_openshift.html#interact-with-openshift |