You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "alita1991 (via GitHub)" <gi...@apache.org> on 2023/04/07 09:36:56 UTC

[GitHub] [apisix-helm-chart] alita1991 opened a new issue, #531: Priority optional field is missing from CRD after is applied to k8s

alita1991 opened a new issue, #531:
URL: https://github.com/apache/apisix-helm-chart/issues/531

   During the process of applying the Apisix CRDs via kubectl, I discovered that the priority field was missing on the live manifest. This issue was brought to my attention by the ArgoCD sync process, which detected the absence of the priority field in the applied CRD.
   
   The following CRDs are impacted by this issue:
   
   - [apisixroutes.apisix.apache.org](http://apisixroutes.apisix.apache.org/)
   - [apisixpluginconfigs.apisix.apache.org](http://apisixpluginconfigs.apisix.apache.org/)
   
   I'm looking for a way to ensure that the desired manifest is equal to the applied manifest, otherwise, ArgoCD SYNC will fail.
   
   


-- 
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-helm-chart] lsoica commented on issue #531: Priority optional field is missing from CRD after is applied to k8s

Posted by "lsoica (via GitHub)" <gi...@apache.org>.
lsoica commented on issue #531:
URL: https://github.com/apache/apisix-helm-chart/issues/531#issuecomment-1512777591

   Hit this as well. The problem is that for the default priority value of "0", it is stripped by the api server on get operations. Was the priority field with default value added for a specific reason?


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