Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions install_config/upgrades.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ ensure you are operating on the *default* project:
====
----
# oc project default
----
====

Delete any existing *router* service account and create a new one:
Expand Down Expand Up @@ -581,3 +582,18 @@ spec:

Now upgrade your router per the link:#upgrading-the-router[standard router
upgrade steps].

* Configure SDN serviceNetworkCIDR*
Add the `serviceNetworkCIDR` to your master's `networkConfig` section located
in /etc/openshift/master/master-config.yaml. This value should match the
`servicesSubnet` value in the `kubernetesMasterConfig` section.

====
----
kubernetesMasterConfig:
servicesSubnet: 172.30.0.0/16
...
networkConfig:
serviceNetworkCIDR: 172.30.0.0/16
----
====