bigdata charts
jupyter-0.1.11
แผนภูมิ Big Data ที่คัดสรรแล้วสำหรับ Kubernetes
แผนภูมิในโฟลเดอร์ `charts/`` ได้รับการบรรจุและมีจำหน่ายที่ repo หางเสือของ Gradiant:
https://gradiant.github.io/bigdata-charts/
คุณสามารถเพิ่ม helm repo ให้กับ 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
console tool เพื่อส่งออกไปยังคอนโซลและไฟล์ในเวลาเดียวกัน ทดสอบแผนภูมิเฉพาะ lint และติดตั้ง ส่งบันทึกคอนโซลไปยังไฟล์บันทึก 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/
ไฟล์สำหรับเอาต์พุตคอนโซลที่สร้างขึ้น