From 97acbe7438318cf137c65d8fc6c613613deecc01 Mon Sep 17 00:00:00 2001 From: Niket Chavan <93035123+cniket@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:52:51 +0530 Subject: [PATCH] Update k8s.md 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 <93035123+cniket@users.noreply.github.com> --- operator/docs/k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/docs/k8s.md b/operator/docs/k8s.md index 86521f6c7..ebaa19200 100644 --- a/operator/docs/k8s.md +++ b/operator/docs/k8s.md @@ -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.