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

   ### Description
   
   I had to use the following snippet to get  deployment to work with 
kubernetes v1.26 (`v1.26.1+k3s1`)
   
   ```Make
   kustomize.infra.apisix.apply:
        kubectl kustomize --enable-helm infra/apisix | awk 
'{gsub("autoscaling/v2beta1", "autoscaling/v2"); print}' \
        | yq 'del(.spec.metrics)' \
        | kubectl apply -f -
   ```


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

Reply via email to