Skip to content

K8SPSMDB-1279 Added steps how to disable and enable TLS for a running… #236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nastena1606
Copy link
Collaborator

… cluster

  • Split the TLS page into sections
  • Updated navigation
  • Fixed broken links

modified: docs/RN/Kubernetes-Operator-for-PSMONGODB-RN1.15.0.md
modified: docs/RN/Kubernetes-Operator-for-PSMONGODB-RN1.16.0.md
modified: docs/TLS.md
modified: docs/expose.md
modified: docs/operator.md
modified: docs/replication-multi-dc.md
new file: docs/tls-cert-manager.md
new file: docs/tls-disable.md
new file: docs/tls-manual.md
new file: docs/tls-update.md
modified: mkdocs-base.yml

… cluster

* Split the TLS page into sections
* Updated navigation
* Fixed broken links

modified:   docs/RN/Kubernetes-Operator-for-PSMONGODB-RN1.15.0.md
	modified:   docs/RN/Kubernetes-Operator-for-PSMONGODB-RN1.16.0.md
	modified:   docs/TLS.md
	modified:   docs/expose.md
	modified:   docs/operator.md
	modified:   docs/replication-multi-dc.md
	new file:   docs/tls-cert-manager.md
	new file:   docs/tls-disable.md
	new file:   docs/tls-manual.md
	new file:   docs/tls-update.md
	modified:   mkdocs-base.yml
2. Apply the changes:

```{.bash data-prompt="$" }
$ kubectl apply -f deploy/cr.yaml -n <namespace>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe it is better to use the patch command

Pause the cluster
kubect patch pxc ${cluster_name} --type json -p='[{"op":"add","path":"/spec/pause","value":true}]'

Unpause the cluster
kubectl patch pxc ${cluster_name} --type json -p='[{"op":"add","path":"/spec/pause","value":false}]'

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we also need to use kubectl patch for enable/disable TLS?

@hors hors requested a review from egegunes April 25, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants