diff options
author | waynedunican <wayne.dunican@est.tech> | 2023-05-03 08:18:36 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2023-05-03 09:12:44 +0100 |
commit | c92e128c5d7a1a67f43321d275b6e9d3c8f16e57 (patch) | |
tree | e75e7cbba7fd8f394bb0f027e0df0400574b988b /docs/development/devtools/devtools.rst | |
parent | 3cbfc0cdd3ce7573f9c9fc4893c16363df518218 (diff) |
Add microk8s installation documentation
- Add description of how to install and run the Policy Framework in microk8s
- Fix html issues in local-installation.rst
Issue-ID: POLICY-4582
Change-Id: I7351c08bf77aaca85677ff0cd34912017373e363
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'docs/development/devtools/devtools.rst')
-rw-r--r-- | docs/development/devtools/devtools.rst | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/development/devtools/devtools.rst b/docs/development/devtools/devtools.rst index 75f34434..5f7f8434 100644 --- a/docs/development/devtools/devtools.rst +++ b/docs/development/devtools/devtools.rst @@ -421,12 +421,22 @@ To test these images, CSITs will be run. Running Policy Components Locally ********************************* -The following page outlines how to run the policy framework components locally use IntelliJ, Eclipse and the Command Line. +The following page outlines how to run the policy framework components locally using IntelliJ, Eclipse and the Command Line. .. toctree:: :maxdepth: 1 - local-installation.rst + ./installation/local-installation.rst + +Running the Policy Framework in Microk8s +**************************************** + +The following page outlines how to run the policy framework components using microk8s. + +.. toctree:: + :maxdepth: 1 + + ./installation/microk8s-installation.rst Generating Swagger Documentation |