You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2021/07/13 02:48:09 UTC

[GitHub] [zeppelin] rickchengx commented on pull request #4172: [ZEPPELIN-5444] Allow users to set service account for interpreter

rickchengx commented on pull request #4172:
URL: https://github.com/apache/zeppelin/pull/4172#issuecomment-878735434


   > Please add documentation.
   > Missing parts:
   > 
   > * How to create the service account
   
   If user needs to set a specific service account (rather than default), he needs to create the account in advance.
   For example, user can create a service account through `kubectl`:
   ```
   kubectl create serviceaccount my-service-account
   ```


-- 
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: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org