Jeff Lowdermilk
cbf0a4f2db
Merge pull request #10152 from markturansky/pv_recycler_precision_fix
...
Fixed PV recycler ActiveDeadlineSeconds precision
2015-06-22 13:17:03 -07:00
Jeff Lowdermilk
04e23f28db
Merge pull request #10167 from caesarxuchao/cassandra-example
...
update examples/cassandra kubectl output to the latest version
2015-06-22 13:16:35 -07:00
Jeff Lowdermilk
131a7ac938
Merge pull request #10170 from sandoracs/master
...
Use vagrant command instead of salt.
2015-06-22 13:16:24 -07:00
Jeff Lowdermilk
0c7fbacfb1
Merge pull request #10052 from derekwaynecarr/admission_subresources
...
Admission control exposes subresource
2015-06-22 13:11:58 -07:00
Jeff Lowdermilk
1874599c00
Merge pull request #8947 from bcbroussard/services-nodeport
...
Update the services web ui for nodeport and loadbalancer
2015-06-22 13:11:34 -07:00
Jeff Lowdermilk
5726ca55d8
Merge pull request #10165 from imesh/master
...
Fixing Kubernetes UI Graph Component's Legend Height Issue
2015-06-22 12:03:38 -07:00
Jeff Lowdermilk
b7583b799f
Merge pull request #10151 from brendandburns/explore
...
Remove some dead code.
2015-06-22 12:02:05 -07:00
Jeff Lowdermilk
7c7f25774f
Merge pull request #10162 from brendandburns/core
...
Also grab the kubelet log from the master.
2015-06-22 12:01:47 -07:00
Jeff Lowdermilk
d0fc0d884d
Merge pull request #9876 from andronat/9631_labelcolumn
...
Printing resource labels as columns
2015-06-22 11:55:26 -07:00
Zach Loafman
c5e504a0c8
Merge pull request #10186 from GoogleCloudPlatform/revert-10184-release-0.19
...
Revert "Release 0.19.3"
2015-06-22 10:57:08 -07:00
Zach Loafman
5534a8ca81
Revert "Release 0.19.3"
2015-06-22 10:56:38 -07:00
Robert Bailey
8a73b13859
Merge pull request #10184 from zmerlynn/release-0.19
...
Release 0.19.3
2015-06-22 10:56:18 -07:00
Jeff Lowdermilk
85770295c2
Merge pull request #10004 from ArtfulCoder/kubelet_health
...
Augmented kubelet healthz with syncLoop check.
2015-06-22 10:53:05 -07:00
Zach Loafman
82ae56a918
Kubernetes version v0.19.3-dev
2015-06-22 10:46:14 -07:00
Zach Loafman
3103c8ca0f
Kubernetes version v0.19.3
2015-06-22 10:46:14 -07:00
Zach Loafman
0e30307512
Kubernetes version v0.19.2-dev
2015-06-22 10:43:26 -07:00
Zach Loafman
c3331c4f34
Kubernetes version v0.19.2
2015-06-22 10:43:25 -07:00
Brendan Burns
00ff4245e0
rev etcd to 2.0.12
2015-06-22 10:40:15 -07:00
Jeff Lowdermilk
51e0647f41
Merge pull request #9967 from satnam6502/counter-rc
...
Synthetic counter RC for load testing
2015-06-22 10:38:10 -07:00
Jeff Lowdermilk
6e34d204b0
Merge pull request #9934 from marekbiskup/doc-secrets
...
clarification of how to access a secret from a pod
2015-06-22 10:37:28 -07:00
Jeff Lowdermilk
0f59847cc5
Merge pull request #9905 from justinsb/aws_ssh_user
...
Don't assume we always SSH as the current user
2015-06-22 10:37:07 -07:00
Jeff Lowdermilk
2418173784
Merge pull request #9963 from smarterclayton/add_options_to_proxy
...
OPTIONS should be passed through the proxy
2015-06-22 10:36:25 -07:00
Zach Loafman
1559fa8b7e
Merge pull request #10140 from brendandburns/rev-etcd
...
rev etcd to 2.0.12
2015-06-22 10:32:19 -07:00
Jeff Lowdermilk
1f4ece84e5
Merge pull request #9490 from andronat/add_reason_2_pods
...
Adding Reason to PodStatus
2015-06-22 10:22:49 -07:00
Marek Grabowski
a14e11760e
Merge pull request #10172 from marekbiskup/addon-test-timeout
...
timeout in addon_update e2e test increased
2015-06-22 16:04:14 +02:00
Marek Biskup
cdd143fbb6
timeout in addon_update e2e test increased
2015-06-22 12:36:20 +02:00
Ács Sándor
a2572514e3
Use vagrant command instead of salt.
2015-06-22 11:36:20 +02:00
Anastasis Andronidis
b06ef70057
Print resource labels as columns
2015-06-22 00:44:51 +02:00
Chao Xu
db73a08f72
update examples/cassandra kubectl output to the latest version
2015-06-21 15:38:53 -07:00
Anastasis Andronidis
101739a6be
Added Reason in PodStatus
2015-06-21 17:05:34 +02:00
Imesh Gunaratne
33fc938acd
Fixing kubernetes ui graph component's legend height issue
2015-06-21 15:12:27 +05:30
Brendan Burns
7f7a97671c
Also grab the kubelet log from the master.
2015-06-20 21:01:02 -07:00
Justin Santa Barbara
c5f9085398
Mark realSSHDialer as implementing sshDialer
2015-06-20 18:18:38 -04:00
Justin Santa Barbara
efdd03a6a9
Don't assume we always SSH as the current user
...
This works on gcloud (where the user is dynamically created by the tool),
but doesn't hold on other clouds (e.g. AWS).
The function in pkg/util now takes a user arg, and it is called only
from the e2e tests, which now check for env-var KUBE_SSH_USER, and then
fall back to the existing behaviour of env-var USER.
I am using this from Jenkins by directly setting the env-var:
export KUBE_SSH_USER=jenkins
...
hack/jenkins/e2e.sh
2015-06-20 18:18:38 -04:00
CJ Cullen
ff0546da4f
Merge pull request #10133 from mbforbes/gkeLivingUpgrade
...
GKE upgrade tests
2015-06-20 15:02:11 -07:00
Marek Biskup
11a76c69ae
clarification of how to access a secret from a pod
2015-06-20 19:22:51 +02:00
Max Forbes
434f968715
GKE upgrade tests
2015-06-20 09:44:19 -07:00
markturansky
39c5152e2c
fixed pv recycler timeout precision
2015-06-20 00:34:29 -04:00
Brendan Burns
26b682d6a0
Remove some dead code.
2015-06-19 21:32:13 -07:00
Satnam Singh
483ba4e9eb
Merge pull request #10141 from jlowdermilk/sad-e2e-is-sad
...
Allow explicit pinned versions to be specified for jenkins runs
2015-06-19 20:04:54 -07:00
Abhishek Shah
3556993179
Augmented kubelet healthz with syncLoop check.
...
Monit uses read-only port for health monitoring.
2015-06-19 18:14:01 -07:00
Satnam Singh
29ffee51a8
Merge pull request #10102 from mikedanese/kubeconfig-bug-fix
...
make clientcmd use inClusterConfig only if no other configs are available
2015-06-19 16:45:33 -07:00
Jeff Lowdermilk
bdd3602eb7
Allow explicit pinned versions to be specified for jenkins runs
2015-06-19 16:19:02 -07:00
Brendan Burns
ec1e308ae2
rev etcd to 2.0.12
2015-06-19 15:57:32 -07:00
Satnam Singh
b964f3c911
Merge pull request #9739 from bprashanth/sno
...
Fix kubectl stop rc with sequence numbers
2015-06-19 15:30:26 -07:00
Satnam Singh
2012238204
Merge pull request #9457 from yujuhong/seen
...
Kubelet: record the initial pod processing latency
2015-06-19 15:24:16 -07:00
Satnam Singh
3591a543d1
Merge pull request #9919 from liggitt/port_protocol_validation
...
Validate port protocol case strictly
2015-06-19 15:18:03 -07:00
Satnam Singh
b05bd0c59f
Merge pull request #10105 from caesarxuchao/fix-9287
...
exclude the port number when checking a request in "kubectl proxy"
2015-06-19 15:16:38 -07:00
Brendan Burns
1fc6ef2eff
Merge pull request #10129 from perljedi/client-pull-req
...
Adding Perl client to list of User Libs
2015-06-19 15:12:41 -07:00
Dave
36441998bd
Adding Perl client to list of User Libs
...
Adding a link to Net::Kubernetes perl module to list of user contributed client libraries
2015-06-19 18:08:48 -04:00