Kubernetes Prow Robot
e154a6d637
Merge pull request #102455 from lunhuijie/addTestHelpers
...
Add test cases to the addAllocatableThresholds function in pkg/kubelet/eviction/helpers.go
2021-06-21 19:23:57 -07:00
payall4u
0dd1624ec8
update cri-api v1
2021-06-22 09:46:24 +08:00
caodonghui
25f479c2ac
fix'--log-file only works if --logtostderr=false'
2021-06-22 09:32:26 +08:00
Kubernetes Prow Robot
cfa0130b9f
Merge pull request #102466 from pacoxu/dns-1.8.4
...
kubeadm: update coredns to 1.8.4
2021-06-21 18:14:10 -07:00
Kubernetes Prow Robot
7f4abd897e
Merge pull request #102414 from divyenpatel/use-ga-topology-labels-for-vsphere
...
Update vSphere volume topology label to GA
2021-06-21 18:13:57 -07:00
Shu Muto
d95f677dd8
Fix OWNERS
2021-06-22 10:08:13 +09:00
Antonio Ojea
249db7ceb3
wait for endpoints to be available
2021-06-22 01:49:24 +02:00
Kubernetes Prow Robot
3bd29bc53d
Merge pull request #102829 from snowplayfire/update-devicemanager
...
Add resource capacity to ListAndWatch grpc logging
2021-06-21 16:28:09 -07:00
Kubernetes Prow Robot
844fa00c5e
Merge pull request #102725 from 249043822/br-podworker
...
Fix:slow memory leak may be in kubelet podworkers.isWorking
2021-06-21 16:27:57 -07:00
Kubernetes Prow Robot
62fdaabe82
Merge pull request #102635 from charlesxsh/fix-linux-test
...
fix a potential deadlock in graceful node shutdown unit tests
2021-06-21 16:27:45 -07:00
wangyysde
459fe7d08a
add support of imagePullPolicy to kubeadm
...
Signed-off-by: wangyysde <net_use@bzhy.com>
2021-06-22 07:13:25 +08:00
Kubernetes Prow Robot
ce8b7afc8a
Merge pull request #103060 from mauriciopoppe/expose-csi-proxy-version
...
Expose envvar CSI_PROXY_VERSION
2021-06-21 12:38:50 -07:00
Shihang Zhang
8231a3e921
CSIServiceAccountToken ga
2021-06-21 11:35:24 -07:00
Mauricio Poppe
e2061cfcd8
Expose envvar CSI_PROXY_VERSION
2021-06-21 18:33:23 +00:00
Divyen Patel
518844fd25
use GA topology labels for vsphere
2021-06-21 10:37:31 -07:00
Kubernetes Prow Robot
e1628dac4a
Merge pull request #103037 from navist2020/cleanup/WrapfToErrorf
...
Use errors.Errorf instead of errors.Wrapf when the err is nil
2021-06-21 10:07:02 -07:00
Kubernetes Prow Robot
0f4fd721e5
Merge pull request #102963 from andrewsykim/granular-services-remove-internet-tests
...
test/e2e/network: remove dependency to google.com for in-cluster networking tests
2021-06-21 10:06:51 -07:00
Soumya Ghosh Dastidar
1e949fa928
updating github.com/pkg/errors with native errors pkg
...
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
2021-06-21 22:23:33 +05:30
Antonio Ojea
4d11c3cd8c
deflake TestClientReceivedGOAWAY test
...
The test was flaking because the test was creating more connections
than expected.
Disabling connection pooling removes the flakes, and no more connections
are created that the necessary.
2021-06-21 17:37:20 +02:00
Kubernetes Prow Robot
671251a8b9
Merge pull request #103018 from feiskyer/test-cleanup
...
chore: clean up the tests that have external dependencies
2021-06-21 08:22:51 -07:00
wpedrak
6cb448c10e
Specify etcdctl version for livenessProbe
...
`--command-timeout` is supported in `ETCDCTL_API` version 3 and it is NOT supported in `ETCDCTL_API` version 2. Up to etcd 3.3 (inclusive) default version of `ETCDCTL_API` was 2. This change explicitly defines used `ETCDCTL_API` and allows usage of etcd versions below 3.4.
2021-06-21 16:12:32 +02:00
Arda Güçlü
676958c2bd
Fix NodeAuthenticator tests in dual stack
2021-06-21 15:41:13 +03:00
Kubernetes Prow Robot
99c35dc37c
Merge pull request #103044 from tiloso/fix-staticcheck-flake
...
Fix verify staticcheck flake in cluster/images/etcd/migrate
2021-06-21 04:42:50 -07:00
tiloso
b22d0b13cc
Fix verify staticcheck flake in cluster/images/etcd
2021-06-21 12:05:42 +02:00
Shu Muto
ea419eaf33
Add shu-mutou to dashboard approvers
...
Also, update members.
2021-06-21 18:39:43 +09:00
Antonio Ojea
6d3fd8353c
don't panic if nodeIPs are not found
2021-06-21 10:59:09 +02:00
navist2020
1f9d448283
Use errors.Errorf instead of errors.Wrapf when the err is nil
2021-06-21 16:17:32 +08:00
Kubernetes Prow Robot
513ae557a3
Merge pull request #103002 from TeweiLuo/remove-unmanaged-zone-tests
...
Remove gcepd unmanaged zone test.
2021-06-20 23:44:51 -07:00
Kubernetes Prow Robot
dd213f070e
Merge pull request #103019 from ordovicia/fix-scheduler-framework-extenders
...
Fix scheduler extenders being not called on preemptions
2021-06-20 16:54:52 -07:00
Andrew Sy Kim
afea48d23f
test/e2e/network: remove dependency to google.com for in-cluster networking tests
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-06-20 19:19:02 -04:00
Marek Siarkowicz
292f2a67bd
Update logging example with caller
2021-06-20 21:03:50 +02:00
Marek Siarkowicz
e37d6d6c6d
Simplify zap logger initialization
2021-06-20 18:27:10 +02:00
sanposhiho
a2a8080169
Fix: typo with hack/update-codegen.sh
2021-06-21 00:52:43 +09:00
sanposhiho
fc38aeed6f
Fix: typo on ExtractHoge
2021-06-21 00:48:06 +09:00
Kubernetes Prow Robot
0634437a70
Merge pull request #102628 from serathius/logs-sanitization
...
Add log sanitization klog integration tests
2021-06-20 06:56:51 -07:00
Marek Siarkowicz
b9d5d5536e
Add log sanitization klog integration tests
2021-06-20 13:52:35 +02:00
Kubernetes Prow Robot
e55ff835b4
Merge pull request #102922 from SataQiu/update-link
...
cmd/kubelet: replace KEP link with the documentation one as it is available now
2021-06-19 13:10:50 -07:00
Kubernetes Prow Robot
b469c9cfa4
Merge pull request #102437 from MadhavJivrajani/structured-logging/source-code-location
...
Add info about source code location in JSON logging
2021-06-19 08:46:50 -07:00
Madhav Jivrajani
cff40a7bcc
Add info about source code location in JSON logging
...
- Add `EncodeCaller` field in `encoderConfig`
- Use `ShortCallerEncoder` as `EncodeCaller
- Add CallerKey to encoderConfig
- Get frame of calling function based on what logging function is called (Info, Error, dPanic)
- Using obtained frame (if obtainable), set the Caller in the zapcore.Entry to indicate source code info
- Update tests to reflect the new format
Fix call frame depth implementation
- Implement zapLogger.WithCallDepth to implement the logr.CallDepthLogger interface
- Add a custom time encoder that use timeNow() stub instead of calling it manually in a zap Entry
- Update json logger unit tests and klog integration tests
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
2021-06-19 19:11:40 +05:30
Hidehito Yabuuchi
e371b27e6c
Fix frameworkImpl.extenders being not set
2021-06-19 18:07:31 +09:00
Pengfei Ni
875f1ffe2b
chore: clean up the tests that have external dependencies
2021-06-19 16:55:46 +08:00
Kubernetes Prow Robot
2ff70c77c9
Merge pull request #103010 from BenTheElder/ansi-386-overflow
...
update Azure/go-ansiterm to v0.0.0-20210617225240-d185dfc1b5a1
2021-06-18 21:42:49 -07:00
tewei.luo
72a53288a5
Remove gcepd unmanaged zone test.
...
This test verifies an implementation detail in the in-tree gcepd
plugin. The behavior is not implementated in the gcepd CSI driver
and therefore the test will be obsolete after CSI migration.
2021-06-19 04:13:11 +00:00
Kubernetes Prow Robot
53bc4c13c1
Merge pull request #96115 from ncopa/disk-usage
...
Get inodes and disk usage via pure go
2021-06-18 20:30:50 -07:00
Kubernetes Prow Robot
5b671d41c2
Merge pull request #102980 from mengjiao-liu/clean-up-master
...
Clean up the master term in test/integration comments
2021-06-18 19:27:01 -07:00
Kubernetes Prow Robot
2d0821c2a0
Merge pull request #102960 from BenTheElder/nodataracesplease
...
enable race detector by default in make test
2021-06-18 19:26:49 -07:00
Kubernetes Prow Robot
ba50598ae5
Merge pull request #102386 from JornShen/bump_calico_to_v3.19.1
...
bump calico to v3.19.1
2021-06-18 18:12:50 -07:00
Kubernetes Prow Robot
6fdb5a8100
Merge pull request #103004 from vinayakankugoyal/bug
...
remove the path if it exists before writing pki data.
2021-06-18 16:42:54 -07:00
Kubernetes Prow Robot
7e23c5367d
Merge pull request #95768 from danwinship/document-nodeaddresstype
...
Document the NodeAddressType values
2021-06-18 16:42:42 -07:00
Benjamin Elder
35e9d97f3e
update Azure/go-ansiterm to v0.0.0-20210617225240-d185dfc1b5a1
...
fixes constant overflow on windows/386
2021-06-18 16:11:58 -07:00