You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic for synchronizing ApisixSSL is pathlogical, we don't have a name/fullname field to index the SSL object in cache, so as to we cannot get its id in APISIX, the Update/Delete will failure.
Environment
your apisix-ingress-controller version: master branch
your Kubernetes cluster version: have nothing to do with the Kubernetes cluster version
if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a).
What's the actual result? (including assertion message & call stack if applicable)
The Update/Delete of SSL should be successful.
What's the expected result?
The apisix-ingress-controller crashes since the ssl.ID is nil.
The text was updated successfully, but these errors were encountered:
Issue description
The logic for synchronizing ApisixSSL is pathlogical, we don't have a name/fullname field to index the SSL object in cache, so as to we cannot get its id in APISIX, the Update/Delete will failure.
Environment
uname -a
).What's the actual result? (including assertion message & call stack if applicable)
The Update/Delete of SSL should be successful.
What's the expected result?
The apisix-ingress-controller crashes since the ssl.ID is nil.
The text was updated successfully, but these errors were encountered: