Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Commit 1d1f430

Browse files
authored
minor updates
1 parent 0eefe19 commit 1d1f430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Quobyte runs best with 3 replicas of the registry, where we require 1 bootstrapp
2121
The `quobyte-config.yaml` file provides a `registry.bootstrap_node` option and allows to fine tune the memory limits for the services. Edit the file to point to your bootstrap registry.
2222

2323
``` yaml
24-
registry.bootstrap_node: "node4"
24+
registry.bootstrap_node: "node1"
2525
```
2626
2727
Now install the operator to the quobyte namespace.
@@ -241,7 +241,7 @@ The operator comes with a service and a status page. With kubectl, you can reach
241241
kubectl -n quobyte port-forward quobyte-operator-xzy 7878:7878
242242
```
243243

244-
# Uninstall Operator
244+
# Uninstall Quobyte with Operator
245245
If you want to remove all services or clients, remove the config files, before
246246
you delete the deployments or the operator. This will terminate the scheduled pods and remove the all labels, which the operator applied to any nodes.
247247
```

0 commit comments

Comments
 (0)