Skip to content

Commit

Permalink
Update k8s.md (#993)
Browse files Browse the repository at this point in the history
For installing forklift, `kubectl apply` command is provided. The https
url in that command is incorrect, it is pointing to old
/konveyor/forklift-operator/... repo. This PR is to modify that url to
point to new artifacts from /kubev2v/forklift/.. repo.
Users directly use the `kubectl` command and then the artifacts from the
old archived repo gets installed.

Signed-off-by: Niket Chavan <[email protected]>
  • Loading branch information
cniket authored Aug 26, 2024
1 parent ef4b47d commit d2e174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/docs/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packageserver-d9c689b8f-g6pj9 1/1 Running 1 (7d23h ago) 49d

Deploy Forklift using the [forklift-k8s.yaml manifest](../forklift-k8s.yaml):

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

**Note**: When working with the main branch, the subscription in the manifest will pull the _latest_ operator image via development channel.

Expand Down

0 comments on commit d2e174a

Please sign in to comment.