Yifan Gu
319d537cf9
kubelet: add container runtime interface.
2015-03-20 13:15:20 -07:00
Robert Bailey
e74918a098
Merge pull request #5718 from satnam6502/network
...
Cleanup Fail calls in networking e2e test
2015-03-20 13:11:52 -07:00
Robert Bailey
c3189657b6
Bump the default boot disk size for GCE from 10GB to 100GB so that there is
...
more space to store containers and image layers.
2015-03-20 13:06:35 -07:00
Eric Paris
bae8f9c06f
Update getting started guide table to list latest tested on Fedora
2015-03-20 15:57:08 -04:00
Eric Paris
be3c219181
update example systemd files to be more obvious
...
only set the etcd servers in the apiserver config
set the --master= in the global config
still need --api_servers= different in kubelet because, ummmm, we do
comment out the apiserver config in controller and scheduler, not needed
point the proxy to api, not to etcd
2015-03-20 15:56:42 -04:00
Eric Paris
db4d8d96f0
Set default admission control policies in example init files
2015-03-20 15:56:42 -04:00
Wojciech Tyczynski
9c4ef28b2d
Comments
2015-03-20 20:13:16 +01:00
Wojciech Tyczynski
3b367f8ab8
Refactor file_test.go
2015-03-20 20:13:16 +01:00
Abhishek Gupta
b0c23c1046
Headless Services: Adding option to specify None for PortalIP
2015-03-20 12:10:03 -07:00
Satnam Singh
f2980a3f13
Run cluster level logging e2e test in its own namesapce
2015-03-20 11:30:01 -07:00
Satnam Singh
bc58ac54e8
Cleanup Fail calls in networking e2e test
2015-03-20 11:00:24 -07:00
derekwaynecarr
8aa807bc33
NamespaceLifecycle admission control plugin
2015-03-20 13:23:49 -04:00
Zach Loafman
7f02e110f4
Merge pull request #5594 from lhuard1A/libvirt-coreos_kube-push
...
libvirt-coreos: Make kube-push able to push non-release kubernetes binaries
2015-03-20 10:20:02 -07:00
Victor Marmol
c5f73516b6
Merge pull request #5704 from wojtek-t/kubelet_file_read_pod
...
Kubelet read pods from file
2015-03-20 10:00:49 -07:00
António Meireles
b60a3cca45
workaround for docker/docker-registry#892 /crasher on CoreOS' cloud-configs.
...
avoids race conditions (docker/docker-registry#892 ) when multiple workers are
attempting to run sql migrations simultaneously. dunno why this isn't the
registry's default since this isn't specially hard to trigger so we're just
playing safe here.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-20 16:40:30 +00:00
Victor Marmol
bae91aed48
Merge pull request #5711 from justinsb/add_goamz_elb_2
...
(Re)add dependency on ELB functionality of goamz
2015-03-20 09:19:42 -07:00
Brian Grant
3e91fc5288
Merge pull request #5195 from derekwaynecarr/update_namespace_design
...
Design graceful termination of Namespaces
2015-03-20 09:00:35 -07:00
Victor Marmol
e94c5c3fa9
Merge pull request #5677 from smarterclayton/remove_healthz_global
...
Remove global map from healthz
2015-03-20 08:32:39 -07:00
Satnam Singh
ec77230386
Merge pull request #5416 from smarterclayton/use_utc_serialized_and_local_otherwise
...
Use UTC when marshalling times and Local when unmarshalling
2015-03-20 08:32:26 -07:00
Satnam Singh
8fe47aa2b9
Merge pull request #5694 from zmerlynn/kill-logging
...
Both @satnam6502 and E2E tests confirm: This code is no longer needed
2015-03-20 08:32:01 -07:00
Victor Marmol
dd74fa7f85
Merge pull request #5703 from fgrzadkowski/empty_pod_docs
...
Add documentation explaining there must be at least one container in a Pod
2015-03-20 08:07:25 -07:00
Victor Marmol
c93b44ffb5
Merge pull request #5692 from smarterclayton/zealous_pod_logging
...
Reduce probe logging level
2015-03-20 07:46:04 -07:00
Justin Santa Barbara
d8a2d0300b
(Re)add dependency on ELB functionality of goamz
2015-03-20 07:04:49 -07:00
Wojciech Tyczynski
7a7e64331c
Kubelet file read both ContainerManifest and Pod
2015-03-20 12:09:09 +01:00
Filip Grzadkowski
a48e9af28d
Add documentation explaining there must be at least one container in a Pod
2015-03-20 11:10:30 +01:00
Wojciech Tyczynski
c5d8c391fb
Refactor kubelet/config to share code
2015-03-20 09:40:52 +01:00
Zach Loafman
407d1fec45
Both @satnam6502 and E2E tests confirm: This code is no longer needed
...
Deletion is wonderful. The only weird thing was where to put the
message about the proxy URLs. Satnam suggested kubectl clusterinfo,
which seemed like a good option to put at the end of cluster turn-up.
2015-03-19 22:23:11 -07:00
Victor Marmol
fc8f4411ef
Correct documentation about stats arguments.
2015-03-19 22:11:04 -07:00
Clayton Coleman
6918a4d32e
Replace automatic YAML decoding with opt-in YAML decoding
...
Base codecs no longer automically handle YAML. Instead, clients
must convert to JSON first via yaml.ToJSON and runtime.YAMLDecoder.
2015-03-20 00:03:56 -04:00
Clayton Coleman
71abc99dbe
Expose a ToJSON and runtime.YAMLDecoder helper
...
Enables clients to optionally handle YAML
2015-03-20 00:03:56 -04:00
Clayton Coleman
022c103699
Update RollingUpdater to use resource.Builder
...
Remove last usage of ResourceFromFile
2015-03-20 00:03:54 -04:00
Clayton Coleman
1b1866d836
Invalid JSON in examples and tests
2015-03-20 00:02:03 -04:00
Clayton Coleman
84ab8f7254
Reduce probe logging level
...
Too chatty for normal operation
2015-03-19 23:06:21 -04:00
Victor Marmol
a8f2cee8c5
Merge pull request #5681 from justinsb/ulimit_kubeproxy
...
Raise the file ulimit for kube-proxy for init.d systems
2015-03-19 19:06:36 -07:00
Victor Marmol
b6d2cf4b3e
Merge pull request #5685 from yujuhong/pod_status
...
Kubelet: per-pod workers should avoid grabbing the pod array lock
2015-03-19 18:54:36 -07:00
Yu-Ju Hong
0d0fb5f07b
Kubelet: per-pod workers should avoid grabbing the pod array lock
...
Per-pod worker syncs the pod and container status, and write the pod status in
the pod status cache. Given that it already owns a copy of the pod, it can
bypass the additional pod lookup step completely. This change adds a new
generatePodStatusByPod() method to achieve this. In general, per-pod worker
should avoid accessing the internal pod array completely, as this would may
lead to high contention.
This change also changes the return type of GetPodByFullName to reflect the
name, and consolidates GetPodByFullName() and GetPodByName().
2015-03-19 18:25:41 -07:00
Brian Grant
699dc96c7b
Merge pull request #5085 from smarterclayton/allow_graceful_delete
...
Support graceful deletion of resources
2015-03-19 17:58:31 -07:00
Clayton Coleman
015bc3b7bd
Remove global map from healthz
...
It currently is impossible to use two healthz handlers on different
ports in the same process. This removes the global variables in favor
of requiring the consumer to specify all health checks up front.
2015-03-19 19:49:44 -04:00
Justin Santa Barbara
60a07e972b
Raise the file ulimit for kube-proxy for init.d systems
2015-03-19 19:36:13 -04:00
Justin Santa Barbara
6fec242f89
Format ephemeral disks with btrfs, put Docker storage on there
...
Docker's default storage has severe bugs with older (stable) kernels.
Use btrfs to bypass those issues.
2015-03-19 19:23:29 -04:00
Tim Hockin
1cbde2c5c7
Merge pull request #5664 from calfonso/nfs_mount_plugin
...
Addresses cross compile for syscall.Unmount by delegating to Mount.
2015-03-19 16:19:01 -07:00
CJ Cullen
98925b4271
Merge pull request #5679 from thockin/fix_windows
...
Make net plugins build on non-unix
2015-03-19 16:17:51 -07:00
Tim Hockin
4ee6eb8c73
Make net plugins build on non-unix
2015-03-19 16:15:33 -07:00
CJ Cullen
bec527f886
Merge pull request #5680 from GoogleCloudPlatform/revert-5678-revert-5069-network_hooks
...
Revert "Revert "[WIP] southbound networking hooks in kubelet""
2015-03-19 16:15:07 -07:00
CJ Cullen
7ddcecfd1c
Revert "Revert "[WIP] southbound networking hooks in kubelet""
2015-03-19 16:14:13 -07:00
Zach Loafman
1dd4600eb6
Merge pull request #5678 from GoogleCloudPlatform/revert-5069-network_hooks
...
Revert "[WIP] southbound networking hooks in kubelet"
2015-03-19 16:08:53 -07:00
Zach Loafman
b5d1e538df
Revert "[WIP] southbound networking hooks in kubelet"
2015-03-19 16:08:08 -07:00
Tim Hockin
1ce5dda691
Merge pull request #5069 from rajatchopra/network_hooks
...
[WIP] southbound networking hooks in kubelet
2015-03-19 15:03:53 -07:00
CJ Cullen
f6d8d5f800
Merge pull request #5522 from fabioy/expose-label.fix
...
Add "--labels" option to the "expose" kubectl command.
2015-03-19 14:40:15 -07:00
Rajat Chopra
7857aa7751
kubelet networking plugin
2015-03-19 14:15:52 -07:00