在k8s上部署doris

1
kubectl apply -f https://raw.githubusercontent.com/selectdb/doris-operator/master/config/crd/bases/doris.selectdb.com_dorisclusters.yaml

部署 helm

1
2
3
4
5
6
helm repo add selectdb-repo https://charts.selectdb.com
 helm repo update selectdb-repo

 helm search repo selectdb-repo

helm install -f values-doris.yaml doriscluster selectdb-repo/doris

输出结果如下:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 helm upgrade -f values-doris.yaml doriscluster selectdb-repo/doris
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/xfhuang/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/xfhuang/.kube/config
Release "doriscluster" has been upgraded. Happy Helming!
NAME: doriscluster
LAST DEPLOYED: Fri Jul 12 16:33:32 2024
NAMESPACE: default
STATUS: deployed
REVISION: 4
TEST SUITE: None
NOTES:
Thank you for installing doris-1.6.0
Licensed under CC BY-NC-SA 4.0
最后更新于 Jan 06, 2025 05:52 UTC
comments powered by Disqus
Built with Hugo
主题 StackJimmy 设计
Caret Up