Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Helm installation instructions with link #692

Merged
merged 1 commit into from
Jun 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions docs/modules/ROOT/pages/how-tos/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,7 @@

The most convenient way to install K8up is using https://helm.sh/[helm].

. Add the `appuio` repository:
+
[source,bash]
----
helm repo add appuio https://charts.appuio.ch
helm repo update
----

. Install K8up:
+
[source,bash]
----
kubectl create namespace k8up-operator
helm install k8up appuio/k8up --namespace k8up-operator
----
Please refer to the installation instructions in the https://github.com/appuio/charts/tree/master/appuio/k8up[Helm chart].

== Kustomize

Expand Down