diff --git a/doc/user-guide.md b/doc/user-guide.md index 3475065b741..0d6000616f1 100644 --- a/doc/user-guide.md +++ b/doc/user-guide.md @@ -161,6 +161,12 @@ memcached-operator 1 1 1 1 1m This method is preferred during development cycle to deploy and test faster. +Set the name of the operator in an environment variable: + +```sh +export OPERATOR_NAME=memcached-operator +``` + Run the operator locally with the default kubernetes config file present at `$HOME/.kube/config`: ```sh