Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
fix index of docs/install by moving to .rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Holbach committed Jul 29, 2019
1 parent fffd8d3 commit d2d8044
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/install/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
======================
Prerequisites for Flux
======================

All you need is a Kubernetes cluster and a git repo. The git repo
contains `manifests <https://kubernetes.io/docs/concepts/configuration/overview/>`_
(as YAML files) describing what should run in the cluster. Flux imposes
:doc:`some requirements <../requirements>` on these files.

Installing Weave Flux
=====================

Here are the instructions to :doc:`install Flux on your own
cluster <./get-started>`.

If you are using Helm, we have a :doc:`separate section about
this <./helm-get-started>`.

You can also configure a more advanced, :doc:`standalone
setup <./standalone-setup>`.

.. toctree::
:maxdepth: 1
:caption: Contents:

get-started
helm-get-started
standalone-setup

0 comments on commit d2d8044

Please sign in to comment.