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
* Adjusting pod label update logic to not track label as updated at detected update fails.
* Emphasize in documentation that node available resources must be meet by broker resource requirements.
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ For other PubSub+ Software Event Broker configurations or sizes, refer to the [P
37
37
38
38
### 1. Get a Kubernetes environment
39
39
40
-
Follow your Kubernetes provider's instructions ([other options available here](https://kubernetes.io/docs/setup/)). Ensure you meet [minimum CPU, Memory and Storage requirements](docs/PubSubPlusK8SDeployment.md#cpu-and-memory-requirements) for the targeted PubSub+ Software Event Broker configuration size.
40
+
Follow your Kubernetes provider's instructions ([other options available here](https://kubernetes.io/docs/setup/)). Ensure you meet [minimum CPU, Memory and Storage requirements](docs/PubSubPlusK8SDeployment.md#cpu-and-memory-requirements) for the targeted PubSub+ Software Event Broker configuration size. Important: the broker resource requirements refer to available resources on a [Kubernetes node](https://kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/#kube-scheduler).
41
41
> Note: If using [MiniKube](https://kubernetes.io/docs/setup/learning-environment/minikube/), use `minikube start` with specifying the options `--memory` and `--cpu` to assign adequate resources to the MiniKube VM. The recommended memory is 1GB plus the minimum requirements of your event broker.
42
42
43
43
Also have the `kubectl` tool [installed](https://kubernetes.io/docs/tasks/tools/install-kubectl/) locally.
@@ -51,7 +51,7 @@ kubectl get nodes
51
51
### 2. Install and configure Helm
52
52
53
53
Follow the [Helm Installation notes of your target release](https://github.com/helm/helm/releases) for your platform.
54
-
Note that Helm is transitioning from v2 to v3. Many deployments still use v2. The event broker can be deployed using either version, however concurrent use of v2 and v3 from the same command-line environment is not supported.
54
+
Note that Helm is transitioning from v2 to v3. Some deployments still use v2. The event broker can be deployed using either version, however concurrent use of v2 and v3 from the same command-line environment is not supported.
55
55
56
56
On Linux a simple option to set up the latest stable release is to run:
57
57
@@ -100,7 +100,7 @@ Helm is configured properly if the command `helm version` returns no error.
100
100
101
101
(Click on the arrow to open instructions for Helm v2 or v3)
102
102
103
-
<details><summary><b>Instructions using Helm v2</b></summary>
103
+
<details><summary><b>Install using Helm v2</b></summary>
104
104
<p>
105
105
106
106
a) Create a Solace PubSub+ Software Event Broker deployment for development purposes using `pubsubplus-dev`. It requires a minimum of 1 CPU and 3.6 GB of memory be available to the event broker pod.
<details><summary><b>Instructions using Helm v3</b></summary>
126
+
<details><summary><b>Install using Helm v3</b></summary>
127
127
<p>
128
128
129
129
a) Create a Solace PubSub+ Software Event Broker deployment for development purposes using `pubsubplus-dev`. It requires a minimum of 1 CPU and 2 GB of memory available to the event broker pod.
0 commit comments