xianshun163
xianshun163
@yin6516008 @tao12345666333 I have the same problem. Could you tell me how to delete the v2beta1 and v2beta2?
@tao12345666333 use the ApisixPluginConfig , make the apisix ingress controller panic: W0322 19:03:41.005468 1 reflector.go:441] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: watch of *v2beta3.ApisixPluginConfig ended with: an error on the server ("unable to decode an...
my apisix ingress version is 1.14
I can not do it again just now because the env is used by others. I wil goto deploy another k8s env to reproduce it later.
> @xianshun163 Can you give me a minimal steps to reproduce? reproduce: @tao12345666333 my env k8s:v1.19.3 apisix: 2.11.1 apisix ingress controller: helm install apisix-ingress-controller apisix/apisix-ingress-controller --version=0.9.0 --namespace ingress-apisix --set config.kubernetes.ingressVersion=networking/v1beta1...
@tao12345666333 I have know why the pluginconfig is not effect in the route, becarse the apisix ingress controller who was deploy by helm use the v2beta1 default. I redeploy it...
@tao12345666333 After I updated the apisix ingress controller according to the above steps, a seemingly serious problem occurred。 All my routes have been added a configuration: plugin_config_id. I only create...
@tao12345666333 I see that version 1.5 will not be released for some time. Can you tell me where the dockerfile of the official package image is? I want to do...
some times I have the similar problem。It looks like the connection with the etcd have make some err, and the dashboard can not get the newst data from the etcd.