mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-18 13:41:49 +00:00
Merge pull request #397 from fluxcd/dangling-gotk-link
Add GOTK section to index
This commit is contained in:
commit
3cf54a4cce
2 changed files with 12 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ automation tooling.
|
||||||
|
|
||||||
You can use the toolkit to extend Flux, or to build your own systems
|
You can use the toolkit to extend Flux, or to build your own systems
|
||||||
for continuous delivery -- see [the developer
|
for continuous delivery -- see [the developer
|
||||||
guides](https://toolkit.fluxcd.io/dev-guides/).
|
guides](https://toolkit.fluxcd.io/dev-guides/source-watcher/).
|
||||||
|
|
||||||
### Components
|
### Components
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,17 @@ Target features:
|
||||||
- Interoperability with workflow providers (GitHub Actions, Tekton, Argo)
|
- Interoperability with workflow providers (GitHub Actions, Tekton, Argo)
|
||||||
- Interoperability with CAPI providers
|
- Interoperability with CAPI providers
|
||||||
|
|
||||||
|
## GitOps Toolkit
|
||||||
|
|
||||||
|
The GitOps Toolkit is the set of APIs and controllers that make up the
|
||||||
|
runtime for Flux v2. The APIs comprise Kubernetes custom resources,
|
||||||
|
which can be created and updated by a cluster user, or by other
|
||||||
|
automation tooling.
|
||||||
|
|
||||||
|
You can use the toolkit to extend Flux, or to build your own systems
|
||||||
|
for continuous delivery -- see [the developer
|
||||||
|
guides](https://toolkit.fluxcd.io/dev-guides/source-watcher/).
|
||||||
|
|
||||||
Components:
|
Components:
|
||||||
|
|
||||||
- [Flux CLI](https://github.com/fluxcd/flux2)
|
- [Flux CLI](https://github.com/fluxcd/flux2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue