chzhuo opened a new issue #582: URL: https://github.com/apache/apisix-ingress-controller/issues/582
### Issue description https://github.com/apache/apisix-ingress-controller/blob/master/pkg/ingress/apisix_upstream.go#L194 In above file should not call recordStatus when only delete ApisixUpstream ### Environment apisix-ingress-controller version 1.0.0-4b16e28-go1.16.3 ### Minimal test code / Steps to reproduce the issue upstream.yaml ```yaml apiVersion: apisix.apache.org/v1 kind: ApisixUpstream metadata: name: whoami spec: timeout: connect: 6s read: 10s send: 10s ``` 1.kubectl apply -f upstream.yaml 2.kubectl delete -f upstream.yaml ### What's the actual result? (including assertion message & call stack if applicable)  ### What's the expected result? should no error -- 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]
