He Simei
be14f720c4
upgrade k8s to 1.0.6 for ubuntu
2015-10-01 12:45:36 +08:00
Chao Xu
dfdbaec577
temporarily disable warning message in NegotiateVersion
2015-09-30 21:41:26 -07:00
Nikhil Jindal
7adb463dd0
Merge pull request #14199 from nikhiljindal/deploymentDescribe
...
Adding a DeploymentDescriber to kubectl
2015-09-30 21:34:24 -07:00
k8s-merge-robot
ff5c0f95c1
Merge pull request #14663 from vishh/grafana
...
Auto commit by PR queue bot
2015-09-30 21:30:50 -07:00
k8s-merge-robot
888f08377e
Merge pull request #14671 from ironcladlou/rolling-rollback-fix
...
Auto commit by PR queue bot
2015-09-30 20:56:05 -07:00
k8s-merge-robot
76b9c5b783
Merge pull request #14678 from derekwaynecarr/bump_mem
...
Auto commit by PR queue bot
2015-09-30 20:17:20 -07:00
Avesh Agarwal
af90318222
Fixes crash when proxy is run with --cleanup-iptables=true.
2015-09-30 23:13:13 -04:00
k8s-merge-robot
7f13cc4392
Merge pull request #14704 from aveshagarwal/master-proxy-issues-2
...
Auto commit by PR queue bot
2015-09-30 19:40:46 -07:00
Timothy St. Clair
7955d428de
Fix for unit test failures 'unexpected error: user: Current not implemented on linux/amd64'
...
running on Fedora 20 'go version go1.4.2 linux/amd64'
2015-09-30 20:33:34 -05:00
Brendan Burns
1b7e52edb4
Merge pull request #14507 from derekwaynecarr/enable_experiemental_apis
...
Enable experimental API in vagrant setups
2015-09-30 17:12:57 -07:00
Brendan Burns
95956d76ea
Merge pull request #14839 from caesarxuchao/14084-fix
...
Ref #14084 , Print output when error occurs in e2e test "in Services should be able to create a functioning external load balancer with user-provided load balancer ip"
2015-09-30 17:11:59 -07:00
Álex González
fa39c2b032
Add flocker volume plugin
...
Flocker [1] is an open-source container data volume manager for
Dockerized applications.
This PR adds a volume plugin for Flocker.
The plugin interfaces the Flocker Control Service REST API [2] to
attachment attach the volume to the pod.
Each kubelet host should run Flocker agents (Container Agent and Dataset
Agent).
The kubelet will also require environment variables that contain the
host and port of the Flocker Control Service. (see Flocker architecture
[3] for more).
- `FLOCKER_CONTROL_SERVICE_HOST`
- `FLOCKER_CONTROL_SERVICE_PORT`
The contribution introduces a new 'flocker' volume type to the API with
fields:
- `datasetName`: which indicates the name of the dataset in Flocker
added to metadata;
- `size`: a human-readable number that indicates the maximum size of the
requested dataset.
Full documentation can be found docs/user-guide/volumes.md and examples
can be found at the examples/ folder
[1] https://clusterhq.com/flocker/introduction/
[2] https://docs.clusterhq.com/en/1.3.1/reference/api.html
[3] https://docs.clusterhq.com/en/1.3.1/concepts/architecture.html
2015-10-01 01:10:00 +01:00
Andy Goldstein
ed021fed4c
Port forwarding fixes
...
Correct port-forward data copying logic so that the server closes its
half of the data stream when socat exits, and the client closes its half
of the data stream when it finishes writing.
Modify the client to wait for both copies (client->server,
server->client) to finish before it unblocks.
Fix race condition in the Kubelet's handling of incoming port forward
streams. Have the client generate a connectionID header to be used to
associate the error and data streams for a single connection, instead of
assuming that streams n and n+1 go together. Attempt to generate a
pseudo connectionID in the server in the event the connectionID header
isn't present (older clients); this is a best-effort approach that only
really works with 1 connection at a time, whereas multiple concurrent
connections will only work reliably with a newer client that is
generating connectionID.
2015-09-30 20:03:49 -04:00
Andy Goldstein
7f900daa3e
Add port-forward-tester image
2015-09-30 20:03:49 -04:00
Kenneth Evensen
232f80fe6f
Cassandra example - Modified line 103 in java/src/io/k8s/cassandra/KubernetesSeedProvider.java to accept the Kubernetes host as an environment variable from the pod template. Compiled the Jar and moved it to image/kubernetes-cassandra.jar. Changed the version number in the pom.xml file.
2015-09-30 19:03:38 -04:00
Paul Morie
32b664673e
Proposal for pod-level supplemental group and volume ownership mangement
2015-09-30 18:24:06 -04:00
Derek Parker
4745cc9d9a
apiserver: Fix handling patch requests with charset
...
Fixes #14872
2015-09-30 14:03:27 -07:00
derekwaynecarr
8d07624fe0
Bump memory to increase tmpfs size for salt-provision
2015-09-30 16:46:17 -04:00
Brendan Burns
bd8ee1c4c4
Merge pull request #14854 from kubernetes/revert-14824-fix-jenkins
...
Revert "Fix 'flock' command in hack/jenkins/e2e.sh"
2015-09-30 12:27:13 -07:00
Brendan Burns
40bb24d692
Revert "Fix 'flock' command in hack/jenkins/e2e.sh"
2015-09-30 12:27:02 -07:00
Brendan Burns
ae5355ee55
Merge pull request #14650 from linzichang/fixup-cephfs
...
Update cephfs example according to config best practices
2015-09-30 11:32:51 -07:00
Brendan Burns
3474324d6a
Merge pull request #14271 from mesosphere/sur-k8sm-441-flaky
...
MESOS: fix flaky TestPlugin_LifeCycle
2015-09-30 11:32:00 -07:00
Brendan Burns
44a16834d8
Merge pull request #14087 from brendandburns/kubectl
...
Move the default schema cache to the home directory
2015-09-30 11:30:32 -07:00
Chao Xu
998ac8a137
add more prints
2015-09-30 11:29:49 -07:00
Brendan Burns
5545630641
Merge pull request #13185 from xsamurai/master
...
Changed SSH_USER to core instead ubuntu, also applied fixes from #11975
2015-09-30 11:29:46 -07:00
Brendan Burns
2a6c7a1e79
Merge pull request #14715 from zhengguoyong/capital
...
set capital in some glog files
2015-09-30 11:28:05 -07:00
Brendan Burns
3337093e8c
Merge pull request #14802 from brendandburns/fix2
...
Extend the timeout for the total integration test.
2015-09-30 11:24:25 -07:00
Brendan Burns
08bd00d14b
Merge pull request #14792 from saad-ali/fixIssue14787PdCleanup
...
E2E PD Test cleanup should be more robust on failure to prevent leaking PDs
2015-09-30 11:23:58 -07:00
Brendan Burns
9cf5cc6641
Add a utility to clean up stranded load balancers.
2015-09-30 11:16:03 -07:00
Brendan Burns
0a16257df5
Re-activate DaemonRestart tests, they've been clean in gce-flaky for > 10 runs
2015-09-30 11:00:17 -07:00
Mike Danese
ed23abe181
Merge pull request #14690 from mikedanese/fix-2
...
trim mig template name if it's over the gce validated length limit
2015-09-30 10:52:43 -07:00
Brendan Burns
7328301cf3
Extend the timeout for the total integration test.
2015-09-30 10:17:36 -07:00
Brendan Burns
2cc6901d7d
Merge pull request #14798 from kubernetes/revert-14616-controller-framework-flake
...
Revert "Controller framework test flake fix"
2015-09-30 10:04:48 -07:00
deads2k
8b063a34b0
allow yaml as argument to patch
2015-09-30 11:58:42 -04:00
Fabio Yeon
23759c8b29
Merge pull request #14784 from brendandburns/e2e3
...
Extend the timeout on initial validation of reboot tests.
2015-09-30 07:36:27 -07:00
Marek Grabowski
89b11d4232
Merge pull request #14826 from gmarek/fix-jenkins
...
Change the Jenkins kubemark Job name to match kubernetes-.*-gce regexp
2015-09-30 16:19:23 +02:00
gmarek
8e56866a0a
Change the Jenkins kubemark Job name to match kubernetes-.*-gce regexp
2015-09-30 16:16:31 +02:00
Sergiusz Urbaniak
56fc0f5900
scheduler: reenable TestPlugin_LifeCycle, increase timeouts
2015-09-30 16:14:13 +02:00
Marek Grabowski
bf32ad41db
Merge pull request #14825 from gmarek/fix-jenkins
...
Add first attempt of Kubemark config to jenkins/e2e.sh
2015-09-30 16:13:06 +02:00
gmarek
fd14fa5c48
Add first attempt of Kubemark config to jenkins/e2e.sh
2015-09-30 16:11:39 +02:00
Dr. Stefan Schimanski
687e2d8c8e
Update docs
2015-09-30 15:54:01 +02:00
Dr. Stefan Schimanski
3650899b29
Add --address to kubectl proxy
2015-09-30 15:53:52 +02:00
deads2k
df870cf36a
remove Kind from APIRequestInfo
2015-09-30 09:46:22 -04:00
deads2k
8db054651c
plumb APIGroup to authorization attributes and test
2015-09-30 09:45:10 -04:00
deads2k
dc8d0de70b
update APIRequestInfo for APIGroup
2015-09-30 09:45:10 -04:00
Filip Grzadkowski
28d71418ca
Merge pull request #14824 from gmarek/fix-jenkins
...
Fix 'flock' command in hack/jenkins/e2e.sh
2015-09-30 15:29:15 +02:00
gmarek
cf31d16d94
Fix 'flock' command in hack/jenkins/e2e.sh
2015-09-30 15:27:53 +02:00
jiangyaoguo
020f3b164c
fix kubeproxy e2e
2015-09-30 20:47:35 +08:00
Marek Grabowski
ce0b8a3083
Merge pull request #14821 from gmarek/small-fix
...
Make kubemark docker image a bit smaller
2015-09-30 13:30:11 +02:00
Piotr Szczesniak
b7a32078ef
Merge pull request #14739 from piosz/logs
...
Improved logging in scheduler
2015-09-30 13:20:54 +02:00