Commit Graph

10808 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
7c3f7065db Merge pull request #91113 from soltysh/create_deployment
Refactor create deployment and add --port flag
2020-05-26 23:24:54 -07:00
Kubernetes Prow Robot
5e8a7477ee Merge pull request #91403 from colin404/fix
fix the wrong function description
2020-05-26 21:08:53 -07:00
Kubernetes Prow Robot
7134718c5a Merge pull request #91392 from prameshj/getlb
Check for GCE finalizer in GetLoadBalancer.
2020-05-26 21:08:40 -07:00
Kubernetes Prow Robot
aba339c63a Merge pull request #91196 from andyzhangx/azuredisk-migration-topology
fix: topology translation issue in azure disk storage class migration
2020-05-26 19:12:55 -07:00
Kubernetes Prow Robot
03cd30b9d7 Merge pull request #90494 from knabben/kubelet-provider
Migrating Kubelet --enable-server and --provider-id flags to config
2020-05-26 19:12:42 -07:00
Franco Morinigo
70820bbaa2 feat: use annotation to filter AWS LB target nodes 2020-05-26 21:01:48 -03:00
Kubernetes Prow Robot
b9405f778c Merge pull request #91273 from mrunalp/cri_errors
cri-api: Introduce errors package for the CRI
2020-05-26 16:48:43 -07:00
Pavithra Ramesh
7b3e25dc25 Check for GCE finalizer in GetLoadBalancer.
This is a more accurate check that looking for the forwarding rule, which could be
deleted if delete flow was partially complete and abrupted by an upgrade, or if deleted
by user manually.

