From 56506ce8dbc0ae23526ed4202fbe3132bb91b89d Mon Sep 17 00:00:00 2001 From: Jesang Myung Date: Mon, 11 Oct 2021 03:05:25 +0900 Subject: [PATCH] Update configure-gmsa.md add start backquote in line 261. It was missing. --- content/en/docs/tasks/configure-pod-container/configure-gmsa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/configure-gmsa.md b/content/en/docs/tasks/configure-pod-container/configure-gmsa.md index 0073feea24..754da9f7b3 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-gmsa.md +++ b/content/en/docs/tasks/configure-pod-container/configure-gmsa.md @@ -258,7 +258,7 @@ In the example below the Pod did not get the credspec correctly: ```PowerShell kubectl exec -it iis-auth-7776966999-n5nzr powershell.exe ``` -nltest.exe /parentdomain` results in the following error: +`nltest.exe /parentdomain` results in the following error: ``` Getting parent domain failed: Status = 1722 0x6ba RPC_S_SERVER_UNAVAILABLE ```