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 2022/11/04 19:56:16 UTC

[GitHub] [apisix] hyang523Goa opened a new issue, #8248: help request: Does apisix suport oepshift?

hyang523Goa opened a new issue, #8248:
URL: https://github.com/apache/apisix/issues/8248

   ### Description
   
   We tried to install apisix to openshift using docker compose. We first use Kompose to convert docker-compse.yml to openshift yaml files and use oc to apply those yaml files to oepnshift. But we have some iusses with config files and permsision issues. We wonder if you have any doucmentation, guide or help to install it on oopeshift? We only find docker Installation guide and it was ok to install on local docker but we don't know how to address openshift issues. We used newest verison from https://github.com/apache/apisix-docker.git and https://github.com/apache/apisix
   
   Haoran Yang
   Governament of Alberta
   haoran.yang@gov.ab.ca
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


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

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


[GitHub] [apisix] tao12345666333 commented on issue #8248: help request: Does apisix support openshift?

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

   APISIX Helm chart uses `bitnami/etcd` chart https://github.com/bitnami/charts/tree/main/bitnami/etcd
   
   maybe you can refer to https://github.com/bitnami/charts/issues/12215
   
   
   Or you can deploy your own etcd cluster for APISIX use.
   
   https://github.com/apache/apisix-helm-chart/blob/def952bfbd57b5895b8571e4bd10b220e5e9fe95/charts/apisix/values.yaml#L427-L456


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


Re: [I] help request: Does apisix support openshift? [apisix]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #8248:
URL: https://github.com/apache/apisix/issues/8248#issuecomment-1803528448

   This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.


-- 
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] tao12345666333 commented on issue #8248: help request: Does apisix support openshift?

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

   you can try to use Helm to deploy APISIX  https://github.com/apache/apisix-helm-chart


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


Re: [I] help request: Does apisix support openshift? [apisix]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #8248: help request: Does apisix support openshift?
URL: https://github.com/apache/apisix/issues/8248


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


Re: [I] help request: Does apisix support openshift? [apisix]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #8248:
URL: https://github.com/apache/apisix/issues/8248#issuecomment-1778928860

   This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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] tokers commented on issue #8248: help request: Does apisix support openshift?

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

   It's important to see how you mount the/use/local/apisix/conf/. Files and directories kept same permissions, owner and group with the original file.
   
   Then, check which user you used to start apisix, and see if this user has sufficient permissions to open the files and directories.


-- 
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] hyang523Goa commented on issue #8248: help request: Does apisix support openshift?

Posted by GitBox <gi...@apache.org>.
hyang523Goa commented on issue #8248:
URL: https://github.com/apache/apisix/issues/8248#issuecomment-1305747953

   It is not just the permisison problems. There were some config files misisng during the deploment and we had to manully copy all neccssary config files like conf-default.yaml, mime.types, ssl_PLACE_HOLDER.crt, ssl_PLACE_HOLDER.key etc. We had to use trial and error and we are not confident to make the whole process work. We wonder if there are some documentation (step and step instruction) and systematic way to deploy it to openshift. Is there any successful case for deployment to oepnshift? I didn't find any help from existing issues in Github


-- 
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] hyang523Goa commented on issue #8248: help request: Does apisix support openshift?

Posted by GitBox <gi...@apache.org>.
hyang523Goa commented on issue #8248:
URL: https://github.com/apache/apisix/issues/8248#issuecomment-1307768169

   We did try helm installation and it didn't work either. The pod complains that the StatefulSet apisix-etcd is not up and the some end point cannot be resolved like $(MY_POD_NAME).apisix-etcd-headless.sa-si-snc-dev.svc.cluster.local:2379, apisix-etcd.sa-si-snc-dev.svc.cluster.local:2379, $(MY_POD_NAME).apisix-etcd-headless.sa-si-snc-dev.svc.cluster.local:2380, pisix-etcd-0.apisix-etcd-headless.sa-si-snc-dev.svc.cluster.local:2380, apisix-etcd-1.apisix-etcd-headless.sa-si-snc-dev.svc.cluster.local:2380 etc
   
   We tried to create several routes to for those end points but they do not work. 


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