There is this persistent 504 runtime error whenever I deploy a solution from Marketplace.
"ResourceType":"runtimeconfig.v1beta1.waiter","ResourceErrorCode":"504","ResourceErrorMessage":"Timeout expired."}
The VMs started and work fine despite the error.
Initially, I thought it is due to not using default SA to launch the solution but I am wrong. I have the same error even if I use a default SA to launch.
I wonder is there a way to increase the request timeout for Marketplace? I have seen guides on Cloud Run and GKE but not on Marketplace.