bigdata charts
jupyter-0.1.11
مخططات البيانات الضخمة المنسقة لـ Kubernetes.
يتم تجميع المخططات الموجودة في مجلد "المخططات/" ومتاحة في مستودع Gradiant's helm:
https://gradiant.github.io/bigdata-charts/
يمكنك إضافة مستودع القيادة إلى Helm CLI الخاص بك:
helm repo add bigdata-gradiant https://gradiant.github.io/bigdata-charts/
ثم لديك مجموعة من المخططات المتاحة للتثبيت. على سبيل المثال، لتثبيت hdfs:
helm install --name hdfs bigdata-gradiant/hdfs
التثبيت باستخدام عنوان URL للإصدار. على سبيل المثال، لتثبيت مخطط hdfs v0.1.0:
helm install --name hdfs https://github.com/Gradiant/bigdata-charts/releases/download/hdfs-0.1.0/hdfs-0.1.0.tgz
tee
إلى وحدة التحكم والملف في نفس الوقت اختبار مخطط معين، والوبر والتثبيت، وإرسال سجلات وحدة التحكم أيضًا إلى ملف السجل reports/hdfs.log
:
scripts/ct.sh lint-and-install
--charts charts/hdfs/
--chart-repos incubator=https://kubernetes-charts-incubator.storage.googleapis.com/,gradiant=https://gradiant.github.io/bigdata-charts
| tee reports/hdfs.log
reports/hdfs.log
،charts/chart-name/ci/gke-values.yaml
بقيمك المخصصة، على سبيل المثال أدناه: ---
persistence :
nameNode :
enabled : true
storageClass : standard-ssd
accessMode : ReadWriteOnce
size : 50Gi
dataNode :
enabled : true
storageClass : standard-hdd
accessMode : ReadWriteOnce
size : 200Gi
ci/
- لكل ci/*-values.yaml
سيكون هناك نشر منفصلscripts/ct.sh lint-and-install
--check-version-increment
--upgrade
--charts charts/hdfs/
--chart-repos incubator=https://kubernetes-charts-incubator.storage.googleapis.com/,gradiant=https://gradiant.github.io/bigdata-charts
| tee reports/hdfs.log
reports/
الملف لمعرفة مخرجات وحدة التحكم التي تم إنشاؤها.