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

Commit 7740c3f

Browse files
authored
add additional requirement for kubernetes v1.8 or higher for OLM example
1 parent 79c52e0 commit 7740c3f

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 both the [Operator SDK][operator_sdk] and [Operator Lifecycle Manager][operator_lifecycle_manager] are installed before running this guide.
9+
> **Requirements**: Please make sure that both the [Operator SDK][operator_sdk] and [Operator Lifecycle Manager][operator_lifecycle_manager] are installed before running this guide. The guide also requires deployment to a Kubernetes cluster on release 1.8 or above to support the apps/v1beta2 API group and version.
1010
1111
## Build an Operator using the Operator SDK
1212

0 commit comments

Comments
 (0)