Skip to content

Commit

Permalink
Merge pull request #47 from etoews/force-upgrade
Browse files Browse the repository at this point in the history
Use the --force to upgrade on 4.3
  • Loading branch information
christianh814 authored May 5, 2020
2 parents 43ba254 + 3c70cf0 commit f90299c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
12 changes: 10 additions & 2 deletions docs/quickstart-static.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,20 @@ The OpenShift 4 web console will be running at `https://console-openshift-consol

## Upgrade

If you didn't install the latest 4.3.Z release...then just run the following
If you didn't install the latest 4.3.Z release then just run the following.

```
oc adm upgrade --to-latest=true
oc adm upgrade --to-latest
```

If you're having issues upgrading you can try adding `--force` to the upgrade command.

```
oc adm upgrade --to-latest --force
```

See [issue #46](https://github.com/RedHatOfficial/ocp4-helpernode/issues/46) to understand why the `--force` is necessary and an alternative to using it.

Scale the router if you need to

```
Expand Down
13 changes: 11 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,12 +395,21 @@ The OpenShift 4 web console will be running at `https://console-openshift-consol

## Upgrade

If you didn't install the latest 4.3.Z release...then just run the following
If you didn't install the latest 4.3.Z release then just run the following.

```
oc adm upgrade --to-latest=true
oc adm upgrade --to-latest
```

If you're having issues upgrading you can try adding `--force` to the upgrade command.

```
oc adm upgrade --to-latest --force
```

See [issue #46](https://github.com/RedHatOfficial/ocp4-helpernode/issues/46) to understand why the `--force` is necessary and an alternative to using it.


Scale the router if you need to

```
Expand Down

0 comments on commit f90299c

Please sign in to comment.