Bug 1259507 - Administrator guide has incorrect instructions on how to add a node to the cluster
Summary: Administrator guide has incorrect instructions on how to add a node to the cl...
Keywords:
Status: CLOSED DUPLICATE of bug 1258333
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Vikram Goyal
QA Contact: Vikram Goyal
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-02 20:11 UTC by Jason DeTiberus
Modified: 2015-09-02 20:12 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-02 20:12:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jason DeTiberus 2015-09-02 20:11:18 UTC
Document URL: 
https://access.redhat.com/documentation/en/openshift-enterprise/version-3.0/openshift-enterprise-30-administrator-guide#adding-nodes

Section Number and Name: 
4.3 Adding Nodes

Describe the issue: 
The docs reference using oc create for adding a node, rather, it should tell the user how to run the installer (when the installer wrapper supports adding nodes) or running ansible with a modified inventory when using the advanced installation method.

Alternatively, we can also list the manual steps, which will consist of the following:
- on the first master (the one with the CA): run `oadm create-node-config` with the proper arguments
- copy the generated files over to the node in the /etc/openshift/node directory (will be /etc/origin/node for AE and OSE 3.1)
- verify the /etc/openshift/node-config.yaml file is configured correctly
- start the openshift-node service
- verify the new node shows up under `oc get nodes`

Comment 1 Jason DeTiberus 2015-09-02 20:12:22 UTC

*** This bug has been marked as a duplicate of bug 1258333 ***


Note You need to log in before you can comment on or make changes to this bug.