-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add hdfs hive, hbase and hadoop addon #1375
base: main
Are you sure you want to change the base?
Conversation
aef8ae7
to
5cddd97
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1375 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 69 69
Lines 6900 6900
=====================================
Misses 6900 6900 ☔ View full report in Codecov by Sentry. |
a9a855f
to
2ddbc69
Compare
|
||
type: application | ||
|
||
version: 0.9.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.9.1
-> 1.0.0-alpha.0
|
||
type: application | ||
|
||
version: 0.9.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
// GNU Affero General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU Affero General Public License | ||
// along with this program. If not, see <http://www.gnu.org/licenses/>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the comments
description: {{ .Chart.Description }} | ||
serviceKind: hdfs-datanode | ||
runtime: | ||
hostNetwork: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is dynamic port allocation not necessary for this component?
runAsGroup: 0 | ||
runAsNonRoot: true | ||
runAsUser: 10000 | ||
updateStrategy: BestEffortParallel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updateStrategy is incorrectly indented?
securityContext: | ||
fsGroupChangePolicy: Always | ||
fsGroup: 1000 | ||
updateStrategy: BestEffortParallel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto,check them all
apiVersion: apps.kubeblocks.io/v1 | ||
kind: ComponentDefinition | ||
metadata: | ||
name: hbase-hmaster-2.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add multi-version supported?
This PR includes addons for HDFS, Spark, and Hive, contributed by @kissycn.