You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,11 +17,11 @@ This repo houses the assets used to build the Flux project's landing page at <ht
17
17
18
18
The main landing page of this website can be modified in `config.toml`.
19
19
20
-
Almost all of the content lives in the `content/en/docs` directory. Here are some special cases.
20
+
Almost all of the content lives in the `content/en/<project>` directories. Here are some special cases.
21
21
22
22
-`./content/en/blog` contains all blog posts - make sure you update the front-matter for posts to show up correctly.
23
23
-`./external-sources/` defines how files from other repositories are pulled in. We currently do this for Markdown files from the `/fluxcd/community` and `/fluxcd/.github` repositories. (`make gen-content` pulls these in.)
24
-
- Flux CLI docs (`cmd`) and `components` docs: under `./content/en/docs` but pulled in through in `make gen-content` as well.
24
+
- Flux CLI docs (`cmd`) and `components` docs: under `./content/en/flux` but pulled in through in `make gen-content` as well.
25
25
-`/static/_redirects` defines redirects on <https://fluxcd.io>. Check out <https://docs.netlify.com/routing/redirects/> for the syntax definition and how to test if things work.
Flux is a set of continuous and progressive delivery solutions for Kubernetes that are open and extensible.
18
18
19
19
The latest version of Flux brings many new features, making it more flexible and versatile.
@@ -30,7 +30,7 @@ <h2 id="flux-facts">Flux in short</h2>
30
30
</div>
31
31
</div>
32
32
33
-
<!-- used in ./content/en/docs/_index.md as well -->
33
+
<!-- used in ./content/en/flux/_index.md as well -->
34
34
35
35
<divid="feature-list">
36
36
{{% blocks/section color="white" %}}
@@ -49,7 +49,7 @@ <h2 id="flux-facts">Flux in short</h2>
49
49
{{< /blocks/featureitem >}}
50
50
51
51
{{<blocks/featureitem emoji="π" caption="Flux is designed with security in mind" >}}
52
-
Pull vs. Push, least amount of privileges, adherence to Kubernetes security policies and tight integration with security tools and best-practices. Read more about <ahref="/docs/security">our security considerations</a>.
52
+
Pull vs. Push, least amount of privileges, adherence to Kubernetes security policies and tight integration with security tools and best-practices. Read more about <ahref="/flux/security">our security considerations</a>.
53
53
{{< /blocks/featureitem >}}
54
54
55
55
{{<blocks/featureitem emoji="βΈοΈ" caption="Flux works with any Kubernetes and all common Kubernetes tooling" >}}
@@ -61,7 +61,7 @@ <h2 id="flux-facts">Flux in short</h2>
61
61
{{< /blocks/featureitem >}}
62
62
63
63
{{<blocks/featureitem emoji="π" caption="Flux alerts and notifies" >}}
64
-
Flux provides health assessments, alerting to external systems, and external events handling. Just βgit pushβ, and get notified on Slack and <ahref="/docs/components/notification/provider/">other chat systems</a>.
64
+
Flux provides health assessments, alerting to external systems, and external events handling. Just βgit pushβ, and get notified on Slack and <ahref="/flux/components/notification/provider/">other chat systems</a>.
The set of APIs and controllers that make up the runtime for Flux. You can use the GitOps Toolkit to extend Flux, and to build your own systems for continuous delivery.
We owe our success and good reputation as GitOps project to Flux and Helm Operator. They are the v1 iteration of our project and currently in [maintenance mode](https://github.com/fluxcd/flux/issues/3320).
280
280
281
-
We **strongly advise** everyone to familiarise themselves with the latest version of Flux and [start the process of migrating](/docs/migration/).
281
+
We **strongly advise** everyone to familiarise themselves with the latest version of Flux and [start the process of migrating](/flux/migration/).
Copy file name to clipboardExpand all lines: content/en/blog/2020-12-01-december-update/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ To get you started with setting up Flux and managing multi-tenant environments,
27
27
28
28
## Guides for Helm users
29
29
30
-
If you have been using the Helm Operator in the past, you should be able to easily upgrade to the Helm Controller (Flux v2). Check out [this guide](/docs/migration/helm-operator-migration/) and please give us feedback - weβd love to hear from you:
30
+
If you have been using the Helm Operator in the past, you should be able to easily upgrade to the Helm Controller (Flux v2). Check out [this guide](/flux/migration/helm-operator-migration/) and please give us feedback - weβd love to hear from you:
31
31
32
32
If you are interested in an example which describes how you can keep e.g. two clusters updated with minimal duplication, check out this repository - it uses Flux v2, Helm and Kustomize:
Flux v2 now includes two controllers for automating image updates \--
82
82
one of the controllers is for scanning container image repositories, and
@@ -112,7 +112,7 @@ Azure DevOps users will have to specify to use libgit2 in their
112
112
GitRepository resources.
113
113
114
114
Follow [the generic git server
115
-
guide](/docs/installation/#generic-git-server)
115
+
guide](/flux/installation/#generic-git-server)
116
116
for further instructions in how to use Flux with Azure DevOps.
117
117
118
118
Upcoming events
@@ -130,7 +130,7 @@ Upcoming events
130
130
The Flux community is growing and we are in the middle of a quite a few
131
131
big discussions:
132
132
133
-
- We have [a new guide which explains core concepts](/docs/concepts/) in the Flux world - please give feedback - and thanks Somtochi!
133
+
- We have [a new guide which explains core concepts](/flux/concepts/) in the Flux world - please give feedback - and thanks Somtochi!
134
134
- Flux applies to upgrade to CNCF Incubation status: [https://github.com/cncf/toc/pull/567](https://github.com/cncf/toc/pull/567)
135
135
136
136
If you like what you read and would like to get involved, here are a few
@@ -139,7 +139,7 @@ good ways to do that:
139
139
- Join our [upcoming dev meeting](/community/#meetings) on Jan 14
140
140
- Talk to us in the \#flux channel on [CNCF Slack](https://slack.cncf.io/)
141
141
- Join the [planning discussions](https://github.com/fluxcd/flux2/discussions)
142
-
- And if you are completely new to Flux v2, take a look at our [Get Started guide](/docs/get-started/) and give us feedback
142
+
- And if you are completely new to Flux v2, take a look at our [Get Started guide](/flux/get-started/) and give us feedback
143
143
- Social media: Follow [Flux on Twitter](https://twitter.com/fluxcd), join the discussion in the [Flux LinkedIn group](https://www.linkedin.com/groups/8985374/)
0 commit comments