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
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This is a 5 step process:
21
21
2. Use the button below to go to the Solace Developer portal and request a Solace Community edition VMR. This process will return an email with a Download link. Download the Solace VMR image.
3. Load the Solace VMR image into a Docker container registry.
@@ -40,16 +40,16 @@ This is a 5 step process:
40
40
Download and execute the following cluster create and deployment script on command line. This will create and start a small size non-HA VMR deployment with simple local non-persistent storage.
The properties of the VMR deployment are defined in the `values.yaml` file located at the `solace-kubernetes-quickstart/helm` directory which has been created as a result of running the script.
50
+
The properties of the VMR deployment are defined in the `values.yaml` file located at the `solace-kubernetes-quickstart/solace` directory which has been created as a result of running the script.
51
51
52
-
The `solace-kubernetes-quickstart/helm/values-examples` directory provides examples for `values.yaml` for several storage options:
52
+
The `solace-kubernetes-quickstart/solace/values-examples` directory provides examples for `values.yaml` for several storage options:
53
53
54
54
*`small-direct-noha` (default): the simple local non-persistent storage
55
55
*`small-direct-noha-existingVolume`: to bind the PVC to an existing external volume in the network.
@@ -72,26 +72,26 @@ Now you can validate your deployment on command line:
72
72
73
73
```sh
74
74
prompt:~$kubectl get statefulset,services,pods,pvc
Note here serveral IPs and port. In this example 104.154.136.44 is the external IP to use.
107
107
108
-
Note: when using Minikube, there is no integrated LoadBalancer. For a workaround, you can use `minikube service XXX-XXX-solace-kubernetes` to expose the service.
108
+
Note: when using Minikube, there is no integrated LoadBalancer. For a workaround, you can use `minikube service XXX-XXX-solace` to expose the service.
109
109
110
110
## Gaining admin access to the VMR
111
111
@@ -124,7 +124,7 @@ Copyright 2004-2017 Solace Corporation. All rights reserved.
124
124
125
125
This is the Community Edition of the Solace VMR.
126
126
127
-
XXX-XXX-solace-kubernetes-0>
127
+
XXX-XXX-solace-0>
128
128
```
129
129
130
130
For persons who are unfamiliar with the Solace mesage router or would prefer an administration application, the SolAdmin management application is available. For more information on SolAdmin see the [SolAdmin page](http://dev.solace.com/tech/soladmin/). To get SolAdmin, visit the Solace [download page](http://dev.solace.com/downloads/) and select OS version desired. Management IP will be the Public IP associated with youe GCE instance and port will be 8080 by default.
0 commit comments