From 3a303875bb4f697269397e6d3cc9c8a379c40bf5 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Wed, 22 Feb 2023 16:18:53 -0500 Subject: [PATCH] update kind development environment instruction --- docs/development/kind.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development/kind.md b/docs/development/kind.md index 820abae182..d3a11cc4cd 100644 --- a/docs/development/kind.md +++ b/docs/development/kind.md @@ -75,7 +75,8 @@ In the root of awx-operator: -e image_version=devel \ -e image_pull_policy=Always \ -e service_type=nodeport \ - -e namespace=awx + -e namespace=awx \ + -e nodeport_port=30080 ``` Check the operator with the following commands: