Details
-
Task
-
Status: Done (View Workflow)
-
Minor
-
Resolution: Done
-
None
-
None
-
HS May 26 - June 9 2022
Description
Have the user deploy OpenNMS Horizon Stream in a k8s cluster (we are using Kind) locally that pulls the published docker images.
Requirements:
- Create kind cluster (instructions or bash script)
- Published images (in progress)
- Deploy system in k8s, there are 2 approaches pending on development status of operator:
- If operator is not done, we can run a '$ kubectl apply -f <kubernetes_config_for system>.yaml'.
- If operator is done, we can install the operator into the cluster created and '$ kubectl apply -f <crd>.yaml'.
- Both of the above will pull published images.