Apache Doris 中文技术论坛
Questions Tags Users Badges

添加 Doris Cluster 资源定义 报错

Asked Sep 3, 2024 Modified Jan 1, 0001
Viewed 80
3.0

kubectl apply -f doris.selectdb.com_dorisclusters.yaml
报错
The CustomResourceDefinition "dorisclusters.doris.selectdb.com" is invalid: metadata.annotations: Too long: must have at most 262144 bytes

edited Jan 1, 0001
liuhx1
asked Sep 3, 2024
1 Answers

声明 CRD 的时候,建议使用 create :
kubectl create -f crd_file.yaml

更新 CRD 的时候,建议使用 replace :
kubectl replace -f crd_file.yaml

edited Jan 1, 1970
catpineapple112
answered Sep 3, 2024
Related Questions
使用阿里云服务器部署Doris,多 BE 共享同一个可供集群外部访问的 IP,碰到 content_type 报错
doris 3.0.3 运行一段时间后建表卡住超时,报错the report queue size exceeds the limit: 100. current: 101
1 answers
k8s部署存算分离3.0.3版本如何指定metaservice、fe、be的时区
各位大佬,目前我司在进行技术选型,目前团队内Doris相关技术经验较少,选择哪个版本更加稳定啊?
1 answers
如何删除resource中的s3.access_key以及s3.secret_key属性
doris村算分离3.0.5版本,表table_properties中storage_vault_id为空,导致自动分区失败,如何更新这个值,现有系统不支持modify。
1 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2025 Apache Doris 中文技术论坛.