chore: support standalone#839
Merged
nic-6443 merged 13 commits intoapache:masterfrom Jul 3, 2025
Merged
Conversation
6cb14df to
81dab04
Compare
81dab04 to
782c5c3
Compare
…update status IP
AlinsRan
approved these changes
Jul 3, 2025
AlinsRan
reviewed
Jul 3, 2025
| repository: https://charts.apiseven.com | ||
| version: 0.14.0 | ||
| version: 1.0.0 | ||
| digest: sha256:8d727979670a2b62af7672c36ebb2a4d294bc967b16fb5d1e144ed77c948062d |
Contributor
There was a problem hiding this comment.
This digest has not been updated.
nic-6443
reviewed
Jul 3, 2025
Contributor
|
Please split him into two PRs, we need to update the apisix-ingress-controller first. |
Contributor
Author
👌🏻 I separated the changes related to apisix-ingress-controller into another PR. |
AlinsRan
approved these changes
Jul 3, 2025
nic-6443
approved these changes
Jul 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore: support standalone
This depend on #837
example:
helm install apisix \ --namespace ingress-apisix \ --create-namespace \ --set service.type=NodePort \ --set apisix.admin.allow.ipList[0]="0.0.0.0/0" \ --set apisix.deployment.role=traditional \ --set apisix.deployment.role_traditional.config_provider=yaml \ --set etcd.enabled=false \ --set ingress-controller.enabled=true \ --set ingress-controller.config.provider.type=apisix-standalone \ --set ingress-controller.apisix.adminSerivce.namespace=ingress-apisix \ --set ingress-controller.gatewayProxy.createDefault=true \ charts/apisix