Skip to content

Commit 37653b4

Browse files
John ZakrzewskiJohn Zakrzewski
authored andcommitted
adding readme
Signed-off-by: John Zakrzewski <[email protected]>
1 parent dd8095a commit 37653b4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)