Skip to content

Commit

Permalink
Merge pull request #1207 from adellape/fix_addtl_upgrade
Browse files Browse the repository at this point in the history
Fix addtl 3.1 manual upgrade steps
  • Loading branch information
adellape committed Nov 17, 2015
2 parents 7c5b76c + 4b36bce commit 1096be1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions install_config/upgrades.adoc
Expand Up @@ -664,7 +664,7 @@ fully complete the upgrade.

*Removing Support for the v1beta3 API*

Update the *_/etc/origin/master/master-config.yml_* file on each master and
Update the *_/etc/openshift/master/master-config.yml_* file on each master, and
remove *v1beta3* from the `*apiLevels*` and `*kubernetesMasterConfig.apiLevels`*
parameters.

Expand Down Expand Up @@ -698,8 +698,10 @@ Add the master proxy client certificates to the

====
----
- kubernetesMasterConfig.proxyClientInfo.certFile: master.proxy-client.crt
- kubernetesMasterConfig.proxyClientInfo.keyFile: master.proxy-client.key
kubernetesMasterConfig:
proxyClientInfo:
certFile: master.proxy-client.crt
keyFile: master.proxy-client.key
----
====
endif::[]
Expand Down

0 comments on commit 1096be1

Please sign in to comment.