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've read the documentations, but couldn't understand how to deploy my app. Currently it asks Username/Password twice.
I Google's GCE kubernetes. I've already logged in to gcloud on my computer and got cluster credentials using $ gcloud container clusters get-credentials cluster-name.
My app consists of multiple my own services and mongodb, redis.
I'm creating separate spread repo for each service. Currently trying to deploy redis. Here is the structure:
When I do spread deploy . it asks Username and Password. I don't understand what username/password it asks.
$ spread deploy .
Please enter Username: asd
Please enter Password: asd
Please enter Username: asd
Please enter Password: asd
Deploying 2 objects using the default context.
Did not deploy.: could not get 'default/redis-svc' (Service): the server has asked for the client to provide credentials (get services redis-svc)
Command kubectl works fine.
The text was updated successfully, but these errors were encountered:
I've read the documentations, but couldn't understand how to deploy my app. Currently it asks Username/Password twice.
I Google's GCE kubernetes. I've already logged in to
gcloud
on my computer and got cluster credentials using$ gcloud container clusters get-credentials cluster-name
.My app consists of multiple my own services and mongodb, redis.
I'm creating separate spread repo for each service. Currently trying to deploy redis. Here is the structure:
When I do
spread deploy .
it asks Username and Password. I don't understand what username/password it asks.Command
kubectl
works fine.The text was updated successfully, but these errors were encountered: