yankaiz
|
14015d9ce1
|
Add 198.51.100.0/24 to non-masq ranges.
Groupped the IP ranges by RFC and type.
Change reference for 198.18.0.0/15 from RFC 2544 to RFC 6815.
|
2019-05-15 16:23:41 -07:00 |
|
Aaron Crickenberger
|
0541be1787
|
Add a tcp probe e2e test
|
2019-05-15 15:23:35 -07:00 |
|
Aaron Crickenberger
|
944976d11f
|
Extract pod specs and handlers into fixtures
|
2019-05-15 15:22:58 -07:00 |
|
Kenichi Omichi
|
333f3d8b9a
|
Use ExpectNoError() for e2e/upgrades
The e2e test framework has ExpectNoError() for readable test code.
This replaces Expect(err).NotTo(HaveOccurred()) with it.
|
2019-05-15 21:48:40 +00:00 |
|
Jordan Liggitt
|
fba885a0d2
|
Handle updates removing remaining finalizers on deleted objects
|
2019-05-15 17:17:39 -04:00 |
|
Dr. Stefan Schimanski
|
a90cab07f9
|
e2e: cleanup test/util/crd to decouple tests
|
2019-05-15 22:24:21 +02:00 |
|
Kubernetes Prow Robot
|
aaec77a94b
|
Merge pull request #77900 from SataQiu/fix-issue-1513
[kubeadm] improve validation message for join command
|
2019-05-15 12:32:37 -07:00 |
|
Kubernetes Prow Robot
|
c50ff35a55
|
Merge pull request #77839 from mcrute/migrate-fake-cp
Staging legacy fake cloud provider
|
2019-05-15 12:32:23 -07:00 |
|
Yu-Ju Hong
|
abed7cc0a9
|
GCE/Windows: add instructions about stackdriver logging in README
Setting LOGGING_STACKDRIVER_RESOURCE_TYPES ensures that the both Linux
and Windows nodes send logs to the same resources with the same tags.
|
2019-05-15 11:59:37 -07:00 |
|
Yuwen Ma
|
454460f875
|
Bump metrics-server to v0.3.3
|
2019-05-15 11:44:45 -07:00 |
|
Marek Counts
|
c55eaa9b5a
|
Deprecation of the kubeamd config upload command
This also deprecated all the sub commands.
|
2019-05-15 14:03:40 -04:00 |
|
Peter Hornyack
|
5d669f2946
|
Use CNI plugins v0.8.0 release.
|
2019-05-15 10:59:46 -07:00 |
|
Michael FIG
|
2ed3272a5e
|
Honour NewFilteredDynamicSharedInformerFactory namespace argument
|
2019-05-15 11:51:34 -06:00 |
|
Derek Carr
|
2656f2642a
|
Update SIG Node API Reviewers
|
2019-05-15 10:48:44 -04:00 |
|
fabriziopandini
|
545e494c5c
|
Add etcd supported version for v1.16
|
2019-05-15 16:29:47 +02:00 |
|
Kubernetes Prow Robot
|
4d3d153210
|
Merge pull request #77904 from mborsz/revert-76396-reapply-75624
Revert "[Re-Apply][Distroless] Convert the GCE manifests for master containers."
|
2019-05-15 07:06:41 -07:00 |
|
Kubernetes Prow Robot
|
6a40ed1005
|
Merge pull request #77751 from baasbank/fix-lint-errors-staging/src/k8s.io
Fix lint errors staging/src/k8s.io
|
2019-05-15 07:06:26 -07:00 |
|
Jordan Liggitt
|
7306fb7a89
|
honor overridden tokenfile, add InClusterConfig override tests
|
2019-05-15 08:15:02 -04:00 |
|
Maciej Borsz
|
59af63c687
|
Make coredns memory limit configurable
|
2019-05-15 13:35:28 +02:00 |
|
Andy Xie
|
95f33ce399
|
enhance leader election doc
|
2019-05-15 18:50:51 +08:00 |
|
Kubernetes Prow Robot
|
746404f82a
|
Merge pull request #77560 from dcbw/proxy-sig-network-owners
pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files
|
2019-05-15 03:08:33 -07:00 |
|
Kubernetes Prow Robot
|
74743793f2
|
Merge pull request #74027 from squeed/kube-proxy-metrics
proxy: add some useful metrics
|
2019-05-15 03:08:19 -07:00 |
|
andyzhangx
|
4213f4d797
|
fix azure disk lun error
|
2019-05-15 08:32:03 +00:00 |
|
fabriziopandini
|
1c897874bf
|
autogenerated
|
2019-05-15 10:26:00 +02:00 |
|
fabriziopandini
|
6db533dd5b
|
refactor certs renewal
|
2019-05-15 10:25:50 +02:00 |
|
adisky
|
38b7f2125f
|
fix unbound array variable
|
2019-05-15 13:47:48 +05:30 |
|
SataQiu
|
7fa953fcb5
|
fix golint failures of test/e2e_node/services
|
2019-05-15 15:37:21 +08:00 |
|
Pengfei Ni
|
b13d80a59a
|
Allow Kubelet to run with no Azure identity
useInstanceMetadata should be enabled and Kubelet would use IMDS to get
node's information.
|
2019-05-15 15:12:29 +08:00 |
|
Kubernetes Prow Robot
|
adf6fa6987
|
Merge pull request #77888 from tallclair/standalone
Don't create a RuntimeClassManager without a KubeClient
|
2019-05-15 00:04:48 -07:00 |
|
Kubernetes Prow Robot
|
47cef03dab
|
Merge pull request #77748 from yuwenma/etcd-release
Update etcd* version to use latest released images.
|
2019-05-15 00:04:35 -07:00 |
|
Kubernetes Prow Robot
|
358536ed5a
|
Merge pull request #77693 from oomichi/use-ExpectNoError-root
Use framework.ExpectNoError() for e2e/
|
2019-05-15 00:04:22 -07:00 |
|
Maciej Borsz
|
9da7db76b7
|
Revert "[Re-Apply][Distroless] Convert the GCE manifests for master containers."
|
2019-05-15 08:31:19 +02:00 |
|
yuchengwu
|
6bcb7d5130
|
Fix initContainer failed to get its own field value as env values
|
2019-05-15 13:45:50 +08:00 |
|
s-ito-ts
|
f2a7650ede
|
Use framework.ExpectNoError() for e2e/node
|
2019-05-15 05:32:03 +00:00 |
|
toyoda
|
a8e8d4a668
|
use framework.ExpectNoError() for e2e/network/ingress.go service.go
|
2019-05-15 13:57:41 +09:00 |
|
SataQiu
|
4fcfb97179
|
improve validation message for join command
|
2019-05-15 12:46:45 +08:00 |
|
Kubernetes Prow Robot
|
b066e0d783
|
Merge pull request #77853 from fejta/tool
Update bazel-toolschains for bazel <= 0.25.2 rbe support
|
2019-05-14 20:37:06 -07:00 |
|
Kubernetes Prow Robot
|
fd64b83c63
|
Merge pull request #77837 from davidz627/fix/pdFSType
Translate StorageClass object instead of parameters. Add GCE PD Storage class translation logic.
|
2019-05-14 20:36:54 -07:00 |
|
Kubernetes Prow Robot
|
0a3884e164
|
Merge pull request #77714 from danielqsj/t1
cleanup dot imports and make test error checking more readable in test/e2e/scheduling
|
2019-05-14 20:36:41 -07:00 |
|
Kubernetes Prow Robot
|
116f06e96e
|
Merge pull request #77661 from mfpierre/fix-static-pods-kubelet-status
Kubelet status manager sync the status of local Pods
|
2019-05-14 20:36:28 -07:00 |
|
Kubernetes Prow Robot
|
5c4b6528c2
|
Merge pull request #77613 from mikedanese/fixinclusterconfig
BoundServiceAccountTokenVolume: fix InClusterConfig
|
2019-05-14 20:36:16 -07:00 |
|
draveness
|
95a6376899
|
feat: use framework.ExpectNoError in e2e apps disruption
|
2019-05-15 10:10:23 +08:00 |
|
Kenichi Omichi
|
b9fffd1571
|
Use framework.ExpectNoError() for e2e/common
The e2e test framework has ExpectNoError() for readable test code.
This replaces Expect(err).NotTo(HaveOccurred()) with it.
|
2019-05-15 01:58:01 +00:00 |
|
Mike Danese
|
531a50c776
|
simplify pluginwatcher closing
|
2019-05-14 18:55:13 -07:00 |
|
draveness
|
d60bccc6a4
|
feat: implement "queue-sort" extension point for scheduling framework
|
2019-05-15 09:40:15 +08:00 |
|
Kubernetes Prow Robot
|
4990c5e41c
|
Merge pull request #77498 from draveness/feature/resource-limit-metadata
feat: cache pod limits as part of metadata in priority functions
|
2019-05-14 18:25:07 -07:00 |
|
Kubernetes Prow Robot
|
032b4d39c6
|
Merge pull request #77304 from cwdsuzhou/fix_leak_when_stop_error
Bugfix: fix chan leak when stop error
|
2019-05-14 18:24:55 -07:00 |
|
Kubernetes Prow Robot
|
4036097edb
|
Merge pull request #75990 from mcrute/remove-regions
Remove hard-coded region list from AWS cloud provider
|
2019-05-14 18:24:42 -07:00 |
|
Kubernetes Prow Robot
|
1ae09a371f
|
Merge pull request #70929 from mikedanese/cmp
migrate everything to unify diff.Diff method using cmp
|
2019-05-14 18:24:30 -07:00 |
|
Kubernetes Prow Robot
|
de6ce5ee16
|
Merge pull request #69867 from HotelsDotCom/allow-updates-to-pdbs
Allow updates/patches to pod disruption budgets
|
2019-05-14 18:24:17 -07:00 |
|