xiaolin84250 commented on issue #24292:
URL: https://github.com/apache/doris/issues/24292#issuecomment-1718895321

   This is because you have not created a user relative to the k8s cluster.
   
   Execute the following two commands and redeploy the yml file to solve the 
problem.
   
   ```bash
   kubectl create serviceaccount -n default default
   
   kubectl create clusterrolebinding doris-cluster-admin-binding 
--clusterrole=cluster-admin --serviceaccount=default:default
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to