Skip to content

Commit c0ff5a9

Browse files
Update URL from cloud.redhat.com to console.redhat.com
The console applications currently in cloud.redhat.com have been moved to to a new URL at console.redhat.com. https://cloud.redhat.com/blog/check-out-our-new-look Signed-off-by: Mikel Olasagasti Uranga <[email protected]>
1 parent 4f356c6 commit c0ff5a9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/user/aws/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ The OpenShift console is available via the kubeadmin login provided by the insta
6868

6969
![OpenShift web console](images/install_console.png)
7070

71-
[cloud-install]: https://cloud.redhat.com/openshift/create
71+
[cloud-install]: https://console.redhat.com/openshift/create
7272
[encrypted-copy]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html#create-ami-encrypted-root-snapshot

docs/user/azure/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ The OpenShift console is available via the kubeadmin login provided by the insta
5858

5959
![OpenShift web console](images/install_console.png)
6060

61-
[cloud-install]: https://cloud.redhat.com/openshift/create
61+
[cloud-install]: https://console.redhat.com/openshift/create
6262
[rhcos]: https://github.com/openshift/os

docs/user/gcp/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ The OpenShift console is available via the kubeadmin login provided by the insta
5757

5858
![OpenShift web console](images/install_console.png)
5959

60-
[cloud-install]: https://cloud.redhat.com/openshift/create
60+
[cloud-install]: https://console.redhat.com/openshift/create

docs/user/ovirt/install_upi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ $ openshift-install create install-config --dir $ASSETS_DIR
461461
used to expose the API interface (`https://api.ocp4.example.org:6443/`)
462462
and the newly created applications (e.g. `https://console-openshift-console.apps.ocp4.example.org`).
463463

464-
You can obtain a new Pull secret from [here](https://cloud.redhat.com/openshift/install/pull-secret).
464+
You can obtain a new Pull secret from [here](https://console.redhat.com/openshift/install/pull-secret).
465465

466466
The result of this first step is the creation of a `install-config.yaml` in the specified assets directory:
467467

docs/user/vsphere/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ The OpenShift console is available via the kubeadmin login provided by the insta
100100

101101
![OpenShift web console](images/install_console.png)
102102

103-
[cloud-install]: https://cloud.redhat.com/openshift/create
103+
[cloud-install]: https://console.redhat.com/openshift/create

pkg/asset/installconfig/pullsecret.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func (a *pullSecret) Generate(asset.Parents) error {
2525
{
2626
Prompt: &survey.Password{
2727
Message: "Pull Secret",
28-
Help: "The container registry pull secret for this cluster, as a single line of JSON (e.g. {\"auths\": {...}}).\n\nYou can get this secret from https://cloud.redhat.com/openshift/install/pull-secret",
28+
Help: "The container registry pull secret for this cluster, as a single line of JSON (e.g. {\"auths\": {...}}).\n\nYou can get this secret from https://console.redhat.com/openshift/install/pull-secret",
2929
},
3030
Validate: survey.ComposeValidators(survey.Required, func(ans interface{}) error {
3131
return validate.ImagePullSecret(ans.(string))

0 commit comments

Comments
 (0)