注意
该存储库已移至
在那里将提供新功能,错误修复和长期支持。
介绍
该仓库用于在Kubernetes中创建Presto集群。
基本功能
根据用户的CR自动创建Presto协调器,工作程序,服务和配置图。
Presto的etc config,catalog 和core-site.xml都集成在PrestoClusters的CR中,请参考samplae 。
运行和部署
# Run in local
make install
make run
# Deploy to the Kubernetes
kubectl apply -f config/crd/bases/prestooperator.k8s.io_prestoclusters.yaml
kubectl apply -f setup/operator.yaml
快速开始
kubectl apply -f config/samples
2021-10-08 16:08:36
15.79MB
Go
1