bigdata charts
jupyter-0.1.11
為 Kubernetes 策劃的大數據圖表。
`charts/`` 資料夾中的圖表已打包並可在 Gradiant 的 helm repo 中取得:
https://gradiant.github.io/bigdata-charts/
您可以將 helm 儲存庫新增至 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
控制台工具,同時輸出到控制台和文件測試特定圖表、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/
檔案以取得產生的控制台輸出。