|
1 | 1 | ---
|
2 | 2 | title: "Pre-requisites"
|
3 |
| -permalink: /installing/prerequisites/ |
4 | 3 | excerpt: "Pre-requisites for installing IBM Event Streams."
|
5 |
| - |
| 4 | +categories: installing |
| 5 | +slug: prerequisites |
6 | 6 | toc: true
|
7 | 7 | ---
|
8 | 8 |
|
9 | 9 | Ensure your environment meets the following prerequisites before installing {{site.data.reuse.long_name}}.
|
10 | 10 |
|
11 | 11 | ## {{site.data.reuse.icp}} environment
|
12 | 12 |
|
13 |
| -{{site.data.reuse.short_name}} version | {{site.data.reuse.icp}} versions supported | Platforms supported |
| 13 | +{{site.data.reuse.short_name}} version | Container platform | Systems |
14 | 14 | ----------------------|--------------------|-----------------------|-------------|--------------------
|
15 |
| - <br/>**Note:** {{site.data.reuse.long_name}} 2019.1.1 is planned to be released on 29 March 2019. | 3.1.2 | - Linux® 64-bit (x86_64) systems <br/>- Linux on IBM® Z systems <br/>- Red Hat OpenShift Container Platform version 3.9 and 3.10 |
16 |
| - | 3.1.1 | Linux® 64-bit (x86_64) systems <br/> Linux on IBM® Z systems |
17 |
| - | 3.1.2 | - Linux® 64-bit (x86_64) systems <br/>- Linux on IBM® Z systems |
18 |
| - | 3.1.1 | - Linux® 64-bit (x86_64) systems <br/>- Linux on IBM® Z systems |
19 |
| - | 3.1.0 | Linux® 64-bit (x86_64) systems |
20 |
| - | 3.1.0 | Linux® 64-bit (x86_64) systems |
| 15 | + | {{site.data.reuse.icp}} 3.1.1 and 3.1.2 | - Linux® 64-bit (x86_64) systems <br/>- Linux on IBM® Z systems |
| 16 | + | {{site.data.reuse.icp}} 3.1.0 | - Linux® 64-bit (x86_64) systems |
| 17 | + | {{site.data.reuse.icp}} 3.1.0 | - Linux® 64-bit (x86_64) systems |
21 | 18 |
|
| 19 | + has Helm chart version 1.1.0 and includes Kafka version 2.0.1. |
22 | 20 |
|
23 |
| -For an overview of supported component and platform versions, see the [support matrix](../../support/#support-matrix). |
| 21 | + has Helm chart version 1.0.0 and includes Kafka version 2.0. |
24 | 22 |
|
| 23 | +For an overview of supported component and platform versions, see the [support matrix](../../../support/#support-matrix). |
25 | 24 |
|
26 | 25 | Ensure you have the following set up for your {{site.data.reuse.icp}} environment:
|
27 | 26 | * Install [{{site.data.reuse.icp}}](https://www.ibm.com/support/knowledgecenter/SSBS6K_3.1.1/installing/install.html). \\
|
28 |
| - **Note:** {{site.data.reuse.long_name}} includes entitlement to {{site.data.reuse.icp_foundation}} which you can [download](../downloading) from IBM Passport Advantage. |
| 27 | + **Note:** {{site.data.reuse.long_name}} includes entitlement to {{site.data.reuse.icp_foundation}} which you can download from IBM Passport Advantage. |
29 | 28 | * Install the [Kubernetes command line tool](https://www.ibm.com/support/knowledgecenter/SSBS6K_3.1.1/manage_cluster/cfc_cli.html), and configure access to your cluster.
|
30 |
| - * Install the [{{site.data.reuse.icp}} Command Line Interface (CLI)](https://www.ibm.com/support/knowledgecenter/en/SSBS6K_3.1.1/manage_cluster/install_cli.html). |
31 |
| - * Install the [Helm CLI](https://www.ibm.com/support/knowledgecenter/en/SSBS6K_3.1.1/app_center/create_helm_cli.html) required for your version of {{site.data.reuse.icp}}, and add the {{site.data.reuse.icp}} [internal Helm repository](https://www.ibm.com/support/knowledgecenter/en/SSBS6K_3.1.1/app_center/add_int_helm_repo_to_cli.html) called `local-charts` to the Helm CLI as an external repository. |
| 29 | + * Install the [{{site.data.reuse.icp}} Command Line Interface (CLI)](https://www.ibm.com/support/knowledgecenter/SSBS6K_3.1.1/manage_cluster/install_cli.html). |
| 30 | + * Install the [Helm CLI](https://www.ibm.com/support/knowledgecenter/SSBS6K_3.1.1/app_center/create_helm_cli.html) required for your version of {{site.data.reuse.icp}}, and add the {{site.data.reuse.icp}} [internal Helm repository](https://www.ibm.com/support/knowledgecenter/SSBS6K_3.1.1/app_center/add_int_helm_repo_to_cli.html) called `local-charts` to the Helm CLI as an external repository. |
32 | 31 | * For message indexing capabilities (enabled by default), ensure you set the `vm.max_map_count` property to at least `262144` on all {{site.data.reuse.icp}} nodes in your cluster (not only the master node). Run the following commands on each node: \\
|
33 | 32 | `sudo sysctl -w vm.max_map_count=262144`\\
|
34 | 33 | `echo "vm.max_map_count=262144" | tee -a /etc/sysctl.conf`\\
|
@@ -133,9 +132,9 @@ The CPU and memory limits for some components are not limited by the chart, so t
|
133 | 132 |
|
134 | 133 | ## PodSecurityPolicy requirements
|
135 | 134 |
|
136 |
| -To install the {{site.data.reuse.short_name}} chart, you must have the `ibm-restricted-psp` PodSecurityPolicy selected for the target namespace. |
| 135 | +To install the {{site.data.reuse.short_name}} chart, you must have the `ibm-restricted-psp` [PodSecurityPolicy](https://ibm.biz/cpkspec-psp) selected for the target namespace. |
137 | 136 |
|
138 |
| -You can define the PodSecurityPolicy when creating the [namespace](../planning/#namespaces) for your installation. |
| 137 | +You can define the PodSecurityPolicy when creating the [namespace](../installing/#create-a-namespace) for your installation. |
139 | 138 |
|
140 | 139 | For more information about PodSecurityPolicy definitions, see the [{{site.data.reuse.icp}} documentation](https://www.ibm.com/support/knowledgecenter/SSBS6K_3.1.1/manage_cluster/security.html).
|
141 | 140 |
|
|
0 commit comments