Michail Kargakis
5b7bf78f3f
test: update rollover test to wait for available rs before adopting
2016-11-28 14:00:59 +01:00
Michail Kargakis
d87aca66b1
Update deployment status only when there is a new scaling update during a rollout
2016-11-28 13:49:43 +01:00
Wojciech Tyczynski
ac7b1065e7
Better waiting for watch event delivery in cacher
2016-11-28 09:25:33 +01:00
Dr. Stefan Schimanski
a1b17db458
Configure client certs in local-cluster-up.sh
2016-11-28 09:24:37 +01:00
zdj6373
d43dc73610
Function annotation modification
2016-11-28 15:34:13 +08:00
Zihong Zheng
b77484987b
Fixes dns autoscaling test flakes
2016-11-27 22:20:54 -08:00
Clayton Coleman
0b1a806181
generated: remove ExportOptions
2016-11-27 23:21:10 -05:00
Clayton Coleman
3dde81f8d0
Remove references to v1/internal ExportOptions
2016-11-27 23:21:06 -05:00
yarntime
8447b9f940
fix typo in volumeme_manager
2016-11-28 11:46:22 +08:00
Clayton Coleman
c43bdfbf0d
Remove duplicate ExportOptions objects
...
There should only be a single type unversioned.ExportOptions that is
referenced from multiple group versions.
2016-11-27 22:36:46 -05:00
Alexander Block
de0e92b4fd
Skip etcd related preflight checks and reset actions for external etcd
...
We should not assume ownership of etcd when external etcd endpoints were
set.
Fixes: https://github.com/kubernetes/kubeadm/issues/69
2016-11-27 12:53:07 +01:00
Devan Goodwin
16e01c65c4
Warn if firewalld service is enabled.
...
In future we might try to verify ports are actually exposed in firewalld
policy, but this can be quite complex. Instead lets just warn the user
if we see firewalld is running.
2016-11-25 15:37:28 -04:00
Marcin Wielgus
313d4045af
Add more debug information around strange failure in e2e tests
2016-11-25 17:42:53 +01:00
Marcin Wielgus
35843d52b6
Enable PDB e2e tests on GKE
2016-11-25 15:18:19 +01:00
Wojciech Tyczynski
17606603d2
Fix TestServiceAlloc flakes
2016-11-25 14:50:40 +01:00
Jerzy Szczepkowski
02542cae06
Added setting etcd read quorum flag.
...
Added setting etcd read quorum flag in kube-up scripts. Required for HA master.
2016-11-25 13:53:11 +01:00
yupeng
bee751eead
fix the mistake type
...
Signed-off-by: yupeng <yu.peng36@zte.com.cn>
2016-11-25 17:34:31 +08:00
saadali
545f749a0d
Update CHANGELOG.md for v1.5.0-beta.2.
2016-11-24 15:21:21 -08:00
LouZhengwei
9fe0b88f92
fix bug of closing the same channel multiple times
2016-11-24 23:41:48 +08:00
Jerzy Szczepkowski
1959722243
Revert "Removed "feature" tag"
2016-11-24 11:52:31 +01:00
Maciej Kwiek
c9bb8ac68b
Clean up redundant tests in image_manager_test
...
There was a lot of overlap between parallel and serialized puller tests,
extracted most of these tests to separate functions.
2016-11-24 10:48:11 +01:00
Cao Shufeng
04bc58b6e5
Keep host port socket open for kubenet
...
When cni is set to kubenet, kubelet should hold the host port socket,
so that other application in this node could not listen/bind this port
any more. However, the sockets are closed accidentally, because
kubelet forget to reconcile the protocol format before comparing.
2016-11-24 04:19:03 -05:00
Wojciech Tyczynski
8f1d240f73
Try self-repair scheduler cache or panic
2016-11-24 08:36:34 +01:00
Tim Hockin
c6c66f02f9
Remove vowels from rand.String, to avoid 'bad words'
2016-11-23 21:53:25 -08:00
Saad Ali
124fb610dc
Merge pull request #36782 from smarterclayton/rschema
...
Move unversioned.GroupVersion to pkg/runtime/schema
2016-11-23 21:22:44 -08:00
Clayton Coleman
047855f980
generated: client to staging
2016-11-23 22:30:52 -06:00
Clayton Coleman
35a6bfbcee
generated: refactor
2016-11-23 22:30:47 -06:00
Clayton Coleman
a43960da3b
Move GroupVersion* to pkg/runtime/schema
2016-11-23 21:03:36 -06:00
Miao Luo
c240042231
Fix photon controller plugin to construct with correct PdID
...
The input variable of function ConstructVolumeSpec is the volume spec
name instead of persistent disk ID. Previously the function directly
construct new volume spec by assigning volume spec name to persistent
disk ID, which will result in mismatching of mount path. The fix will
find the pdID according to mount path and construct volume spec with the
correct pdID.
2016-11-23 18:12:03 -08:00
Saad Ali
1dfd64f437
Merge pull request #36673 from caesarxuchao/convert-to-versioned-API
...
Convert to use versioned api
2016-11-23 17:31:40 -08:00
Janet Kuo
d2c411aafe
Revert "Revert "Remove [Slow] from statefulset basic tests""
...
This reverts commit ebce195ce1
.
2016-11-23 16:31:04 -08:00
Chao Xu
80ca298577
/test/soak
2016-11-23 15:53:09 -08:00
Chao Xu
bcc783c594
run hack/update-all.sh
2016-11-23 15:53:09 -08:00
Chao Xu
f0ad860d66
pkg/dns
2016-11-23 15:53:09 -08:00
Chao Xu
b50367cbdc
remove v1.Semantics
2016-11-23 15:53:09 -08:00
Chao Xu
aad6831aa7
fix test-cmd.sh
2016-11-23 15:53:09 -08:00
Chao Xu
8ef3256434
pkg/api/v1
2016-11-23 15:53:09 -08:00
Chao Xu
b9e3ffb515
misc
2016-11-23 15:53:09 -08:00
Chao Xu
bff3cb4df6
pkg/api, pkg/apis: Copied constants to versioned types.go, copied several util funcs to versioned
2016-11-23 15:53:09 -08:00
Chao Xu
31ed340eec
pkg/util
2016-11-23 15:53:09 -08:00
Chao Xu
d0a725a522
master, genericapiserver, registry
2016-11-23 15:53:09 -08:00
Chao Xu
4f3d0e3bde
more dependencies packages:
...
pkg/metrics
pkg/credentialprovider
pkg/security
pkg/securitycontext
pkg/serviceaccount
pkg/storage
pkg/fieldpath
2016-11-23 15:53:09 -08:00
Chao Xu
f8b36bdd40
TRICKY: dependencies: pkg/quota
2016-11-23 15:53:09 -08:00
Chao Xu
98a82de6d1
dependencies: pkg/client
2016-11-23 15:53:09 -08:00
Chao Xu
643f0bbd34
other cmd/
2016-11-23 15:53:09 -08:00
Chao Xu
e3cf383181
cmd/kubeadm
2016-11-23 15:53:09 -08:00
Chao Xu
eca157588d
federation
2016-11-23 15:53:09 -08:00
Chao Xu
bb675d395f
dependencies: pkg/volume
2016-11-23 15:53:09 -08:00
Chao Xu
c962c2602a
dependencies: pkg/cloudprovider
2016-11-23 15:53:09 -08:00
Chao Xu
96cd71d8f6
kubectl
2016-11-23 15:53:09 -08:00