Skip to content

Commit 2f86a78

Browse files
authored
add k8s advanced ref to crd configs (#388)
1 parent 783eb68 commit 2f86a78

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/fluvio/installation/advanced/kubernetes-advanced.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,8 @@ helm install fluvio-app k8-util/helm/fluvio-app --values ./k8-util/helm/fluvio-
9999
fluvio profile add k2 127.0.0.1:30103
100100
fluvio cluster create spg default
101101
```
102-
103102
and so forth.
104103

105-
106104
To delete a Fluvio instances, supply namespace as an argument.
107105

108106
```shell copy="fl"
@@ -111,5 +109,11 @@ $ fluvio cluster delete --k8 --namespace first
111109

112110
You can only a delete `fluvio-sys` chart when you have deleted all the Fluvio instances.
113111

112+
## Resource config with direct CRD specs
113+
114+
Fluvio resources are generally mapped to Kubernetes CRDs. Specific cluster configurations
115+
can be packaged as a set of kubectl specs and configuration controlled. See samples of configuring in the [Fluvio CRD Samples] in the Fluvio repository.
116+
117+
[Fluvio CRD Samples]: https://github.com/infinyon/fluvio/tree/master/k8-util/samples/crd
114118
[troubleshooting]: fluvio/troubleshooting.mdx
115-
[discussions]: https://github.com/infinyon/fluvio/discussions
119+
[discussions]: https://github.com/infinyon/fluvio/discussions

0 commit comments

Comments
 (0)