Skip to content

Commit

Permalink
Remove references to tackle2-operator from Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
punithnayak committed Jul 25, 2023
1 parent ab7c353 commit 92a9621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ Released (or public betas) of Konveyor are installable on Kubernetes via [Operat

Deploy Konveyor using manifest:

`$ kubectl apply -f https://raw.githubusercontent.com/konveyor/tackle2-operator/main/tackle-k8s.yaml`
`$ kubectl apply -f https://raw.githubusercontent.com/konveyor/konveyor-operator/main/tackle-k8s.yaml`

This step will create the konveyor-tackle namespace, catalogsource and other OLM related objects.

### Installing _beta_ (or special branches)

If you need to deploy a beta release (or special branch) please replace the *main* branch in URL with the desired beta branch (i.e v2.0.0-beta.0):

`$ kubectl apply -f https://raw.githubusercontent.com/konveyor/tackle2-operator/v2.0.0-beta.0/tackle-k8s.yaml`
`$ kubectl apply -f https://raw.githubusercontent.com/konveyor/konveyor-operator/v2.0.0-beta.0/tackle-k8s.yaml`

**Note:** Upgrades between beta releases are **not guaranteed** , once installed, we strongly suggest to edit your subscription and switch to Manual upgrade mode for beta releases: `$ kubectl edit subscription` -> installPlanApproval: Manual

Expand Down Expand Up @@ -112,7 +112,7 @@ Released (or public betas) of Konveyor are installable on OpenShift via communit

Installing latest is almost an identical procedure to released versions but requires creating a new catalog source.

1. `oc apply -f https://raw.githubusercontent.com/konveyor/tackle2-operator/main/konveyor-operator-catalog.yaml`
1. `oc apply -f https://raw.githubusercontent.com/konveyor/konveyor-operator/main/konveyor-operator-catalog.yaml`
1. Visit the OpenShift Web Console.
1. Navigate to _Operators => OperatorHub_.
1. Search for _Konveyor_.
Expand Down

0 comments on commit 92a9621

Please sign in to comment.