Benjamin Elder
960ef085e9
zmerlynn to emeritus
2020-06-30 09:43:59 -07:00
Benjamin Elder
a7c4ec1ee9
promote neolit123 to test/ approver
2020-06-30 09:36:38 -07:00
Benjamin Elder
71c2b825e2
BenTheElder approves test/
...
I've been a reviewer / approver via teh sig-testing alias here, but that's opaque and I review & approve a lot of these, making it explicit.
2020-06-26 22:02:13 -07:00
Benjamin Elder
7dfe160c0c
sort cluster/ OWNERS
2020-06-26 21:52:29 -07:00
Benjamin Elder
62eb860ddf
spiffxp should be a cluster reviewer
2020-06-26 21:51:40 -07:00
Benjamin Elder
839223f6c8
Katharine is no longer active
2020-06-26 21:50:57 -07:00
Benjamin Elder
3a531edbd1
rmmh is no longer active
2020-06-26 21:49:24 -07:00
Kubernetes Prow Robot
fe4fae0343
Merge pull request #92212 from thockin/verify-typecheck-no-gopath
...
Make verify-typecheck not depend on GOPATH
2020-06-26 20:16:14 -07:00
Anago GCB
66ff1ae536
CHANGELOG: Update directory for v1.18.5 release
2020-06-26 19:32:09 +00:00
Anago GCB
fcc969def8
CHANGELOG: Update directory for v1.17.8 release
2020-06-26 19:31:01 +00:00
Anago GCB
0874abcbc5
CHANGELOG: Update directory for v1.16.12 release
2020-06-26 19:29:34 +00:00
Kubernetes Prow Robot
7d5cf04626
Merge pull request #92533 from liggitt/runtimeclass
...
Stop enabling alpha runtimeclass API
2020-06-26 11:49:56 -07:00
Kubernetes Prow Robot
ed67d43ea4
Merge pull request #92530 from mattcary/metricsload
...
Avoid grabbing metrics when they're not validated
2020-06-26 11:49:46 -07:00
Kubernetes Prow Robot
3e438a9bad
Merge pull request #92427 from wojtek-t/improve_affinity_tests
...
Improve LB session affinity tests
2020-06-26 11:49:31 -07:00
Tim Hockin
d187d7effa
Rewrite typecheck against x/tools/go/packages
...
This runs much faster than before. This change removes all of the
async status output because all of the compute time is spent inside
go/packages, with no opportunity to update the status.
Adds testdata code to prove it fails when expected.
2020-06-26 11:12:06 -07:00
Kubernetes Prow Robot
c90427d42e
Merge pull request #92423 from aojea/debugConntrack
...
dump conntrack table on e2e conntrack failures
2020-06-26 08:03:31 -07:00
Antonio Ojea
0ef7f27fc1
dump conntrack table on e2e conntrack failures
...
Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2020-06-26 13:25:40 +02:00
Kubernetes Prow Robot
a730ad56b9
Merge pull request #92345 from brianpursley/unmount-handle-not-found
...
Make unmount device log warning and continue if mount path is not found
2020-06-26 04:17:45 -07:00
Kubernetes Prow Robot
a03db636da
Merge pull request #91366 from giuseppe/cgroupfs-cgroupv2
...
vendor: update google/cadvisor and opencontainers/runc
2020-06-26 04:17:31 -07:00
wojtekt
3c34b56fbf
Improve LB session affinity tests
2020-06-26 10:59:00 +02:00
Kubernetes Prow Robot
5016c22845
Merge pull request #92509 from hasheddan/schedule-panic
...
Fix assignment to nil map in e2e scheduling predicates
2020-06-26 00:08:14 -07:00
Kubernetes Prow Robot
5ff5dbb07c
Merge pull request #92497 from oomichi/vsphere
...
nit: Fix invokeStaleDummyVMTestWithStoragePolicy()
2020-06-26 00:08:04 -07:00
Kubernetes Prow Robot
0eaa85483b
Merge pull request #92485 from oomichi/metrics-grabber
...
Avoid DeprecatedMightBeMasterNode() in e2e metrics
2020-06-26 00:07:54 -07:00
Kubernetes Prow Robot
30dbfbec84
Merge pull request #92367 from gongguan/instancev2
...
define and implement cloud InstanceV2
2020-06-26 00:07:45 -07:00
Kubernetes Prow Robot
7fb3f3e8ec
Merge pull request #92353 from farah/farah/fix-typo
...
Fix typo in metrics.go
2020-06-26 00:07:31 -07:00
Kubernetes Prow Robot
b3033da9a1
Merge pull request #92200 from adtac/adtac/reserve
...
scheduler: merge Reserve and Unreserve plugins
2020-06-25 19:57:31 -07:00
Kubernetes Prow Robot
9859793a8b
Merge pull request #92362 from brianpursley/kubernetes-90739
...
Add bazel_skylib_workspace to fix make bazel-test 'no matching toolchains found' error
2020-06-25 17:51:30 -07:00
Jordan Liggitt
a36aa9c31e
Stop enabling alpha runtimeclass API
2020-06-25 20:29:11 -04:00
Kenichi Omichi
176c8e219f
Avoid DeprecatedMightBeMasterNode() in e2e metrics
...
As its name, DeprecatedMightBeMasterNode is deprecated.
In e2e metrics, the function was used for knowing master node name to
get metrics from kube-scheduler and kube-controller-manager pods.
This make e2e metrics get these metrics directly by getting those pod
names without calling DeprecatedMightBeMasterNode().
2020-06-25 23:08:24 +00:00
Kubernetes Prow Robot
b0967edfd7
Merge pull request #92484 from liggitt/csr-deprecation
...
Mark 1.19 deprecated beta APIs and replacements
2020-06-25 14:18:16 -07:00
Tim Hockin
734f27d980
Add a reminder to add/rm files
2020-06-25 13:40:17 -07:00
Tim Hockin
15df3d6042
Make verify-typecheck not depend on GOPATH
...
This script fails if not under a GOPATH because we use go/types, which
is not modules aware.
2020-06-25 13:39:51 -07:00
Tim Hockin
a2f26075c8
Don't typecheck directories that start with _
...
Go ignores them, so should we.
2020-06-25 13:39:50 -07:00
Kubernetes Prow Robot
cb37c08846
Merge pull request #92503 from wojtek-t/enable_index_for_pods
...
Bump SelectorIndex to beta
2020-06-25 12:12:38 -07:00
Anago GCB
e5e5ff03ac
CHANGELOG: Update directory for v1.16.12-rc.1 release
2020-06-25 17:22:51 +00:00
Anago GCB
3546c5eef6
CHANGELOG: Update directory for v1.18.5-rc.1 release
2020-06-25 17:09:27 +00:00
Anago GCB
0525a0ec72
CHANGELOG: Update directory for v1.17.8-rc.1 release
2020-06-25 17:08:37 +00:00
Kubernetes Prow Robot
a8abba5a17
Merge pull request #92498 from wojtek-t/bump_etcd_version
...
Bump etcd revision after changes to migrate script
2020-06-25 09:46:18 -07:00
Kubernetes Prow Robot
62b091b77f
Merge pull request #92476 from Huang-Wei/pbd-bug
...
Fix a preemption bug when pods are listed in pdb.Status.DisruptedPods
2020-06-25 09:46:08 -07:00
Kubernetes Prow Robot
66761346af
Merge pull request #92347 from rahulchheda/logging
...
Removed mutex thread locking and unlocking from logging Format registry
2020-06-25 09:45:53 -07:00
Kubernetes Prow Robot
14c69640d0
Merge pull request #87166 from jingxu97/Jan/mountcheckfix
...
Fix issue in kubelet getMountedVolumePathListFromDisk
2020-06-25 09:45:39 -07:00
hasheddan
df5ddc70a0
Fix assignment to nil map in e2e scheduling predicates
...
Ready schedulable nodes are being inserted into an unitialized string
set, causing an assignment to entry in nil map in the underlying data
structure. This initializes the string set before attempting to insert
nodes.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2020-06-25 08:32:00 -05:00
Kubernetes Prow Robot
e529bd0bca
Merge pull request #92404 from BenTheElder/agnhost-primary2
...
s/master/primary in agnhost guestbook usage
2020-06-25 05:30:37 -07:00
wojtekt
5aafaefa4a
Bump SelectorIndex to beta
2020-06-25 11:58:32 +02:00
Rahul M Chheda
6871020892
iRemoved mutex thread locking and unlocking from logging Format registry
...
Signed-off-by: Rahul M Chheda <rchheda@infracloud.io>
2020-06-25 15:03:02 +05:30
Kubernetes Prow Robot
4a91ecb976
Merge pull request #91863 from knabben/kubelet-memcg-notification
...
Moving Kubelet kernel-memgc-notification to configuration file
2020-06-25 00:20:37 -07:00
wojtekt
c0e930f176
Bump etcd revision after changes to migrate script
2020-06-25 07:56:29 +02:00
Kenichi Omichi
d964569e1e
nit: Fix invokeStaleDummyVMTestWithStoragePolicy()
...
There were nits in invokeStaleDummyVMTestWithStoragePolicy() like
- The error message didn't contain necessary space
- IsVMPresent() can return an error, but lack of the error handling
- IsVMPresent() returns true/false, but didn't use ExpectEqual() and
less code readability
This fixes those things.
2020-06-25 04:49:39 +00:00
Kubernetes Prow Robot
c5b3dba02d
Merge pull request #92109 from kishorj/nlb_udp_support
...
Allow UDP for AWS NLB
2020-06-24 21:40:36 -07:00
gongguan
22e083f132
implement instancesV2
2020-06-25 11:15:57 +08:00