You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command will use operator's image from Memgraph's DockerHub and create all necessary Kubernetes resources for running an operator.
19
18
20
-
## Verify installation
19
+
## Verify Installation
21
20
22
-
Installation using any of options described above will cause creating Kubernetes ServiceAccount, RoleBinding, Role, Deployment and Pods all in newly created all in newly created all in newly created
23
-
namespace `memgraph-operator-system`. You can check your resources with:
21
+
Installation using any of the options described above will create a Kubernetes ServiceAccount, RoleBinding, Role, Deployment, and Pods all in the newly created namespace `memgraph-operator-system`. You can check your resources with:
24
22
25
23
```bash
26
24
kubectl get serviceaccounts -n memgraph-operator-system
@@ -40,7 +38,7 @@ kubectl get crds -A
40
38
41
39
## Start Memgraph High Availability Cluster
42
40
43
-
We already provide sample cluster in `config/samples/memgraph_v1_ha.yaml`. You only need to set your license information by
41
+
We already provide a sample cluster in `config/samples/memgraph_v1_ha.yaml`. You only need to set your license information by
44
42
creating a Kubernetes Secret containing licensing info. You can do this in a following way:
45
43
46
44
```bash
@@ -51,15 +49,13 @@ creating a Kubernetes Secret containing licensing info. You can do this in a fol
51
49
52
50
Start Memgraph HA cluster with `kubectl apply -f config/samples/memgraph_v1_ha.yaml`.
53
51
54
-
After approx. 60s, you should be able to see instances in the output of `kubectl get pods -A`.
55
-
52
+
After approximately 60 seconds, you should be able to see instances in the output of `kubectl get pods -A`.
56
53
57
-
You can now find URL of any coordinator instances by running e.g `minikube service list` and connect to see the state of the cluster by running
54
+
You can now find the URL of any coordinator instances by running e.g `minikube service list` and connect to see the state of the cluster by running
0 commit comments