mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * updating/updating_a_cluster/updating-cluster-web-console.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="update-changing-update-server-web_{context}"]
|
|
= Changing the update server by using the web console
|
|
ifndef::openshift-origin[]
|
|
Changing the update server is optional. If you have an OpenShift Update Service (OSUS) installed and configured locally, you must set the URL for the server as the `upstream` to use the local server during updates.
|
|
endif::openshift-origin[]
|
|
ifdef::openshift-origin[]
|
|
Changing the update server is optional.
|
|
endif::openshift-origin[]
|
|
|
|
.Procedure
|
|
|
|
. Navigate to *Administration* -> *Cluster Settings*, click *version*.
|
|
. Click the *YAML* tab and then edit the `upstream` parameter value:
|
|
+
|
|
.Example output
|
|
+
|
|
[source,yaml]
|
|
----
|
|
...
|
|
spec:
|
|
clusterID: db93436d-7b05-42cc-b856-43e11ad2d31a
|
|
upstream: '<update-server-url>' <1>
|
|
...
|
|
----
|
|
<1> The `<update-server-url>` variable specifies the URL for the update server.
|
|
+
|
|
The default `upstream` is `\https://api.openshift.com/api/upgrades_info/v1/graph`.
|
|
|
|
. Click *Save*.
|