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
I have a docker compose script in my project and now i want to deploy it on google cloud kubernetes cluster.
in my local machine i have gcloud sdk and kompose and when i execute "kompose up" I got this error message: Get http://localhost:8080/XXX: dial tcp [::1]:8080: getsockopt: connection refused.
So I'm wondering if something wrong with the kubernetes hosted on gcloud? like do I need to configure something for kubernetes?
Thank you!
The text was updated successfully, but these errors were encountered:
I have a docker compose script in my project and now i want to deploy it on google cloud kubernetes cluster.
in my local machine i have gcloud sdk and kompose and when i execute "kompose up" I got this error message: Get http://localhost:8080/XXX: dial tcp [::1]:8080: getsockopt: connection refused.
So I'm wondering if something wrong with the kubernetes hosted on gcloud? like do I need to configure something for kubernetes?
Thank you!
The text was updated successfully, but these errors were encountered: