Skip to content

Commit

Permalink
Merge pull request #1037 from Javex/master
Browse files Browse the repository at this point in the history
Update CRD installation for tutorial
  • Loading branch information
tobru authored Jan 20, 2025
2 parents f674f7b + 2486b30 commit 6258349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/tutorials/tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ IMPORTANT: On some laptops, running Minikube on battery power severely undermine

. Install the CRDs K8up uses:
ifeval::["{page-component-version}" == "master"]
* `kubectl apply -f \https://github.com/k8up-io/k8up/releases/download/v{page-component-latest-version}.0/k8up-crd.yaml`
* `kubectl apply -f \https://github.com/k8up-io/k8up/releases/download/v{page-component-latest-version}.0/k8up-crd.yaml` --server-side
endif::[]
ifeval::["{page-component-version}" != "master"]
* `kubectl apply -f \https://github.com/k8up-io/k8up/releases/download/{releaseVersion}/k8up-crd.yaml`
* `kubectl apply -f \https://github.com/k8up-io/k8up/releases/download/{releaseVersion}/k8up-crd.yaml` --server-side
endif::[]

. Install K8up in Minikube:
Expand Down

0 comments on commit 6258349

Please sign in to comment.