Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/kubernetes/operator/install-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This guide covers the installation of the [RabbitMQ Cluster Kubernetes Operator]

The Operator requires

* Kubernetes 1.18 or above
* Kubernetes 1.19 or above
* [RabbitMQ DockerHub image](https://hub.docker.com/_/rabbitmq) 3.8.8+

-----
Expand Down
2 changes: 1 addition & 1 deletion site/kubernetes/operator/install-topology-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This guide covers the installation of the RabbitMQ Messaging Topology Operator i

The Operator requires

* Kubernetes 1.18 or above
* Kubernetes 1.19 or above
* [RabbitMQ Cluster Operator](https://github.com/rabbitmq/cluster-operator) 1.7.0+ (if not, RabbitMQ Messaging Topology Operator will fail to start)

-----
Expand Down
2 changes: 1 addition & 1 deletion site/kubernetes/operator/quickstart-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the fastest way to get up and running with a RabbitMQ cluster deployed b

## Prerequisites

- Access to a Kubernetes cluster version 1.18 or above
- Access to a Kubernetes cluster version 1.19 or above
- `kubectl` configured to access the cluster

## Quickstart Steps
Expand Down