aiwhj commented on issue #10599:
URL: 
https://github.com/apache/dolphinscheduler/issues/10599#issuecomment-1477540436

   > > 我也是今天刚用helm安装到google cloud, v3.1.2的也出现这个问题
   > > 安装步骤
   > > ```
   > > helm repo add bitnami https://charts.bitnami.com/bitnami
   > > helm repo update
   > > curl -sL 
https://dlcdn.apache.org/dolphinscheduler/3.1.2/apache-dolphinscheduler-3.1.2-src.tar.gz
 > tmp/dolphinscheduler.tar.gz
   > > cd tmp && tar -zxvf tmp/dolphinscheduler.tar.gz
   > > kubectl create ns dolphinscheduler
   > > cd apache-dolphinscheduler-3.1.2-src/deploy/kubernetes/dolphinscheduler\
   > >         && helm dependency update .\
   > >  && helm install -n dolphinscheduler dolphinscheduler .\
   > >          --set image.tag=3.1.2\
   > >                 --set master.replicas=1\
   > >                 --set worker.replicas=1\
   > >          --set 'api.annotations.dapr\.io/enabled=\'true\''\
   > >          --set 'api.annotations.dapr\.io/app-id=dolphinscheduler'\
   > >          --set 'api.annotations.dapr\.io/app-port=\'12345\''
   > > ```
   > > 
   > > 
   > >     
   > >       
   > >     
   > > 
   > >       
   > >     
   > > 
   > >     
   > >   
   > > `kubectl -n dolphinscheduler get pods`
   > > ```
   > > W1222 16:32:00.367262   86785 gcp.go:119] WARNING: the gcp auth plugin 
is deprecated in v1.22+, unavailable in v1.26+; use gcloud instead.
   > > To learn more, consult 
https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
   > > NAME                                      READY   STATUS      RESTARTS   
    AGE
   > > dolphinscheduler-alert-675fb46d9b-jf25r   1/1     Running     1 (5h8m 
ago)   5h8m
   > > dolphinscheduler-api-676784f46-22pcv      2/2     Running     0          
    171m
   > > dolphinscheduler-db-init-job-8hw6t        0/1     Completed   0          
    5h8m
   > > dolphinscheduler-master-0                 1/1     Running     1 (176m 
ago)   3h43m
   > > dolphinscheduler-postgresql-0             1/1     Running     0          
    5h8m
   > > dolphinscheduler-worker-0                 1/1     Running     0          
    174m
   > > dolphinscheduler-zookeeper-0              1/1     Running     0          
    5h8m
   > > ```
   > > 
   > > 
   > >     
   > >       
   > >     
   > > 
   > >       
   > >     
   > > 
   > >     
   > >   
   > > 更新 - 我试了v3.0.0 没有这个问题,安装方式一改了`image.tag=3.0.0`
   > > 3.0.0有任务阻塞的问题,现在出了解决方法了吗
   
   需要手动配置下 HDFS,3.1.4 亲测解决
   
![image](https://user-images.githubusercontent.com/16408168/226570661-3a2ac6cb-5f98-4a3f-9494-c10cec353808.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to