commit | eb0f8ab8c07c83f054a9de23aaa4edf9239e585c | [log] [tgz] |
---|---|---|
author | rick <rick@rickdeMacBook-Pro.local> | Wed Jul 21 16:36:01 2021 +0800 |
committer | Philipp Dallig <philipp.dallig@gmail.com> | Mon Aug 09 13:41:43 2021 +0200 |
tree | e1b848b646ac8b81750d3305d166ab9967da23ca | |
parent | f9fb395942b958d473c3f14068c7840f1cdc2e23 [diff] |
[ZEPPELIN-5464] Zeppelin server needs to obtain the permission to create configmaps under k8s mode ### What is this PR for? Since the spark interpreter pod need to create the resource "configmaps" (please refer to <https://github.com/apache/zeppelin/pull/4165> for more information), Zeppelin Server also needs to obtain relative permissions when it is running inside k8s cluster. ### What type of PR is it? [Bug Fix ] ### Todos * [ ] - Task ### What is the Jira issue? * <https://issues.apache.org/jira/browse/ZEPPELIN-5464> ### How should this be tested? * CI pass and manually tested ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: rick <rick@rickdeMacBook-Pro.local> Closes #4183 from rickchengx/ZEPPELIN-5464 and squashes the following commits: 4e5a054f7 [rick] [ZEPPELIN-5464] Zeppelin server needs to obtain the permission to create configmaps under k8s mode
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core features:
To know more about Zeppelin, visit our web site https://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.