Re: [kubernetes-users] Re: Create K8S with my own certificates

2017-07-20 Thread 'Robert Bailey' via Kubernetes user discussion and Q
kube-up.sh doesn't have a way to provide your own certificates when creating the cluster. Since it's a bunch of bash, you can modify the script to skip the certificate generation though (replace this line

Re: [kubernetes-users] What is the best way to deploy the Redis cluster

2017-07-20 Thread Guang Ya Liu
Thanks Rodrigo! But even with deployment, I can still have volume mounts in the deployment to mount to external storage, so even using deployment, I can still have persistency, right? For statefulset, I can use volumeClaimTemplates to mount PVCs to have persistency, but how an it make upgrade

Re: [kubernetes-users] How to install Kubernetes on CoreOS

2017-07-20 Thread Ed Rooth
Hi Motty, Sorry to hear that. The platform is still alpha and under heavy development. If you can outline any more technical details we'll see what we can do to help. Filling an issue in our Tectonic Forum would be the most appropriate location: https://github.com/coreos/tectonic-forum/issues.

RE: [kubernetes-users] How to install Kubernetes on CoreOS

2017-07-20 Thread Motty Cruz
I tried using VMWare installer the process is painful . I am very frustrated can’t get this testing environment working. I tried injecting my ssh generated key but was not able, maybe because I am using ESXi 6.5? not sure. From: Ed Rooth [mailto:ed.ro...@coreos.com] Sent: Thursday, July

Re: [kubernetes-users] How to install Kubernetes on CoreOS

2017-07-20 Thread Ed Rooth
Hi, I'm the engineering manger for the Tectonic Installer team. Please let us know if you try out the VMWare installer. If you encounter any issues or have specific requirements we'd love to get your feedback on ways to improve it. Thanks, Ed On Friday, July 7, 2017 at 8:24:02 AM UTC-7,

[kubernetes-users] Re: Container Registry - Build Trigger stuck when connecting to a bitbucket repo

2017-07-20 Thread csalazar
Fixed by disconnecting the repo in Google Cloud "Source Repositories" and starting the process again. -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q" group. To unsubscribe from this group and stop receiving emails from it, send an

[kubernetes-users] Re: Container Registry - Build Trigger stuck when connecting to a bitbucket repo

2017-07-20 Thread csalazar
Looking at the console, it shows me this error: Failed to load resource: the server responded with a status of 404 (Not Found) On the resource: https://cloudusersettings-pa.clients6.google.com/v1alpha1/settings/SIDENAV_COMPACT_MODE?key= Which responds: { error: { code: 401, message:

[kubernetes-users] Container Registry - Build Trigger stuck when connecting to a bitbucket repo

2017-07-20 Thread csalazar
Hi. I'm trying to create a build trigger from a bitbucket repo in Container Registry. It asked me to authenticate, and select the repository. That works fine, but after that, it gets stuck with the following message. "Your repository is connected and is being mirrored. You will be redirected to

Re: [kubernetes-users] Networking on New Nodes Busted Unless hostNetworking: true

2017-07-20 Thread Jeremy Derr
Unfortunately not. The only symptom is that any outgoing network connections (and by outgoing, i mean to destinations outside of the cluster) will eventually timeout. For instance, my service connects to a mysql server in AWS RDS. That connection will timeout, unless I enable `hostNetworking:

[kubernetes-users] Pod network latency problem

2017-07-20 Thread theairkit
Hi I've encountered a pod network latency problem. I run simple mysql query ('time mysql -e "..."') to outer (not in k8s cluster) host and got following results: 1. From k8s-pod to outer host: avg time: 60ms worst time: 100ms (So, running applications in pods has same latency when works to

[kubernetes-users] Post cluster setup configuring the API Server for Auth-OpenID

2017-07-20 Thread Norman Khine
Hello, I am trying to setup auth for a k8s cluster and after setting up a cluster with kops using coreOS, i am now looking at https://cloud.google.com/community/tutorials/kubernetes-auth-openid-rbac the user is created, in the section, `Setting up a Kubernetes cluster` it states to update the

[kubernetes-users] "Reserver" Bandwidth as it is possible with cpu and memory

2017-07-20 Thread grill . guenther
Hi, I'm on a new project where sensor data are transferred to a server farm. The sensor data is received and by our software (which of course runs in an container). We have about 30 servers where the software is spawned about 100 times in the Kubernetes cluster. But there is a problem: Even