Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 存算分离模式修改root密码后导致计算组服务挂掉 #316

Open
2 of 3 tasks
kongyu666 opened this issue Dec 18, 2024 · 1 comment
Open
2 of 3 tasks

Comments

@kongyu666
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Version

v3.0.3

What's Wrong?

经过排查,发现是计算组的服务没有将秘钥authSecret挂载上去,而FE就挂载上了,并且存算一体的也挂载上了的,所以就是导致使用了默认的root用户作为节点用户。
apiVersion: disaggregated.cluster.doris.com/v1
kind: DorisDisaggregatedCluster
metadata:
name: doris-cluster
spec:
authSecret: doris-auth
metaService:
replicas: 2
image: registry.lingo.local/service/doris.ms-ubuntu:3.0.3
fdb:
configMapNamespaceName:
name: ateng-cluster-config
namespace: foundationdb
configMaps:
- name: ms-configmap
mountPath: /etc/doris
limits:
cpu: 4
memory: 4Gi
requests:
cpu: 100m
memory: 256Mi
envVars:
- name: TZ
value: Asia/Shanghai
systemInitialization:
initImage: registry.lingo.local/service/selectdb-alpine:latest
feSpec:
replicas: 2
image: registry.lingo.local/service/doris.fe-ubuntu:3.0.3
service:
type: NodePort
configMaps:
- name: fe-configmap
mountPath: /etc/doris
limits:
cpu: 8
memory: 8Gi
requests:
cpu: 100m
memory: 256Mi
envVars:
- name: TZ
value: Asia/Shanghai
persistentVolume:
logNotStore: true
persistentVolumeClaimSpec:
#storageClassName: openebs-hostpath
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 50Gi
systemInitialization:
initImage: registry.lingo.local/service/selectdb-alpine:latest
computeGroups:
- uniqueId: cg1
replicas: 3
image: registry.lingo.local/service/doris.be-ubuntu:3.0.3
configMaps:
- name: be-configmap
mountPath: /etc/doris
limits:
cpu: 8
memory: 8Gi
requests:
cpu: 100m
memory: 256Mi
envVars:
- name: TZ
value: Asia/Shanghai
persistentVolume:
logNotStore: true
persistentVolumeClaimSpec:
#storageClassName: openebs-hostpath
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 500Gi
systemInitialization:
initImage: registry.lingo.local/service/selectdb-alpine:latest

What You Expected?

修改root密码后不影响服务的使用

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@intelligentfu8
Copy link
Contributor

this pr will resolve it. #312

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants