Skip to content

Commit

Permalink
Update docs to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rubchinsky committed Nov 8, 2023
1 parent 5c7760f commit 2df503c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ The Carbon Black Cloud Container Operator utilizes the operator-framework to cre

## Compatibility Matrix

| Operator version | Kubernetes Sensor Component Version | Minimum Kubernetes Version |
|------------------|-------------------------------------|----------------------------|
| v6.0.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X | 1.18 |
| v5.6.x | 2.10.0, 2.11.0, 2.12.0 | 1.16 |
| v5.5.x | 2.10.0, 2.11.0 | 1.16 |
| Operator version | Kubernetes Sensor Component Version | Minimum Kubernetes Version |
|------------------|--------------------------------------|----------------------------|
| v6.1.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X, 3.1.X | 1.18 |
| v6.0.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X, 3.1.X | 1.18 |
| v5.6.x | 2.10.0, 2.11.0, 2.12.0 | 1.16 |
| v5.5.x | 2.10.0, 2.11.0 | 1.16 |

## Operator Deployment

Expand All @@ -27,7 +28,7 @@ Kubernetes 1.18+ is supported.

### From script:
```
export OPERATOR_VERSION=v6.0.2
export OPERATOR_VERSION=v6.1.0
export OPERATOR_SCRIPT_URL=https://setup.containers.carbonblack.io/$OPERATOR_VERSION/operator-apply.sh
curl -s $OPERATOR_SCRIPT_URL | bash
```
Expand Down Expand Up @@ -92,7 +93,7 @@ spec:
### Uninstalling the Carbon Black Cloud Container Operator

```sh
export OPERATOR_VERSION=v6.0.2
export OPERATOR_VERSION=v6.1.0
export OPERATOR_SCRIPT_URL=https://setup.containers.carbonblack.io/$OPERATOR_VERSION/operator-apply.sh
curl -s $OPERATOR_SCRIPT_URL | bash -s -- -u
```
Expand Down
13 changes: 7 additions & 6 deletions docs/Main.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ The Carbon Black Cloud Container Operator utilizes the operator-framework to cre

## Compatibility Matrix

| Operator version | Kubernetes Sensor Component Version | Minimum Kubernetes Version |
|------------------|-------------------------------------|----------------------------|
| v6.0.x | 2.10.0, 2.11.0, 2.12.0, 3.0.0 | 1.18 |
| v5.6.x | 2.10.0, 2.11.0, 2.12.0 | 1.16 |
| v5.5.x | 2.10.0, 2.11.0 | 1.16 |
| Operator version | Kubernetes Sensor Component Version | Minimum Kubernetes Version |
|------------------|--------------------------------------|----------------------------|
| v6.1.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X, 3.1.X | 1.18 |
| v6.0.x | 2.10.0, 2.11.0, 2.12.0, 3.0.X, 3.1.X | 1.18 |
| v5.6.x | 2.10.0, 2.11.0, 2.12.0 | 1.16 |
| v5.5.x | 2.10.0, 2.11.0 | 1.16 |

## Install

Expand All @@ -42,7 +43,7 @@ For OpenShift clusters, follow the OpenShift Deployment instructions:
### Uninstalling the Carbon Black Cloud Container Operator

```sh
export OPERATOR_VERSION=v6.0.2
export OPERATOR_VERSION=v6.1.0
export OPERATOR_SCRIPT_URL=https://setup.containers.carbonblack.io/$OPERATOR_VERSION/operator-apply.sh
curl -s $OPERATOR_SCRIPT_URL | bash -s -- -u
```
Expand Down
2 changes: 1 addition & 1 deletion docs/OperatorDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Kubernetes 1.18+ is supported.

### From script:
```
export OPERATOR_VERSION=v6.0.2
export OPERATOR_VERSION=v6.1.0
export OPERATOR_SCRIPT_URL=https://setup.containers.carbonblack.io/$OPERATOR_VERSION/operator-apply.sh
curl -s $OPERATOR_SCRIPT_URL | bash
```
Expand Down

0 comments on commit 2df503c

Please sign in to comment.