Kubernetes Prow Robot
b860d08e4b
Merge pull request #96226 from jiahuif/feature/migration-configuration/parsing
...
leader migration configuration: parsing & validation.
2020-12-28 10:12:27 -08:00
Tim Hockin
02b77861ec
Move defaultingressclass admission to net subdir
2020-12-28 09:58:30 -08:00
André Martins
659f9d383a
pkg/labels: replace bytes.Buffer with strings.Builder
...
strings.Builder has better performance over bytes.Buffer for building
strings:
Benchmark results:
```
name old time/op new time/op delta
RequirementString-8 92.6ns ± 1% 46.9ns ± 1% -49.34% (p=0.000 n=4+5)
name old alloc/op new alloc/op delta
RequirementString-8 96.0B ± 0% 32.0B ± 0% -66.67% (p=0.008 n=5+5)
name old allocs/op new allocs/op delta
RequirementString-8 2.00 ± 0% 1.00 ± 0% -50.00% (p=0.008 n=5+5)
```
Signed-off-by: André Martins <aanm90@gmail.com>
2020-12-28 15:00:59 +01:00
André Martins
b3561401fd
pkg/util/net: replace bytes.Buffer with strings.Builder
...
strings.Builder has better performance over bytes.Buffer for building
strings:
Benchmark results:
```
name old time/op new time/op delta
_ParseQuotedString-8 146ns ±20% 105ns ± 2% -28.14% (p=0.008 n=5+5)
name old alloc/op new alloc/op delta
_ParseQuotedString-8 80.0B ± 0% 24.0B ± 0% -70.00% (p=0.008 n=5+5)
name old allocs/op new allocs/op delta
_ParseQuotedString-8 2.00 ± 0% 2.00 ± 0% ~ (all equal)
```
Signed-off-by: André Martins <aanm90@gmail.com>
2020-12-28 14:54:46 +01:00
chymy
25f8545b9d
Fix on comments
...
Signed-off-by: chymy <chang.min1@zte.com.cn>
2020-12-28 15:28:51 +08:00
he.qingguo
da509d2ea2
Remove duplicate nodeSelector for kube-dns
...
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
2020-12-28 11:20:45 +08:00
xiongzhongliang
5eff181ec3
code cleanup for kubectl alpha -h
2020-12-27 07:30:44 +08:00
lixiaobing1
0e274441ba
add node selector info in ErrReasonPod
2020-12-26 14:15:08 +08:00
he.qingguo
416e41d5ec
CHANGELOG: add a hyperlink to issue 86282
...
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
2020-12-26 09:20:21 +08:00
Kubernetes Prow Robot
0a839c6c3b
Merge pull request #97447 from amwat/legacylogdump
...
Fix incorrect literal quotes in logdump path
2020-12-24 21:46:27 -08:00
Alex Dudko
b11e4f2484
Migrate scheduler.go, factory.go to structured logging
2020-12-24 18:50:30 -08:00
Kubernetes Prow Robot
88a05df5ff
Merge pull request #97266 from robbiemcmichael/kubeadm-validate-cert-chains
...
kubeadm: support certificate chain validation
2020-12-24 11:32:26 -08:00
Robbie McMichael
9022f24aed
kubeadm: tests for certificate chain validation
2020-12-24 23:49:04 +08:00
Robbie McMichael
de8821acd3
kubeadm: support certificate chain validation
...
Fixes an issue where some kubeadm phases fail if a certificate file
contains a certificate chain with one or more intermediate CA
certificates. The validation algorithm has been changed from requiring
that a certificate was signed directly by the root CA to requiring that
there is a valid certificate chain back to the root CA.
2020-12-24 23:41:10 +08:00
Victor Timofei
3a107951f0
Update the wording of the DeltaFIFO
2020-12-24 16:33:04 +02:00
Amit Watve
c954bc61a5
fix literal quotes in logdump path.
2020-12-24 00:23:32 -08:00
chymy
6ec7b823c1
Add a hyperlink to issue 95156
...
Signed-off-by: chymy <chang.min1@zte.com.cn>
2020-12-24 15:41:05 +08:00
Rajalakshmi-Girish
98948ad809
fixes the unit tests to be more tolerant with error messages
2020-12-24 04:47:46 +00:00
Gurleen Grewal
2414bce4c3
Fix golint issues in pkg/kubelet/types
2020-12-23 19:21:31 -08:00
chymy
db71b5b156
fix anchor point err
...
Signed-off-by: chymy <chang.min1@zte.com.cn>
2020-12-24 11:18:45 +08:00
chymy
6b5165ae8a
CHANGELOG: fix markdown format
...
Signed-off-by: chymy <chang.min1@zte.com.cn>
2020-12-24 10:28:26 +08:00
Masashi Honma
8d83dfe207
Namespace has no effect when exposing deployment with --dry-run=client
...
This is how to reproduce.
$ kubectl create ns testns
$ kubectl -n testns create deployment test-deploy --image=nginx
$ kubectl -n testns expose deployment.apps/test-deploy --port=80 --dry-run=client -o yaml
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: test-deploy
name: test-deploy
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
app: test-deploy
status:
loadBalancer: {}
If --dry-run=client is not specified, namespace element is contained in the yaml.
2020-12-24 10:32:34 +09:00
Kubernetes Prow Robot
9858bc2925
Merge pull request #97452 from 249043822/br-cleanup-kubctl111
...
remove unused funcs for kubeadm tests
2020-12-23 17:04:26 -08:00
Kubernetes Prow Robot
37352fb58e
Merge pull request #97376 from SergeyKanzhelev/dockerSubnetOnContainerd
...
configure docker on containerd nodes so it wouldn't reserver 172.17 s…
2020-12-23 14:34:27 -08:00
Kubernetes Prow Robot
35bbb52735
Merge pull request #97482 from thockin/makefile-comments-CnP
...
Fix Makefile cut-paste comment errors
2020-12-23 12:54:26 -08:00
Kubernetes Prow Robot
47c2983490
Merge pull request #97432 from saikat-royc/skip-multiaz-volume-test
...
Skip multi az PD storage test if no extra zone detected
2020-12-23 12:00:38 -08:00
Kubernetes Prow Robot
e20300b1a0
Merge pull request #93285 from aarnaud/windows-devicemanager
...
Port deviceManager to windows container manager to enable GPU access
2020-12-23 12:00:26 -08:00
Sergey Kanzhelev
d78db9f161
configure docker on containerd nodes so it wouldn't reserver 172.17 subnet
2020-12-23 18:49:57 +00:00
Kubernetes Prow Robot
6d76ece4d6
Merge pull request #97413 from SataQiu/fix-kubeadm-join-command-20201221
...
kubeadm: clean redundant whitespace for join command template
2020-12-23 10:18:26 -08:00
Kubernetes Prow Robot
fec1a366c3
Merge pull request #91592 from jayunit100/netpol-impl2
...
new NetworkPolicy Validation suite
2020-12-23 05:56:27 -08:00
jay vyas
36ae8fd91a
import the netpol testing package so that ownership is attributed correctly in the network policy testing suit
2020-12-23 07:40:47 -05:00
Tim Hockin
6f0f7aad46
Fix Makfile cut-paste comment errors
2020-12-22 21:37:42 -08:00
Kubernetes Prow Robot
f11c3b475d
Merge pull request #94858 from waynepeking348/master
...
fix bugs when copying deployment annotations to replicaSet if value is empty
2020-12-22 19:08:26 -08:00
he.qingguo
18b7fe8fd8
Optimized some non-standard variable names
...
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
2020-12-23 09:20:04 +08:00
he.qingguo
d5966cb5d9
cleanup: fix some error log capitalization
...
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
2020-12-23 08:36:43 +08:00
Kubernetes Prow Robot
94be86aaa2
Merge pull request #97349 from aldudko/kube-scheduler-logging
...
Migrate pkg/scheduler logs to structured logging
2020-12-22 15:02:26 -08:00
jay vyas
59517f7335
Adding casey (sig-net chair) to approvers list for test/e2e/network
...
Adding casey (sig-net chair) to approvers list for test/e2e/network
2020-12-22 16:20:59 -05:00
Saikat Roychowdhury
bc4977724f
Skip multi az PD storage test if no extra zone detected
2020-12-22 21:06:44 +00:00
Haowei Cai
ba143a7bdd
crd create event: skip storage teardown if the crd info doesn't change
2020-12-22 13:00:06 -08:00
Gurleen Grewal
73f24d6beb
Fix golint issues in api/admission and api/admissionregistration
2020-12-22 12:13:41 -08:00
Ricardo Pchevuzinske Katz
a1b66f11b5
Change GetBootTime to work specificaly with FreeBSD
...
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2020-12-22 16:52:47 -03:00
Kubernetes Prow Robot
d815833a30
Merge pull request #97206 from tkashem/panic
...
clean up executing request on panic
2020-12-22 10:26:26 -08:00
Kubernetes Prow Robot
c6b3e72e0e
Merge pull request #97421 from claudiubelu/test-images-20h2
...
test images: Adds 20H2 to the windows_os_versions
2020-12-22 07:52:41 -08:00
Kubernetes Prow Robot
8c6f244c18
Merge pull request #97302 from jindezgm/patch-1
...
Refresh Timestamp when pod is not present in the three sub-queues
2020-12-22 07:52:26 -08:00
KeZhang
0abed09a6a
remove unused funcs for kubeadm tests
2020-12-22 19:37:30 +08:00
xiongzhongliang
fe094b20d2
fix typo of kubectl completion -h
2020-12-22 16:49:39 +08:00
Kubernetes Prow Robot
0f7c2dc314
Merge pull request #97082 from andyzhangx/azurefile-actimeo
...
fix: azure file latency issue for metadata-heavy workloads
2020-12-21 19:12:25 -08:00
Kubernetes Prow Robot
d63dc87ae8
Merge pull request #97418 from wojtek-t/guaranteed_update_refactors
...
Unify variable naming between GuaranteedUpdate and Delete in storage
2020-12-21 15:40:25 -08:00
Kubernetes Prow Robot
83156c6246
Merge pull request #92335 from farah/farah/remove-unused-interface
...
Delete unused interface
2020-12-21 14:50:25 -08:00
Kubernetes Prow Robot
b10d82b93b
Merge pull request #97422 from claudiubelu/sample-apiserver-tty
...
test images: Allows sample-apiserver to be built without a TTY
2020-12-21 14:00:25 -08:00