Skip to content

Commit

Permalink
Merge pull request #11237 from adellape/310_fixes_1
Browse files Browse the repository at this point in the history
Typos in upgrade/downgrade steps
  • Loading branch information
adellape authored Jul 31, 2018
2 parents a59a3a4 + 383c10b commit 922cc9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions upgrading/automated_upgrades.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ be removed during the upgrade to the control plane static pod architecture:
/usr/lib/systemd/system/atomic-openshift-master-api.service
/usr/lib/systemd/system/atomic-openshift-master-controllers.service
/etc/sysconfig/atomic-openshift-master-api
/etc/sysconfig/atomic-openshift-master-controller
/etc/sysconfig/atomic-openshift-master-controllers
----

... On node hosts (including masters, which have the node component on them), back
Expand Down Expand Up @@ -356,8 +356,8 @@ For example:
----
[nodes]
master[1:3].example.com openshift_node_group_name='node-config-master'
node1.example.com openshift_node_group_name='node-config-infra'
infra-node1.example.com openshift_node_group_name='node-config-compute'
infra-node1.example.com openshift_node_group_name='node-config-infra'
infra-node2.example.com openshift_node_group_name='node-config-infra'
node1.example.com openshift_node_group_name='node-config-compute'
node2.example.com openshift_node_group_name='node-config-compute'
----
Expand Down
2 changes: 1 addition & 1 deletion upgrading/downgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ On master hosts:
/usr/lib/systemd/system/atomic-openshift-master-api.service
/usr/lib/systemd/system/atomic-openshift-master-controllers.service
/etc/sysconfig/atomic-openshift-master-api
/etc/sysconfig/atomic-openshift-master-controller
/etc/sysconfig/atomic-openshift-master-controllers
----
+
On node and master hosts:
Expand Down

0 comments on commit 922cc9a

Please sign in to comment.