Skip to content

Commit

Permalink
fix(docs): update cluster add and cluster update docs
Browse files Browse the repository at this point in the history
It adds information about `force-tls-disabled` and `force-non-ssl-session-port` flags.
  • Loading branch information
karol-kokoszka committed Feb 14, 2024
1 parent f90f0bf commit d86640b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/command/cluster/clusteradd/res.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ ssl-user-key-file: |
without-repair: |
When cluster is added, Manager schedules repair to repeat weekly.
Use this flag to create a cluster without a scheduled repair.
force-tls-disabled: |
Forces Scylla Manager to always disable TLS for the cluster's CQL session, even if TLS is enabled in scylla.yaml.
force-non-ssl-session-port: |
Forces Scylla Manager to always use the non-SSL port for TLS-enabled cluster CQL sessions.
6 changes: 6 additions & 0 deletions pkg/command/cluster/clusterupdate/res.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ delete-cql-credentials: |
delete-ssl-user-cert: |
Deletes SSL user certificate, added with --ssl-user-cert-file flag.
force-tls-disabled: |
Forces Scylla Manager to always disable TLS for the cluster's CQL session, even if TLS is enabled in scylla.yaml.
force-non-ssl-session-port: |
Forces Scylla Manager to always use the non-SSL port for TLS-enabled cluster CQL sessions.

0 comments on commit d86640b

Please sign in to comment.