Nikhil Jindal
25ff33ae6e
Merge pull request #5214 from brendandburns/agent
...
Add user agent and source IP logging to the httpserver logs.
2015-03-10 10:53:55 -07:00
Alex Robinson
6700a7f230
Merge pull request #5253 from satnam6502/fluentd
...
Modify Fluentd to ES setup to pass flags
2015-03-10 10:46:26 -07:00
Nikhil Jindal
62f17640f1
Merge pull request #5226 from ghodss/patch-6
...
Update README to include design overview
2015-03-10 10:45:34 -07:00
Brendan Burns
00f3779c6f
Merge pull request #5119 from zmerlynn/salt_drones
...
Change GCE to use standalone Saltstack config
2015-03-10 10:29:59 -07:00
Alex Mohr
4dc1826ab8
Merge pull request #5229 from brendandburns/errors
...
Switch selector parse errors to return HTTP 400 instead of the default (500)
2015-03-10 10:16:41 -07:00
Alex Mohr
9d5ee90191
Merge pull request #5232 from thockin/devdocs
...
Add a doc on making PRs easier to review
2015-03-10 10:15:58 -07:00
Satnam Singh
3ce0ede78e
Modify Fluentd to ES setup to pass flags
2015-03-10 10:11:26 -07:00
Alex Mohr
c4cdc51bd8
Merge pull request #5204 from erictune/coreos_doc_tunnel
...
Doc how to ssh tunnel to master with Coreos+GCE
2015-03-10 10:10:53 -07:00
Alex Mohr
420b6cde6c
Merge pull request #5194 from ncdc/4882-fix-flaky-spdy-tests-osx
...
bump(docker/spdystream):e731c8f9f19ffd7e51a469a2de1580c1dfbb4fae
2015-03-10 10:07:18 -07:00
Alex Robinson
8fd33476f0
Merge pull request #5218 from satnam6502/fluentd-es
...
Change Fluentd config to read from head of Docker container logs
2015-03-10 09:57:02 -07:00
Dawn Chen
106e38ebb3
Merge pull request #5213 from yifan-gu/clean_syncPod
...
Refactor pkg/kubelet/kubelet.go: shouldContainerBeRestarted().
2015-03-10 09:44:32 -07:00
Brian Grant
ac582b0d93
Merge pull request #5230 from justinsb/aws_zones
...
AWS support for Zones
2015-03-10 09:38:23 -07:00
Brian Grant
6062e14313
Merge pull request #5220 from nikhiljindal/camelCaseFieldSelectors
...
Changing v1beta3 field selectors to be camelCased
2015-03-10 09:35:03 -07:00
Brian Grant
482e6735fb
Merge pull request #5236 from tkulczynski/cidrapifix
...
Change field names from cidr to podCIDR in json
2015-03-10 09:34:16 -07:00
Brian Grant
d230c72e83
Merge pull request #5249 from erictune/fix-locally
...
Remove ignored flag.
2015-03-10 09:20:15 -07:00
Zach Loafman
b31b633f85
One additional cleanup: Send only the master name, rather the internal
...
IP address. The configure-vm script can resolve this relatively easily
on the node. This is less painful for GKE, which creates all the
resources in parallel.
2015-03-10 09:04:29 -07:00
Zach Loafman
120dba474e
Change GCE to use standalone Saltstack config:
...
Change provisioning to pass all variables to both master and node. Run
Salt in a masterless setup on all nodes ala
http://docs.saltstack.com/en/latest/topics/tutorials/quickstart.html ,
which involves ensuring Salt daemon is NOT running after install. Kill
Salt master install. And fix push to actually work in this new flow.
As part of this, the GCE Salt config no longer has access to the Salt
mine, which is primarily obnoxious for two reasons: - The minions
can't use Salt to see the master: this is easily fixed by static
config. - The master can't see the list of all the minions: this is
fixed temporarily by static config in util.sh, but later, by other
means (see
https://github.com/GoogleCloudPlatform/kubernetes/issues/156 , which
should eventually remove this direction).
As part of it, flatten all of cluster/gce/templates/* into
configure-vm.sh, using a single, separate piece of YAML to drive the
environment variables, rather than constantly rewriting the startup
script.
2015-03-10 09:04:29 -07:00
Victor Marmol
6ba53b112f
Merge pull request #5221 from erictune/libvirt_fix
...
Remove unneeded --etc_servers flags.
2015-03-10 09:00:28 -07:00
Victor Marmol
4c3c8e631d
Merge pull request #4646 from mikedanese/healthz-mux
...
Support user supplied health functions in pkg/healthz
2015-03-10 08:55:59 -07:00
Victor Marmol
7b31799fb2
Merge pull request #5244 from gmarek/client1
...
Add info about possibly overloaded IRC client
2015-03-10 08:45:14 -07:00
Eric Tune
4d3211c60b
Remove ignored flag.
...
When --apiservers is set, --etcd_servers is ignored.
Remove it.
2015-03-10 08:45:05 -07:00
Victor Marmol
7024c90eff
Merge pull request #5210 from brendandburns/docs
...
Add a fork at the top of the readme.
2015-03-10 08:29:25 -07:00
Victor Marmol
b584f5b1da
Merge pull request #5242 from derekwaynecarr/fix_5043
...
Provision network before kubelet
2015-03-10 08:28:19 -07:00
Filip Grzadkowski
401babef29
Add Phabricator example
...
Summary: Add phabricator example
Reviewers: davidopp
Reviewed By: davidopp
Subscribers: #kubernetes
Projects: #kubernetes
Differential Revision: http://107.178.210.6/D5
2015-03-10 16:22:52 +01:00
gmarek
9a3641dce7
Add info about possibly overloaded IRC client
2015-03-10 15:52:47 +01:00
derekwaynecarr
22e559d769
Provision network before kubelet
2015-03-10 10:30:50 -04:00
Tim Hockin
31be877ea7
Add a doc on making PRs easier to review
2015-03-10 06:25:40 -07:00
Justin Santa Barbara
3eab40cabd
AWS support for Zones
2015-03-10 05:49:26 -07:00
Tomek Kulczynski
243a3ae315
Change field names from cidr to podCIDR in json
2015-03-10 12:48:34 +01:00
Satnam Singh
2486de1287
Change Fluentd config to read from head of Docker container logs
2015-03-09 23:25:52 -07:00
Brendan Burns
5b3b330bb8
Switch some parse errors to return HTTP 400 instead of the default (500)
2015-03-09 20:42:14 -07:00
Brendan Burns
a4d871a100
Merge pull request #5227 from ghodss/fix-network-tester
...
Fix network tester build error
2015-03-09 20:15:07 -07:00
Sam Ghods
e0519f23f7
Fix network tester build error
2015-03-09 19:54:48 -07:00
Alex Mohr
b21b3ebe8e
Merge pull request #5217 from alex-mohr/master
...
Update build/common.sh to include docs/getting-started-guides
2015-03-09 19:43:11 -07:00
Sam Ghods
3f0766679f
Update README to include design overview
2015-03-09 19:41:18 -07:00
Mike Danese
c1b1f29bdc
migrate healthz in pkg/kubelet/server.go to custom health checks
2015-03-09 19:26:07 -07:00
Mike Danese
400e7e4145
support user supplied health functions in pkg/healthz
2015-03-09 19:26:07 -07:00
Eric Tune
761642a9e1
Remove unneeded --etc_servers flags.
...
Kubelet already has --api_servers flag.
Kube-proxy already has --master flag.
2015-03-09 18:02:51 -07:00
nikhiljindal
916ca9cc68
Changing v1beta3 field selectors to be camelCased
2015-03-09 18:01:01 -07:00
Jeff Lowdermilk
3bf0b45ea4
Merge pull request #5216 from GoogleCloudPlatform/revert-5154-kube-up
...
Revert "Standalone kubeconfig for gce kube-up"
2015-03-09 17:53:12 -07:00
Alex Mohr
5ce020817d
Update common.sh
2015-03-09 17:46:29 -07:00
Jeff Lowdermilk
a280e0da2d
Revert "Standalone kubeconfig for gce kube-up"
2015-03-09 17:45:06 -07:00
Yifan Gu
241ef34fba
Refactor pkg/kubelet/kubelet.go: shouldContainerBeRestarted().
...
Simplify the function signature.
2015-03-09 17:42:57 -07:00
Brendan Burns
a99f4f3e47
Add user agent and source IP logging to the httpserver logs.
2015-03-09 17:01:47 -07:00
Brian Grant
7b72d9539f
Merge pull request #5054 from smarterclayton/switch_to_sub_bindings
...
Make Pod binding a subresource (and be generic to other types)
2015-03-09 16:41:26 -07:00
Brendan Burns
edf2ff440a
Add a fork.
2015-03-09 16:41:11 -07:00
Alex Mohr
9e253170d3
Merge pull request #5201 from GoogleCloudPlatform/revert-5198-revert-5124-ex3
...
Revert "Revert "Deleting old sample JSON; moving those in use; updating ...
2015-03-09 16:37:39 -07:00
Satnam Singh
89bc7bbea9
Merge pull request #5154 from jlowdermilk/kube-up
...
Standalone kubeconfig for gce kube-up
2015-03-09 16:22:51 -07:00
Jeff Lowdermilk
4173d369aa
Generate standalone kubeconfig on kube-up, clear on kube-down.
...
Also tweaked the ginkgo tests to pull auth directly from a kubeconfig file
instead of the legacy kubernetes_auth file.
2015-03-09 16:02:00 -07:00
Jeff Lowdermilk
67a5bec192
Utilities to create and clear kubeconfig for use by kube-up scripts
2015-03-09 16:00:23 -07:00