We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8095a commit 37653b4Copy full SHA for 37653b4
scripts/README.md
@@ -0,0 +1,11 @@
1
+# Enabling TLS
2
+
3
+1. Push images from [rest_tls][rest_tls] branch on control plane.
4
+ - ```./scripts/release.sh --registry <registry url> --alias-tag <tag> --image rest operators.diskpool csi.controller```
5
+1. Enable TLS in values.yaml [here][enableTls].
6
+1. With cluster in current context, run certs.sh from scripts dir. This will create certs and ultimately a kubernetes secret containing those certs.
7
+1. install mayastor.
8
+ - ensure rest, diskpool operator and csi controller are using images from previous step.
9
10
+[enableTls]: https://github.com/Johnaius/mayastor-extensions/blob/tls/chart/values.yaml#L94-L95
11
+[rest_tls]: https://github.com/Johnaius/mayastor-control-plane/tree/rest_tls
0 commit comments