-
Notifications
You must be signed in to change notification settings - Fork 253
More options for standalone configuration #717
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
base: master
Are you sure you want to change the base?
Conversation
|
This pull request will be wonderfull ! :-) |
|
Something that could be interesting to add, we should name the configmap dynamically with the name of the relase (like most others k8s objects I think right now) As of today we cannot have multiple releases of apisix in a single namespace because of this (conflict on the fixed |
… values and added option to set the rules configuration with an existing configmap.
d37c54b to
142baa3
Compare
|
The 2.x development has changed from dev to master since I created this, so I have updated the branch to match latest master. And this pull request to merge into master. |
|
@Gallardot Maybe you can help to get this forward also. The chart is not usable in standalone mode without this. |
|
hey folks o/ I'm facing the same issue, I needed to use Can I do something to help this PR to move forward? :) @Gallardot |
|
@Gallardot @exxbrain Can one of you help move this forward please? As others have noted, in its current state, this Helm chart is unusable for standalone mode. This is particularly surprising because even the FAQs has details on how to deploy APISIX in standalone mode. And yes, the command used in the FAQ will deploy APISIX in standalone mode but won't let you configure routes or anything - essentially it will deploy a dummy APISIX that is not usable. |
|
Hello ! This pull request is essential for ensuring a fully functional and easily deployable standalone mode. thanks, |
|
I have moved to use Bitnami's APISIX helm chart, which is much more versatile and allows also standalone configuration. EDIT: Bitnami chart is not an option anymore. |
|
I am facing the same issue. As a quick work around after deploying the apisix, I am updating the |
|
@exxbrain what is the status on your review? It would be really helpful for us too! |
|
Still relevant. Meanwhile my workaround with helmfile |
Related to issue: #705
Allow to set standalone configuration with chart values or by using existing ConfigMap.