Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Commit dea80ef

Browse files
authored
Merge pull request #10 from madorn/master
add additional requirement for kubernetes v1.8 or higher for OLM example
2 parents 9821610 + 2b3dc24 commit dea80ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This guide shows how to build a simple Memcached Operator and how to manage its
66
* **Operator SDK**: Allows your developers to build an Operator based on your expertise without requiring knowledge of Kubernetes API complexities.
77
* **Operator Lifecycle Manager**: Helps you to install, update, and generally manage the lifecycle of all of the Operators (and their associated services) running across your clusters.
88

9-
> **Requirements**: Please make sure that the [Operator SDK][operator_sdk] is installed on the development machine. Additionally, the [Operator Lifecycle Manager][operator_lifecycle_manager] must be installed in the cluster before running this guide.
9+
> **Requirements**: Please make sure that the [Operator SDK][operator_sdk] is installed on the development machine. Additionally, the [Operator Lifecycle Manager][operator_lifecycle_manager] must be installed in the cluster (1.8 or above to support the apps/v1beta2 API group) before running this guide.
1010
1111
## Build an Operator using the Operator SDK
1212

0 commit comments

Comments
 (0)