You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/04/08 03:01:58 UTC

[GitHub] [apisix-helm-chart] zhangwenjian opened a new issue #55: 用helm install apisix-gw ./apisix命令安装后,dashboard访问etcd失败

zhangwenjian opened a new issue #55:
URL: https://github.com/apache/apisix-helm-chart/issues/55


   helm命令中指定的自定义名称apisix-gw会影响service的实际名称,而values.yaml中都写死了service名称:
   
   [root@master01 ~]# grep apisix-admin ./apisix -R
   ./apisix/templates/service-admin.yaml:  - name: apisix-admin
   ./apisix/charts/apisix-ingress-controller/values.yaml:    baseURL: "http://apisix-admin:9180/apisix/admin"
   
   [root@master01 ~]# grep apisix-etcd ./apisix -R
   ./apisix/charts/apisix-dashboard/values.yaml:        - apisix-etcd:2379


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #55: 用helm install apisix-gw ./apisix命令安装后,dashboard访问etcd失败

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #55:
URL: https://github.com/apache/apisix-helm-chart/issues/55#issuecomment-1055014898


   Please try not to reply in an outdated issue, if you encounter a similar problem please add a detailed description. Thanks!
   
   Also, this issue has not been updated for too long, I will close it, if you still have this problem, please feel free to reopen it, or create a new issue.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] tao12345666333 closed issue #55: 用helm install apisix-gw ./apisix命令安装后,dashboard访问etcd失败

Posted by GitBox <gi...@apache.org>.
tao12345666333 closed issue #55:
URL: https://github.com/apache/apisix-helm-chart/issues/55


   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] tokers edited a comment on issue #55: 用helm install apisix-gw ./apisix命令安装后,dashboard访问etcd失败

Posted by GitBox <gi...@apache.org>.
tokers edited a comment on issue #55:
URL: https://github.com/apache/apisix-helm-chart/issues/55#issuecomment-815412149


   You should also pass the custom apisix admin service fullname when you installing apisix-ingress-controller by:
   
   ```shell
   helm install apisix-ingress-controller apisix/apisix-ingress-controller --set config.apisix.baseURL=http://{name of apisix admin}:{port}
   ```
   
   Also, you should change the etcd service name when you change it in apisix-dashboard charts.
   
   By the way, we'd better to use English in public channel :).


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] wjkhappy14 commented on issue #55: 用helm install apisix-gw ./apisix命令安装后,dashboard访问etcd失败

Posted by GitBox <gi...@apache.org>.
wjkhappy14 commented on issue #55:
URL: https://github.com/apache/apisix-helm-chart/issues/55#issuecomment-1054949648


   helm install apisix-ingress-controller apisix/apisix-ingress-controller --set config.apisix.baseURL=http://apisix-admin:9180


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] tokers commented on issue #55: 用helm install apisix-gw ./apisix命令安装后,dashboard访问etcd失败

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #55:
URL: https://github.com/apache/apisix-helm-chart/issues/55#issuecomment-815412149


   You should also pass the custom apisix admin service fullname when you installing apisix-ingress-controller by:
   
   ```shell
   helm install apisix-ingress-controller apisix/apisix-ingress-controller --set config.apisix.baseURL=http://{name of apisix admin}:{port}
   ```
   
   By the way, we'd better to use English in public channel.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org