diff --git a/staging/src/k8s.io/sample-controller/README.md b/staging/src/k8s.io/sample-controller/README.md index 95ba305a7bf..e2776a21855 100644 --- a/staging/src/k8s.io/sample-controller/README.md +++ b/staging/src/k8s.io/sample-controller/README.md @@ -29,6 +29,8 @@ This is an example of how to build a kube-like controller with a single type. ## Running +**Prerequisite**: Since the sample-controller uses `apps/v1` deployments, the Kubernetes cluster version should be greater than 1.9. + ```sh # assumes you have a working kubeconfig, not required if operating in-cluster $ go run *.go -kubeconfig=$HOME/.kube/config