Open wxqmail opened 2 months ago
1.Does the controller log say anything?2.What is the controller version?
1.Does the controller log say anything?2.What is the controller version?
apisix :2.15 controller : 1.8.0 error logs : failed to get upstream default_ testhttpbin_80: not foun
已经收到了谢谢
If this is just a demo, it is recommended to upgrade apisix . Ingress1.8 which should correspond to apisix3.0+
If this is just a demo, it is recommended to upgrade apisix . Ingress1.8 which should correspond to apisix3.0+
已经投入生产, 运行了有几个月的时间了
Current Behavior
I created an apisixRoute, and when I tried to delete it, I found that the data in ETCD was not deleted.
deployment.yaml
apiVersion: apps/v1 kind: Deployment metadata: name: testhttpbin labels: app: testhttpbin spec: replicas: 2 selector: matchLabels: app: testhttpbin template: metadata: labels: app: testhttpbin spec: containers:
apiVersion: v1 kind: Service metadata: name: testhttpbin spec: selector: app: testhttpbin ports:
apiVersion: v1 kind: Service metadata: name: testhttpbin-preview spec: selector: app: testhttpbin ports:
apiVersion: apisix.apache.org/v2beta3 kind: ApisixRoute metadata: name: testhttpserver-route spec: http:
name: testhttpbin match: hosts:
name: testhttpbin8089 match: hosts:
Expected Behavior
I executed kubectl delete apisixRoute testhttpserver-route, and it has been deleted from Kubernetes, but checking ETCD still shows that the data exists.
Error Logs
No response
Steps to Reproduce
1、 kubectl apply -f deployment.yaml
2、 kubectl delete apisixRoute testhttpserver-route
Environment
apisix-ingress-controller version --long
)kubectl version
)uname -a
)