From 270fd1248a752ffccb3d2041e47083548f313a62 Mon Sep 17 00:00:00 2001 From: Edyta Krukowska Date: Thu, 15 Apr 2021 12:18:24 +0200 Subject: Create helm chart for netconf server Issue-ID: INT-1869 Signed-off-by: Edyta Krukowska Change-Id: I62277bec37940bd7ebe5cb598b28fee53551ead4 --- helm/netconf/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 helm/netconf/README.md (limited to 'helm/netconf/README.md') diff --git a/helm/netconf/README.md b/helm/netconf/README.md new file mode 100644 index 0000000..a8ebd08 --- /dev/null +++ b/helm/netconf/README.md @@ -0,0 +1,23 @@ +# Netconf Server + +# How to deploy on lab + +1. Copy files from helm/netconf to lab + + `scp -i -r /netconf ubuntu@:/netconf ` +2. Log into the RKE + +3. Update helm dependencies + + `cd ./netconf` + `helm dependency update` + +4. Install chart on your lab + + `helm install netconfserver ./netconf -f oom/kubernetes/registry.yaml` + +# How to use netconf + extarnal port to use netconf server is 30555 + + + \ No newline at end of file -- cgit 1.2.3-korg