--
You received this message because you are subscribed to the Google Groups "Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-contain...@googlegroups.com.
To post to this group, send email to google-c...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.
Look reasonable?
{
"cluster": [https://kube-master.internal:2379,https://kube-minion1.internal:2379,https://kube-minion2.internal:2379],
"config": {
"certFile": "/etc/etcd/kube-master.internal-client.pem",
"keyFile": "/etc/etcd/kube-master.internal-client.pem",
"caCertFiles": [ "/etc/etcd/kubecluster-ca.pem" ],
"timeout": 1,
"consistency": "STRONG_CONSISTENCY"
}
}
Yes. And of course in general it's a worthwhile improvement .
{
"cluster": {
"machines": ["https://kube-master.internal:2379","https://kube-minion1.internal:2379","https://kube-minion2.internal:2379"]
},
"config": {
"certFile": "/etc/etcd/kube-master.internal.pem",
"keyFile": "/etc/etcd/kube-master.internal.key",
"caCertFiles": [ "/etc/etcd/kubecluster-ca.pem" ],
"consistency": "STRONG_CONSISTENCY",
On Saturday, September 12, 2015 at 3:45:51 PM UTC-4, jay vyas wrote:Yes. And of course in general it's a worthwhile improvement .I'm surprised! In a week of playing with Kubernetes, running into issues, and searching for resolutions I have not managed to stumble onto Vagrant recipes as a source of examples. Perhaps we can do something to improve the discoverability of those recipes.Separately, I think I'm not understanding what you're suggesting technically. Achieving etcd clustering by sharing data dirs b/w instances sounds weird-- why would we bother with Raft if we can synchronize on a local filestore-- did you mean something else?
Finally, is there a generally best place to add documentation for the CLI flags for kube-apiserver? The online help is very terse; e.g. the --basic_auth_file flag says nothing about the format of THAT file, which as an administrator I'd guess would be in .htpasswd format, but having inspected the source appears to be a CSV (and I'm still not sure what hash formats it supports or where the UIDs are drawn Sent from my iPhone
Jay are you suggesting improving that Vagrant recipe as a way to document this file's format/contents?