This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix index of docs/install by moving to .rst
- Loading branch information
Daniel Holbach
committed
Jul 29, 2019
1 parent
fffd8d3
commit d2d8044
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |