From aeed29a8d26b3b14803149bdef437bf7f7a13fc9 Mon Sep 17 00:00:00 2001 From: Long Date: Mon, 27 Sep 2021 15:56:30 +0000 Subject: [PATCH] feedback Signed-off-by: Long --- .../en/operations/troubleshooting/common_issues.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/daprdocs/content/en/operations/troubleshooting/common_issues.md b/daprdocs/content/en/operations/troubleshooting/common_issues.md index 7aab9d891..295dae0f8 100644 --- a/daprdocs/content/en/operations/troubleshooting/common_issues.md +++ b/daprdocs/content/en/operations/troubleshooting/common_issues.md @@ -227,9 +227,9 @@ Microsoft Content Filter is disabled when the output is "Success". > Some organizations will re-enable the filter from time to time. If you repeatedly encounter app-id values missing, first check to see if the filter has been re-enabled before doing more extensive troubleshooting. -## I can not create a pod +## admission webhook denied the request -If you can not create a pod as below: +If you meet error like below: ```bash root:[dapr]$ kubectl run -i --tty --rm debug --image=busybox --restart=Never -- sh @@ -242,10 +242,8 @@ You can create a clusterrolebind for a user: kubectl create clusterrolebinding dapr- --clusterrole=dapr-operator-admin --user ``` -You can run below command to get all users in your cluster: +You can run the below command to get all users in your cluster: ```bash kubectl config get-users ``` - -Then you can enjoy it!