From b1182bfdd4b563ef251fef086705cf57ee6781a8 Mon Sep 17 00:00:00 2001 From: Romain Decker Date: Wed, 13 Mar 2024 01:02:13 +0100 Subject: [PATCH] Fix typo (#2399) Fix kubectl typo (cherry picked from commit 12199a4d0b1a07bee6ae9a1822271d88fead37cc) --- .../nutanix/install-pcg/deploy-kubernetes-cluster-pcg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs-content/clusters/data-center/nutanix/install-pcg/deploy-kubernetes-cluster-pcg.md b/docs/docs-content/clusters/data-center/nutanix/install-pcg/deploy-kubernetes-cluster-pcg.md index 34fab2f0dd..87ddffaede 100644 --- a/docs/docs-content/clusters/data-center/nutanix/install-pcg/deploy-kubernetes-cluster-pcg.md +++ b/docs/docs-content/clusters/data-center/nutanix/install-pcg/deploy-kubernetes-cluster-pcg.md @@ -119,7 +119,7 @@ following the process described in the --target-namespace ${TEST_NAMESPACE} \ > ./cluster.yaml kubectl create namespace ${TEST_NAMESPACE} - kubectl apply -filename ./cluster.yaml -namespace ${TEST_NAMESPACE} + kubectl apply --filename ./cluster.yaml -namespace ${TEST_NAMESPACE} ``` The snippet below displays the output of the command.