Re: [I] CRD ApisixGlobalRule is not automatically deployed by helm chart [apisix-helm-chart]

2026-04-08 Thread via GitHub


Baoyuantop commented on issue #743:
URL: 
https://github.com/apache/apisix-helm-chart/issues/743#issuecomment-4205344079

   This is a known Helm limitation — Helm does not automatically upgrade CRDs 
that already exist in the cluster. The CRDs are located in the `crds/` 
directory of the chart (including `apisixic-crds.yaml` and `gwapi-crds.yaml`).
   
   To upgrade CRDs manually, run:
   ```bash
   kubectl apply --server-side -f 
https://raw.githubusercontent.com/apache/apisix-helm-chart/main/charts/apisix-ingress-controller/crds/apisixic-crds.yaml
   ```
   
   This is documented as a Helm design decision: 
https://helm.sh/docs/chart_best_practices/custom_resource_definitions/
   
   Closing as this is a known Helm limitation, not a chart defect. If you still 
have concerns, please feel free to reopen.


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



Re: [I] CRD ApisixGlobalRule is not automatically deployed by helm chart [apisix-helm-chart]

2026-04-08 Thread via GitHub


Baoyuantop closed issue #743: CRD ApisixGlobalRule is not automatically 
deployed by helm chart
URL: https://github.com/apache/apisix-helm-chart/issues/743


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



Re: [I] CRD ApisixGlobalRule is not automatically deployed by helm chart [apisix-helm-chart]

2024-04-04 Thread via GitHub


DGolubets commented on issue #743:
URL: 
https://github.com/apache/apisix-helm-chart/issues/743#issuecomment-2037468541

   I had to do the same. 
   Expected a smother upgrade, tbh.


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