Added unit test.
Addressed review comments.
2020-05-26 16:34:02 -07:00
Kubernetes Prow Robot
a79c711191 Merge pull request #91417 from wojtek-t/fix_watch_race
Fix the bug of watches being accepted instead of returning "too old resource version" in watchcache
2020-05-26 13:38:11 -07:00
Kubernetes Prow Robot
cd16abab5d Merge pull request #91324 from serathius/owners
Add OWNERS file to component-base/logs
2020-05-26 13:37:52 -07:00
Hongcai Ren
0459c2afab cleanup misleading errors in openAPI tesing (#91321)
* cleanup misleading errors in openAPI tesing

* make sure test case would fail
2020-05-26 13:37:42 -07:00
Kubernetes Prow Robot
8c2474f1a1 Merge pull request #90638 from tsmetana/vsphere-provision-pv-race
VSphere cloud provider: Fix race in disk provisioning
2020-05-26 13:37:09 -07:00
Kubernetes Prow Robot
81e96bf6fc Merge pull request #90296 from mandelsoft/master
go-to-protobuf: fix rewrite of embedded struct fields
2020-05-26 13:36:55 -07:00
Kubernetes Prow Robot
45a230aecc Merge pull request #89683 from yuzhiquan/feature-implement-logging-format-flag
Implement logging format flag at component-base
2020-05-26 13:36:41 -07:00
Kubernetes Prow Robot
d9f09b98bb Merge pull request #90609 from tariq1890/replicaset_typo
s/RelicaSets/ReplicaSets
2020-05-26 12:08:10 -07:00
Maciej Szulik
ed1a0e9456 Refactor create deployment and add --port flag 2020-05-26 17:33:28 +02:00
wojtekt
ef1e5b6d3a Watch should return "too old RV" if it can't serve it. 2020-05-26 17:01:08 +02:00
Kubernetes Prow Robot
3a95b1130a Merge pull request #91439 from weijiehu/azureretry
Improves unittest CC for azure_error and azure_retry
2020-05-26 07:33:13 -07:00
Kubernetes Prow Robot
f097cee156 Merge pull request #90960 from zhouya0/fix_kubectl_create_secret_docker_registry
Fix kubectl create secret docker-registry --from-file
2020-05-26 05:39:12 -07:00
RainbowMango
4d8280acca rename metric scheduler_total_preemption_attempts to scheduler_preemption_attempts_total as counter metrics should have _total suffix. 2020-05-26 20:11:42 +08:00
Maciej Szulik
9e7ca872b4 Set schedule and image flags required for create cronjob 2020-05-26 12:36:47 +02:00
Kubernetes Prow Robot
a82d71c376 Merge pull request #91199 from aubm/refactor-kubectl-create-deploy-isolate-create-logic
Refactor kubectl create deploy: isolate obj construction logic
2020-05-26 02:27:12 -07:00
weijiehu
a3069432ce Improves unittest CC for azure_error and azure_retry 2020-05-26 00:31:10 -07:00
Kubernetes Prow Robot
b07d99dd35 Merge pull request #91310 from tkashem/reset-pf-metrics
Reset flowcontrol metrics on a DELETE /metrics
2020-05-25 23:29:11 -07:00
Rafal Wicha
852442c0ff Promote kubescheduler.config.k8s.io to v1betav1 2020-05-25 22:25:57 +01:00
Marwan Ahmed
524a7f2ef0 add method for async deletion in vmss client without waiting on future 2020-05-25 13:35:22 -07:00
Kubernetes Prow Robot
2f38e1b130 Merge pull request #91142 from cofyc/fix91139
Add versioned counterparts for VolumeBindingArgs
2020-05-25 09:03:12 -07:00
Johannes M. Scheuermann
bd42094d90 Update kube-apiserver flag comments 2020-05-25 15:43:56 +02:00
Kubernetes Prow Robot
d66bbd8728 Merge pull request #86477 from RainbowMango/pr_introduce_promlint
Introduce promlint to guarantee metrics follow Prometheus best practices
2020-05-25 03:53:12 -07:00
Lingfei Kong
fa73cacc5d fix the wrong function description 2020-05-25 15:04:01 +08:00
Kubernetes Prow Robot
1d365a8cad Merge pull request #91188 from v-xuxin/enrich-unit-test
Azure: Enrich the unit tests for vmclient,vmssclient and vmssvmclient
2020-05-24 23:15:11 -07:00
Kubernetes Prow Robot
0e37bcce2c Merge pull request #88385 from tallclair/node-reviews
Remove tallclair from some OWNERS files
2020-05-24 20:23:11 -07:00
v-xuxin
01e0680601 Enrich the unit tests for vmclient,vmssclient and vmssvmclient 2020-05-25 02:14:01 +00:00
Zhou Peng
ef1deb8b40 [kubectl/pkg/cmd/rollout]: fix typo & tidy imports
Signed-off-by: Zhou Peng <p@ctriple.cn>
2020-05-25 09:37:18 +08:00
Oleg Atamanenko
8aa0df4a74 Ignore forbidden error for leases when describing node 2020-05-23 09:07:58 -07:00
Jordan Liggitt
6249f287e1 Revert "Rely on default watch cache capacity and ignore its requested size"
This reverts PR 91260
2020-05-23 09:21:22 -04:00
Christopher M. Luciano
2b091f60ca ingress: Add Ingress to v1 API and update backend to defaultBackend
ingress: use new serviceBackend split

ingress: remove all v1beta1 restrictions on creation

This change removes creation and update restrictions enforced by
k8s 1.18 for not allowing resource backends.

Paths are no longer
required to be valid regex and a PathType is now user-specified
and no longer defaulted.

Also remove all TODOs in staging/net/v1 types

Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-05-22 11:57:41 -04:00
Kubernetes Prow Robot
1700acb035 Merge pull request #91260 from wojtek-t/dont_use_watchcache_capacity
Rely on default watch cache capacity and ignore its requested size
2020-05-22 08:06:37 -07:00
andyzhangx
e7696d48db fix: fix topology issue in azure disk sc migration
fix golint

fix gofmt

add more tests
2020-05-22 13:14:45 +00:00
Li Bo
eabb362aa3 log tls handshake error at trace level to avoid error flooding, and add
metric to count such errors
2020-05-22 15:31:04 +08:00
Uwe Krueger
52063cab17 add docu + fix copyright year 2020-05-22 09:20:56 +02:00
Amim Knabben
f6246aba6e Moving Kubelet --node-status-max-images flag to configuration 2020-05-21 22:37:01 -04:00
Yecheng Fu
8bbbe62fbd Add versioned counterparts for VolumeBindingArgs: auto-generted files 2020-05-22 09:30:53 +08:00
Yecheng Fu
0a3d55f2e0 Add versioned counterparts for VolumeBindingArgs 2020-05-22 09:30:52 +08:00
Kubernetes Prow Robot
60559bc919 Merge pull request #91197 from weijiehu/azurestorageaccountclient
Improves unittest CC for azure_storageaccountclient
2020-05-21 15:58:37 -07:00
Mrunal Patel
ba90b40cd6 cri-api: Introduce errors package for the CRI
We start by adding a helper function for IsNotFound errors.
The expectation is that CRI implementations return
the grcp not found status code for situations where
they can't find a container or a pod. This is the lowest
hanging fruit to start improving the kubelet to detect
such conditions and react better.

Signed-off-by: Mrunal Patel <mpatel@redhat.com>
2020-05-21 06:24:04 -07:00
Marek Siarkowicz
7a1b913e5c Add OWNERS file to component-base/logs 2020-05-21 10:40:49 +02:00
Kubernetes Prow Robot
590f1a46ee Merge pull request #91093 from andyzhangx/azurefile-annotation
fix: azure file migration support on annotation behavior change
2020-05-20 19:41:01 -07:00
Kubernetes Prow Robot
12088aa76d Merge pull request #90649 from cici37/leaderelectionconfig
Moving leaderelectionconfig to k8s.io/component-base
2020-05-20 19:40:47 -07:00
Kubernetes Prow Robot
97145d685c Merge pull request #91077 from brianpursley/kubectl-501-2
Changed kubectl config set-cluster and set-credentials to support process substitution for filenames
2020-05-20 16:45:25 -07:00