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

添加 Doris Cluster 资源定义 报错

Asked Sep 3, 2024 Modified Jan 1, 0001
Viewed 111
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-3.0.5 一个be 节点12磁盘设备中一个坏盘,影响表的读写数据
3.0.8版本be节点从3个升级到5个,业务高峰期读延迟大
1 answers
doris3.0.8 3台中一台be节点偶发性宕机
2 answers
关于数值类型decimalv3兼容性问题
2 answers
ccr任务job_progress接口-子任务的binlog_type字段都有哪些枚举值
1 answers
ccr数据同步成功了,但是执行get_lag的last_binlog_timestamp和first_binlog_timestamp为什么都是1970-01-01 08:00:00,我该怎么查看上次同步时间呢
1 answers

Terms of service Privacy policy

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