We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v3.0.3
经过排查,发现是计算组的服务没有将秘钥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
修改root密码后不影响服务的使用
No response
The text was updated successfully, but these errors were encountered:
this pr will resolve it. #312
Sorry, something went wrong.
No branches or pull requests
Search before asking
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: