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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Create Subnet with spec.forProvider.addressPrefix configured. Subnet creates ok in Azure cloud. MR reports Ready:True/Synced:True. Then on a subsequent reconcile, it changes to Ready:True/Synced:False. The MR will not delete gracefully at that point.
Warning CannotObserveExternalResource 5m22s (x7 over 10m) managed/network.azure.jet.crossplane.io/v1alpha2, kind=subnet cannot run refresh: refresh failed: Invalid combination of arguments: "address_prefixes": only one of `address_prefix,address_prefixes` can be specified, but `address_prefix,address_prefixes` were specified.: File name: main.tf.json
When trying to delete the XR/MR, it hangs for a long time and then produces this error:
error: An error occurred while waiting for the object to be deleted: an error on the server ("unable to decode an event from the watch stream: stream error: stream ID 167; INTERNAL_ERROR; received from peer") has prevented the request from succeeding
Switching config to the following resolved the issue. It seems as though on subsequent reconciles, the Provider is looking specifically for addressPrefixes. But addressPrefix is a valid option according to API documentation and from within the reported error.
What happened?
Create Subnet with spec.forProvider.addressPrefix configured. Subnet creates ok in Azure cloud. MR reports Ready:True/Synced:True. Then on a subsequent reconcile, it changes to Ready:True/Synced:False. The MR will not delete gracefully at that point.
Config used:
Error reported with
kubectl describe
on MR:When trying to delete the XR/MR, it hangs for a long time and then produces this error:
Switching config to the following resolved the issue. It seems as though on subsequent reconciles, the Provider is looking specifically for
addressPrefixes
. ButaddressPrefix
is a valid option according to API documentation and from within the reported error.How can we reproduce it?
Create this resource as above?
What environment did it happen in?
The text was updated successfully, but these errors were encountered: