Re: [kubernetes-users] unknown host between nodes in a Stateful Set

2017-10-20 Thread 'Ahmet Alp Balkan' via Kubernetes user discussion and Q
Some documentation here: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#stable-network-id Try using . format e.g. "ping db-0.cassandra". On Fri, Oct 20, 2017 at 2:00 PM, DK wrote: > Hi, > > I'm running a Stateful Set with Headless Service

[kubernetes-users] unknown host between nodes in a Stateful Set

2017-10-20 Thread DK
Hi, I'm running a Stateful Set with Headless Service (db-0, db-1, db2) similar to the Cassandra example here However, when the pods start up they cannot ping each: > kubectl exec -it db-0 -- ping db-1 ping: unknown host

Re: [kubernetes-users] Kubernetes Customers

2017-10-20 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Please do not use this list to solicit business. It is a technical list for users of Kubernetes to discuss Kubernetes issues. On Thu, Oct 19, 2017 at 11:00 PM, Jordans Evan wrote: > > > > > Hi, > > > > Would you like to reach out to Kubernetes users and also

Re: [kubernetes-users] minikube - Error from server (BadRequest): container "hello-minikube" in pod "hello-minikube-180744149-z87pb" is waiting to start: ContainerCreating

2017-10-20 Thread DK
The problem was my *imagePullSecret* I used: *--docker-server=nexus.mycompany.com:5* But I needed: *--docker-server=https://nexus.mycompany.com:5/v2/* kubectl create secret docker-registry regsecret --docker-server=https:// nexus.mycompany.com:5/v2/ --docker-username=foo

Re: [kubernetes-users] minikube - Error from server (BadRequest): container "hello-minikube" in pod "hello-minikube-180744149-z87pb" is waiting to start: ContainerCreating

2017-10-20 Thread Rodrigo Campos
Check the docs, but IIRC the kubectl run created a deployment or rc. That's why, I guess On Friday, October 20, 2017, DK wrote: > *Also there doesn't seem to be a way to delete the pod in this state* >> > kubectl delete pods *hello-minikube-180744149-z87pb* > pod

[kubernetes-users] Re: minikube - Error from server (BadRequest): container "hello-minikube" in pod "hello-minikube-180744149-z87pb" is waiting to start: ContainerCreating

2017-10-20 Thread DK
> > *Also there doesn't seem to be a way to delete the pod in this state* > kubectl delete pods *hello-minikube-180744149-z87pb* pod "*hello-minikube-180744149-z87pb*" deleted But it never gets removed -- You received this message because you are subscribed to the Google Groups "Kubernetes

[kubernetes-users] minikube - Error from server (BadRequest): container "hello-minikube" in pod "hello-minikube-180744149-z87pb" is waiting to start: ContainerCreating

2017-10-20 Thread DK
Hi, Trying to setup minikube on Windows 10 with Hyper-V. *kubectl run hello-minikube --image=gcr.io/google_containers/echoserver:1.4 --port=8080* But hello-minikube pod is stuck in ContainerCreating *kubectl get pod* NAME READY STATUS RESTARTS

[kubernetes-users] Re: How can I delete Error Cluster

2017-10-20 Thread Dung Vu (Quant Edge)
Dear support, What about the status of Google Container Service??? Now even I create new cluster still exception too => error. And I've not found any contact number or email address to feedback this issues? :( On Friday, October 20, 2017 at 12:02:26 PM UTC+7, Dung Vu (Quant Edge) wrote: > >