Vinay Bannai
e74ef5301a
Updating the version to the recent tag.
2020-12-30 13:13:55 -08:00
Vinay Bannai
a15bc5954c
The l7-default-backend/defult-http-backend now points to a new version of the 404-server-with-metrics.
...
Uses new container registry: gcr.io/google-container with the new version for the ingress-gce-404-server-with-metrics-amd64:v1.10.11
2020-12-30 13:13:55 -08:00
Aldo Culquicondor
4c85317d8d
Use autogenerated Job conversion functions
...
Change-Id: I46691310faa1973b153e344c95989bbea0ac8d6c
2020-12-30 13:19:32 -05:00
Jesus Herrera
d8bedb3980
Remove docker remote/docker-machine from build scripts
2020-12-30 12:37:51 -05:00
Kubernetes Prow Robot
0eea524c28
Merge pull request #96606 from chymy/klog-fix
...
fix log format optimization
2020-12-30 09:29:49 -08:00
wojtekt
60828f36f8
Update conformance tests list
2020-12-30 16:56:08 +01:00
wojtekt
8ce71fbae2
Autogenerated
2020-12-30 16:00:41 +01:00
wojtekt
0f88bbe9b1
Promote Immutable Secrets/ConfigMaps feature to GA
2020-12-30 16:00:41 +01:00
drfish
2fcea1f737
Fix typos in scheduler interpodaffinity package
2020-12-30 14:20:07 +08:00
he.qingguo
0f0fb40b8b
Fix typo in staging/src/.../wait_test.go
...
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
2020-12-30 14:10:04 +08:00
he.qingguo
6a0e98d1fc
Fix typo in pkg/kubelet/.../helpers_test.go
...
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
2020-12-30 14:06:09 +08:00
he.qingguo
3e4e50a3b9
Fix typo in pkg/volume/rbd/rbd_test.go
...
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
2020-12-30 13:58:41 +08:00
Jian Zeng
5ae687ecc6
feat(kubeadm): graduate command "kubeconfig user"
2020-12-30 10:24:23 +08:00
chymy
0f729ba517
fix log format
...
Signed-off-by: chymy <chang.min1@zte.com.cn>
2020-12-30 09:28:31 +08:00
Kubernetes Prow Robot
80be1d6c72
Merge pull request #96429 from rajansandeep/coredns180-kubeadm
...
[kubeadm]: Bump CoreDNS version to 1.8.0
2020-12-29 13:19:48 -08:00
Anthony ARNAUD
6013aaa370
use Lstat instead of Stat for unix socket on windows
2020-12-29 15:14:29 -05:00
Kubernetes Prow Robot
d664958e55
Merge pull request #96378 from neolit123/1.20-update-system-validators
...
vendor: update system-validators to v1.3.0
2020-12-29 11:47:48 -08:00
Sachin Kumar Singh
1e4cba79ef
Remove the dependency between create poddisruptionbudget and generators
2020-12-29 21:19:58 +05:30
drfish
4a839fa6d3
Fix typos in garbagecollector_test.go
2020-12-29 23:20:18 +08:00
Zhou Peng
493d5e8632
[pkg/cluster/ports/ports]: fix minor syntax
...
Signed-off-by: Zhou Peng <p@ctriple.cn>
2020-12-29 20:42:54 +08:00
Kubernetes Prow Robot
9406e145c2
Merge pull request #97326 from victor-timofei/deltafifo-doc
...
Update DeltaFIFO documentation and group Delta definitions to the top of the file
2020-12-28 23:50:28 -08:00
he.qingguo
c39d5da986
remove unused variable in e2e test[types]
...
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
2020-12-29 10:39:43 +08:00
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
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