haoshuwei
89a6533ef6
fix ineffassign
2019-09-09 11:34:21 +08:00
zhuangqh
057caf7fcf
kubelet: refactor server containerLogs test to table driven test
...
Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
2019-09-09 10:04:45 +08:00
Kubernetes Prow Robot
1cdd0848ee
Merge pull request #82430 from losipiuk/lo/ca-1.16
...
Update cluster autoscaler image to 1.16.0-beta.1
2019-09-08 18:41:17 -07:00
Ted Yu
e4d880bd62
Return proper Kind in error for Cacher
2019-09-07 19:42:56 -07:00
mengyang02
b4638519a9
init check for cloud node controller
2019-09-07 10:47:11 +08:00
Kubernetes Prow Robot
90f41951cd
Merge pull request #82420 from openSUSE/e2e-fix
...
Fix wrong command in e2e agnhost utility function
2019-09-06 17:41:20 -07:00
Darren Shepherd
8a58f332dd
Check cache is synced first before sleeping
...
If a cache was already synced, cache.WaitForCacheSync would
always take 100ms to complete because the PollUntil method will
sleep first before checking the condition. Switching to
PollImmediateUntil will ensure already synced caches will return
immediately. For code that has, for example, 20 informers, the time
to check the cache was in sync would take at least 2 seconds, but with
this change it can be as fast as you can actually load the data.
Signed-off-by: Darren Shepherd <darren@rancher.com>
2019-09-06 16:34:03 -07:00
Ted Yu
89a70fa407
Handle pod addition / removal errors
2019-09-06 16:25:11 -07:00
Kubernetes Prow Robot
e682310dcc
Merge pull request #82438 from liggitt/apply-fallback
...
Fallback to schemaless apply behavior for custom resources with unhandled schemas
2019-09-06 15:37:19 -07:00
Sally O'Malley
4ce16254f7
fix indentation with 'kubectl describe node'
2019-09-06 16:57:42 -04:00
Kubernetes Prow Robot
ab73a018de
Merge pull request #82018 from odinuge/prepull-images-after-tests
...
Add pre pull of e2e images after DiskPressure test
2019-09-06 13:49:20 -07:00
Jordan Liggitt
3904e14b40
Fallback to schemaless apply behavior for custom resources with unhandled schemas
2019-09-06 15:39:28 -04:00
Kubernetes Prow Robot
1583bd60da
Merge pull request #82397 from robscott/endpointslice-gce-up
...
Improving GCE cluster up logic for EndpointSlice Controller
2019-09-06 12:27:20 -07:00
Monis Khan
4dc16f29a7
Encryption config: correctly handle overlapping providers
...
This change updates NewPrefixTransformers to not short-circuit on
the first transformer that has a matching prefix. If the same type
of encryption ProviderConfiguration is used more than once, they
will share the same prefix. A failure in the first one should not
prevent a later match from being attempted.
Added TestCBCKeyRotationWithOverlappingProviders unit test to
prevent regressions. Note that this test explicitly exercises this
flow using an EncryptionConfiguration object as the structure of the
resulting transformer is an important part of the check.
Signed-off-by: Monis Khan <mkhan@redhat.com>
2019-09-06 15:12:28 -04:00
Rob Scott
66196c1043
Improving GCE cluster up logic for EndpointSlice Controller
2019-09-06 09:49:32 -07:00
Kubernetes Prow Robot
38752f7f99
Merge pull request #82425 from liggitt/client-go-readme
...
Update dev setup and client-go install instructions
2019-09-06 09:46:57 -07:00
Jorge Alarcon Ochoa
849386980c
Added alejandrox1 as test/e2e/framework reviewer
2019-09-06 12:39:16 -04:00
Łukasz Osipiuk
d02cc41644
Add read-only rbac for csinodes to cluster-autoscaler
2019-09-06 17:38:48 +02:00
Łukasz Osipiuk
9332d11563
Update cluster-autoscaler image to v1.16.0-beta.1
2019-09-06 17:38:31 +02:00
Jordan Liggitt
d965b143e6
Update kubernetes dev setup instructions
2019-09-06 11:16:38 -04:00
Jordan Liggitt
df3d143d15
Update client-go install instructions
2019-09-06 11:00:01 -04:00
Kubernetes Prow Robot
c58767b1e2
Merge pull request #81876 from wgliang/bugfix/filter-plugins-are-not-been-called-during-preemption
...
Fix filter plugins are not been called during preemption
2019-09-06 07:30:59 -07:00
Matt Matejczyk
bd0691d159
Create LoadBalancer in nginx ingress tests
...
This should fix the nginx ingress test in private clusters.
See https://k8s-testgrid.appspot.com/sig-scalability-experiments#gce-private-cluster-correctness
Ref. https://github.com/kubernetes/kubernetes/issues/77538
2019-09-06 15:36:54 +02:00
Sascha Grunert
c8b656db50
Fix wrong command in e2e agnhost utility function
...
The `Command` will cause the container process not starting correctly,
so we now use the `Args` to end up running `/agnhost pause` as intended.
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-06 15:05:40 +02:00
Kubernetes Prow Robot
57df10a244
Merge pull request #82393 from robscott/endpointslicecache-nil-check
...
Adding a nil check in endpointslicecache
2019-09-06 05:54:57 -07:00
Kubernetes Prow Robot
1866891f71
Merge pull request #79235 from justinsb/fix_73099
...
kubectl attach test: wait for input before proceeding
2019-09-06 04:36:57 -07:00
SataQiu
c53f2f306a
kubeadm: code clean up
2019-09-06 18:40:44 +08:00
Dan Winship
23b391e1dd
Clarify retry.RetryOnConflict docs
2019-09-06 06:36:55 -04:00
Dan Winship
b098e01324
Restore retry.RetryOnConflict docs, fix up retry.OnError docs/naming
2019-09-06 06:35:52 -04:00
Joseph Burnett
7bdb66f8d1
Fix reviewer typo.
2019-09-06 12:09:50 +02:00
carlory
910bd000ff
use log functions of core framework in the 'test/e2e/storage/*'
2019-09-06 10:26:16 +08:00
Guoliang Wang
d84a75c140
Fix filter plugins are not been called during preemption
2019-09-06 09:59:01 +08:00
Kubernetes Prow Robot
3a50184421
Merge pull request #82380 from robscott/endpointslice-e2e-tests
...
Starting EndpointSlice Controller when all Alpha gates are enabled in cluster up
2019-09-05 17:54:57 -07:00
Rob Scott
a1e3afa28e
Adding a nil check in endpointslicecache
2019-09-05 17:32:44 -07:00
Kubernetes Prow Robot
397ed0e825
Merge pull request #82314 from lzang/master
...
Add dns capability to GCE window cluster
2019-09-05 16:30:58 -07:00
Kubernetes Prow Robot
836b901658
Merge pull request #82348 from jpbetz/kubeadm-etcd-image-tag
...
Use etcd image version suffixes in kubeadm
2019-09-05 15:02:57 -07:00
Jiacheng Xu
637badc1f0
fix a typo in cmd/kube-apiserver.
2019-09-05 23:00:36 +02:00
Kubernetes Prow Robot
208cfaad25
Merge pull request #82288 from deads2k/ns-conditions
...
fix namespace termination conditions to be consistent and correct
2019-09-05 13:01:11 -07:00
Kubernetes Prow Robot
9614a85a2b
Merge pull request #81300 from liyanhui1228/sd_logging
...
Install and start logging agent based on kube env
2019-09-05 13:00:58 -07:00
John Schnake
3c53481d5c
Move from regexp to csv string
2019-09-05 14:37:16 -05:00
Kubernetes Prow Robot
2e6b073a3f
Merge pull request #82335 from rphillips/fixes/e2e_crash
...
kubelet e2e: defer the close to after the error check
2019-09-05 11:30:43 -07:00
Kubernetes Prow Robot
c8c1aeaa5c
Merge pull request #82248 from rosti/proxyless
...
kubeadm: Fetching kube-proxy's config map is now optional
2019-09-05 11:30:30 -07:00
Joe Betz
4c2b0731cb
Simplify etcd image version usage in kubeadm
2019-09-05 10:28:23 -07:00
Joe Betz
5a3399f48d
Add etcd image version to kubeadm
2019-09-05 10:27:53 -07:00
Rob Scott
dc0c81a5f1
Ensuring endpointslice controller starts up as part of cluster up when all alpha feature gates are enabled
2019-09-05 09:16:13 -07:00
Kubernetes Prow Robot
100608f441
Merge pull request #82337 from mars1024/bugfix/cni_test
...
fix sporadic failures in cni tests
2019-09-05 09:03:44 -07:00
Kubernetes Prow Robot
838e953e94
Merge pull request #82322 from olagacek/master
...
bump metrics-server version to v0.3.4
2019-09-05 09:03:23 -07:00
Kubernetes Prow Robot
61ecdba9ca
Merge pull request #82289 from robscott/endpointslice-fixes
...
Fixing bugs related to Endpoint Slices
2019-09-05 09:03:10 -07:00
carlory
d1290ffdef
clean up test code
2019-09-05 23:44:19 +08:00
Dan Winship
c921c6893b
inline e2eservice.CreatePausePodDeployment into tests
...
This isn't a generically-useful helper; it's specific to 2 test cases.
2019-09-05 11:43:42 -04:00