Kubernetes Prow Robot
c172d61ec1
Merge pull request #71921 from cblecker/split-godep
...
Provide option to split godeps tests from main verify job
2018-12-14 03:26:37 -08:00
Maciej Borsz
25c2440996
Add node notready/unreachable tolerations to load/density pods.
2018-12-14 12:16:51 +01:00
Dmitry Rozhkov
4b6d91c2c3
kubeadm: print stack trace in case of unexpected error
2018-12-14 12:23:54 +02:00
Kubernetes Prow Robot
1c04caa043
Merge pull request #71945 from pytimer/kubeadm-etcd-fix
...
kubeadm: fixed etcd sync endpoints
2018-12-13 21:41:46 -08:00
Kubernetes Prow Robot
61ed586bb9
Merge pull request #71297 from Pingan2017/event-kill-container
...
correct the event msg of kill container
2018-12-13 18:18:58 -08:00
Jonathan Basseri
8e25361320
Move `ScheduleAlgorithm` to the core package.
...
This moves the type `ScheduleAlgorithm` from `pkg/scheduler/algorithm`
to `pkg/scheduler/core`. The reason for this move is to fix our import
dependency graph and allow predicate & priority types to be moved into
their appropriate packages.
The new location makes sense because `core` is the only package that
exports an implementation of this type.
2018-12-13 15:08:38 -08:00
Kubernetes Prow Robot
cab34050e7
Merge pull request #71225 from jta/master
...
Fix duped watch in client-go/testing.
2018-12-13 14:17:55 -08:00
Rafael Fernández López
6a8a832f61
Fix race condition when joining nodes
...
Despite we were checking for the kubelet kubeconfig file to be present, the
kubelet first writes this file and then the certificates the kubeconfig file
refers to. This represents a race condition in kubeadm in which when we confirm
that the kubelet's kubeconfig file is present we continue creating a clientset
out of it. However, the clientset creation will ensure that the certificates the
kubeconfig file refers to exist on the filesystem.
To fix this problem, not only wait for the kubelet's kubeconfig file to be
present, but also ensure that we can create a clientset ouf of it on our polling
process, while we wait for the kubelet to have performed the TLS bootstrap.
2018-12-13 20:51:35 +01:00
Kubernetes Prow Robot
59fce36866
Merge pull request #71990 from andyzhangx/azuredisk-log-flushing
...
fix kubelet log flushing issue in azure disk
2018-12-13 07:18:00 -08:00
Anago GCB
83ba7bfd49
Update CHANGELOG-1.13.md for v1.13.1.
2018-12-13 11:37:19 +00:00
wojtekt
fc346b2086
Allow for configuring etcd servers addresses in kubemark
2018-12-13 11:50:49 +01:00
Kubernetes Prow Robot
83f115ec79
Merge pull request #71979 from Pingan2017/link-in-changelog
...
replace features to enhancements
2018-12-13 00:20:28 -08:00
Kubernetes Prow Robot
1ec04bc973
Merge pull request #72000 from astefanutti/pr-local-cluster
...
Use KUBECTL variable to create kube-apiserver-kubelet-admin clusterro…
2018-12-12 21:17:07 -08:00
Kubernetes Prow Robot
dcff35aafb
Merge pull request #71855 from cheftako/sshBadIP
...
Fix issue where missing external IP address breaks SSH Tunnel.
2018-12-12 21:16:57 -08:00
Kubernetes Prow Robot
ed73acdc98
Merge pull request #71029 from yanghaichao12/dev1114
...
Fix comment error of the struct 'UserDefinedMetric'
2018-12-12 17:18:54 -08:00
Kubernetes Prow Robot
483dfc4902
Merge pull request #71934 from annehwatson/typo
...
Fix typo
2018-12-12 16:02:37 -08:00
Rohit Ramkumar
bc44940835
Modify dns addons dir to prepend 0 on dir name. Ensures proper ordering upon creation by addon manager
2018-12-12 13:15:08 -08:00
Kubernetes Prow Robot
15300ed765
Merge pull request #71967 from PaulineLc/remove-space-hyperkube
...
Removed redundant spaces in a comment
2018-12-12 11:36:31 -08:00
Walter Fender
d92ee41e44
Fix issue where missing external IP address breaks SSH Tunnel.
...
Added unit test to cover missing external IP case.
Justin's feedback.
Lint fix.
Lavalmap's feedback.
2018-12-12 10:59:32 -08:00
Antonin Stefanutti
f2dc1e2dc6
Use KUBECTL variable to create kube-apiserver-kubelet-admin clusterrolebinding
2018-12-12 19:16:28 +01:00
Jingfang Liu
0ce8427b46
enable kustomization in kubectl commands
2018-12-12 09:42:47 -08:00
Jingfang Liu
d349998abe
add test for Builder to cover kustomization directories
2018-12-12 09:42:19 -08:00
Jingfang Liu
26c07715c7
add kustomizationVisitor type and use it when kustomization is enabled
2018-12-12 09:41:42 -08:00
Kubernetes Prow Robot
05183bffe5
Merge pull request #71872 from yuexiao-wang/scheduler-nodeinfo
...
[scheduler cleanup phase 2]: Rename `pkg/scheduler/cache` to `pkg/scheduler/nodeinfo`
2018-12-12 08:08:33 -08:00
Kubernetes Prow Robot
b8fbb182a7
Merge pull request #71953 from monotek/patch-1
...
added monotek to instrumentation/logging/OWNERS file
2018-12-12 06:55:21 -08:00
Patrick Ohly
6ca66d7047
e2e: use quay.io/k8scsi images, bump versions
...
Commit 503f654d7a
, "Update CSI tests to
point to 1.0.0 external bits", changed to images published on gcr.io,
perhaps because the images on quay.io weren't ready yet. We now have
up-to-date images on quay.io and should be using those.
2018-12-12 14:49:23 +01:00
Kubernetes Prow Robot
650bfef62d
Merge pull request #71976 from prameshj/patch-1
...
Update README.md
2018-12-12 05:33:58 -08:00
Kubernetes Prow Robot
a78b591ed9
Merge pull request #71954 from monotek/patch-2
...
added monotek to fluentd-elasticsearch OWNERS file
2018-12-12 01:38:15 -08:00
Kubernetes Prow Robot
ab1c9a49e4
Merge pull request #71980 from micahhausler/proxy-patch
...
Disable proxy to loopback and linklocal
2018-12-12 00:22:21 -08:00
andyzhangx
81a123dbed
fix kubelet log flushing issue in azure disk
2018-12-12 08:20:00 +00:00
Yecheng Fu
67552a8f6e
Add unit test to verify generated volume names.
2018-12-12 13:03:21 +08:00
Micah Hausler
9740b6a6e1
Disable proxy to loopback and linklocal
2018-12-11 20:51:40 -08:00
Pingan2017
7b2963dd41
replace features to enhancements
2018-12-12 11:37:21 +08:00
prameshj
501eba8745
Update README.md
2018-12-11 17:20:57 -08:00
Kubernetes Prow Robot
c49896f924
Merge pull request #71974 from apelisse/fix-diff-overriding-names
...
diff: Make filename cross-platform compatible
2018-12-11 17:07:48 -08:00
Christoph Blecker
d90ae78a86
Provide option to split godeps tests from main verify job
2018-12-11 16:42:45 -08:00
Antoine Pelisse
95eec905c7
diff: Make filename cross-platform compatible
2018-12-11 15:36:26 -08:00
Pauline Lallinec
3678c7ab1c
removed spaces in comment
2018-12-11 12:13:57 -08:00
Kubernetes Prow Robot
425b1ff47d
Merge pull request #71923 from apelisse/fix-diff-overriding-names
...
diff: Fix overlapping filenames
2018-12-11 12:13:39 -08:00
André Bauer
2c48c6fe7a
added monotek to fluentd-elasticsearch OWNERS file
2018-12-11 19:52:39 +01:00
André Bauer
f0cf660c66
added monotek to OWNERS file
2018-12-11 19:49:24 +01:00
Kubernetes Prow Robot
f89aa18047
Merge pull request #69207 from warmchang/changelog-1.12
...
Typo in changelog 1.12
2018-12-11 09:30:31 -08:00
Antoine Pelisse
b6135f63aa
diff: Fix overlapping filenames
...
The filename can overlap when multiple resources have the same name (but
obviously are of a different type). Include the name of the type in the
file name to prevent the overlap.
2018-12-11 09:19:52 -08:00
Kubernetes Prow Robot
d8419f86aa
Merge pull request #71941 from andyzhangx/azuredisk-hardware-profile
...
fix issue: vm sku restriction policy does not work in azure disk attach/detach
2018-12-11 05:09:31 -08:00
andyzhangx
7f3a66efb6
add VMSize info in attach/detach azure disk
2018-12-11 08:33:38 +00:00
Kubernetes Prow Robot
9d80e7522a
Merge pull request #71911 from Nordix/issue-70113-2
...
Only handle addresses of the own ip family
2018-12-10 23:02:33 -08:00
annehwatson
0a8a07f666
Fix typo
2018-12-10 20:16:17 -08:00
yuexiao-wang
7b6f60f085
modify BUILD
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2018-12-11 11:22:06 +08:00
yuexiao-wang
f3353c358d
[scheduler cleanup phase 2]: Rename to
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2018-12-11 11:21:12 +08:00
Kubernetes Prow Robot
3ed107ff0e
Merge pull request #71542 from smarterclayton/endpoints_cleanup
...
Ensure all response object modification happens in one place
2018-12-10 18:44:37 -08:00