diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-10-03 07:17:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-10-03 07:17:03 +0000 |
commit | 1994e3d417583c308363aa7fc45a45754754d4b0 (patch) | |
tree | c39c5741fb1e50b442732207f15d8fa1b625fd65 /docs/development/devtools/devtools.rst | |
parent | b2fcdc72a6287c41a08fd06f271f7a9723d8ca1e (diff) | |
parent | cba4c034d3cd9313fb5e61c3286c836494fcdc65 (diff) |
Merge "Add Strimzi Kafka Setup documentation"
Diffstat (limited to 'docs/development/devtools/devtools.rst')
-rw-r--r-- | docs/development/devtools/devtools.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/development/devtools/devtools.rst b/docs/development/devtools/devtools.rst index 2c73369e..ab57cd28 100644 --- a/docs/development/devtools/devtools.rst +++ b/docs/development/devtools/devtools.rst @@ -513,3 +513,15 @@ You may specify a local configuration file instead of *src/test/resources/simPar } ] } + +Bringing up Strimzi-Kafka Deploment with Policy Framework +********************************************************* + +This page will explain how to setup a local Kubernetes cluster and minimal helm setup to run and deploy Policy Framework on a single host. + +This is meant for a development purpose only as we are going to use microk8s in this page + +.. toctree:: + :maxdepth: 1 + + strimzi-policy.rst |