Hello, I switched from gcp to cloud-native for dep...
# google-cloud
a
Hello, I switched from gcp to cloud-native for deploying cloudrun services. Somehow, when inspecting the service properties of a few services, it turns out that some were missing the status property. it seems this has something to do with the transition from gcp to cloud-native. the first deployment of cloud-native removes the old gcp service and recreates it. however, it seems that if the changes between the gcp and cloud-native versions are too small the status property is not returned anymore. when i added a new environment variable to the container definition the status property appeared. after one deployment i was able to remove the variable again and the status property remained.