Commit Graph

10134 Commits

Author SHA1 Message Date
Paulo Gomes
550a67869a Warn when insecure TLS ciphers are selected. 2020-05-18 13:16:32 +01:00
Kubernetes Prow Robot
4e975b9fc2 Merge pull request #91184 from DataDog/bp/azure-vmas-isshutdown
Azure: support non-VMSS instances removal
2020-05-18 03:23:36 -07:00
Benjamin Pineau
75912f63ed Azure: support non-VMSS instances removal
When called by Controller Manager lifecycle controller for a node missing
heartbeats (via `InstanceShutdownByProviderID()`), Azure cloud provider
ensures the instance backing that node is shut down or otherwise removed from
its containing VMSS before allowing the node to be reaped from the cluster.

But it won't test the same for VMAS or standalone instances (not part of a
VMSS), which are otherwise well supported: they can register, for instance.
So deleted non-VMSS instances will leave `NotReady` nodes behind, and,
depending on their name, might cause regular VMSS List / full re-scans.
2020-05-18 09:00:24 +02:00
Kubernetes Prow Robot
1b6de445c9 Merge pull request #90676 from aubm/refactor-command-kubectl-create-deploy
Remove the dependency between create deploy command and generators
2020-05-17 21:19:35 -07:00
Kubernetes Prow Robot
b1ad88740a Merge pull request #91086 from v-xuxin/enrich-unit-test
Azure: Enrich the unit tests for vmsizeclient and snapshotclient and s…
2020-05-17 01:43:36 -07:00
Kubernetes Prow Robot
565487fc02 Merge pull request #91097 from feiskyer/fix-vmo
Fix VirtualMachineScaleSets.virtualMachines.GET not allowed issues when customers have set VMSS orchestrationMode to VM
2020-05-16 22:37:36 -07:00
Kubernetes Prow Robot
323f34858d Merge pull request #91167 from QianChenglong/fix-lint
fix: golint errors in staging/src/k8s.io/apimachinery/pkg/api/validation
2020-05-16 19:00:33 -07:00
Kubernetes Prow Robot
b170451caa Merge pull request #90183 from dims/update-kubernetes-to-klog-v2
Update kubernetes to klog v2
2020-05-16 18:59:51 -07:00
Kubernetes Prow Robot
5777b913a3 Merge pull request #90792 from jsafrane/cinder-resize-event
Send a nicer event when resizing attached Cinder volume
2020-05-16 09:45:35 -07:00
Kubernetes Prow Robot
7f0c05b909 Merge pull request #90544 from chendave/weight
configurable weight on the CPU and memory
2020-05-16 07:36:30 -07:00
Kubernetes Prow Robot
8de8d25f6e Merge pull request #90338 from gaurav1086/azure_remove_sprintf
provider/azure: Remove unnecessary Sprintf in azure_routes.go
2020-05-16 07:36:17 -07:00
QianChenglong
9372e80ec6 fix: golint errors in staging/src/k8s.io/apimachinery/pkg/api/validation
Signed-off-by: QianChenglong <qian_cheng_long@163.com>
2020-05-16 21:23:13 +08:00
Davanum Srinivas
07d88617e5 Run hack/update-vendor.sh
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:54:33 -04:00
Davanum Srinivas
ce6292f6c6 fix API change in apiserver-network-proxy
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:54:32 -04:00
Davanum Srinivas
eea0fea657 Drop tests that break with newer oauth2
The bazel test failures are caused by (oauth2: turn Transport.CancelRequest into a no-op)[858c2ad4c8]:
0f29369cfe...858c2ad4c8

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:54:32 -04:00
Davanum Srinivas
442a69c3bd switch over k/k to use klog v2
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:54:27 -04:00
Davanum Srinivas
3992c8669f Updating dependency golang.org/x/mod to version v0.1.0
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:02 -04:00
Davanum Srinivas
e3a1dde5a1 Updating dependency golang.org/x/mobile to version v0.0.0-20190719004257-d2bd2a29d028
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:02 -04:00
Davanum Srinivas
4fca8bba14 Updating dependency golang.org/x/image to version v0.0.0-20190802002840-cff245a6509b
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:02 -04:00
Davanum Srinivas
15fa9902e9 Updating dependency golang.org/x/oauth2 to version v0.0.0-20191202225959-858c2ad4c8b6
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:01 -04:00
Davanum Srinivas
a31d23dce3 Updating dependency golang.org/x/lint to version v0.0.0-20191125180803-fdd1cda4f05f
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:01 -04:00
Davanum Srinivas
cd596c5bdf Updating dependency golang.org/x/exp to version v0.0.0-20191227195350-da58074b4299
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:00 -04:00
Davanum Srinivas
4335e46738 Updating dependency honnef.co/go/tools to version v0.0.1-2019.2.3
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:53:00 -04:00
Davanum Srinivas
f541ac3139 Updating dependency google.golang.org/appengine to version v1.6.5
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:59 -04:00
Davanum Srinivas
3a44a2ab41 Updating dependency go.opencensus.io to version v0.22.2
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:59 -04:00
Davanum Srinivas
a185928a25 Updating dependency github.com/jstemmer/go-junit-report to version v0.9.1
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:58 -04:00
Davanum Srinivas
584cccad8b Updating dependency github.com/google/pprof to version v0.0.0-20191218002539-d4f498aebedc
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:58 -04:00
Davanum Srinivas
9bdefa900a Updating dependency github.com/golang/groupcache to version v0.0.0-20191227052852-215e87163ea7
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:58 -04:00
Davanum Srinivas
f25cb97234 Updating dependency google.golang.org/genproto to version v0.0.0-20200115191322-ca5a22157cba
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:57 -04:00
Davanum Srinivas
8a9bbd691e Updating dependency cloud.google.com/go to version v0.51.0
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:57 -04:00
Davanum Srinivas
f1036ad75e Updating dependency sigs.k8s.io/apiserver-network-proxy/konnectivity-client to version 33b9978
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:56 -04:00
Davanum Srinivas
449810c785 Updating dependency k8s.io/utils to version 2df71eb
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:56 -04:00
Davanum Srinivas
ca8ec8a623 Updating dependency github.com/GoogleCloudPlatform/k8s-cloud-provider to version 7901bc8
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:55 -04:00
Davanum Srinivas
815c6d4c90 Updating dependency k8s.io/kube-openapi to version 656914f
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:55 -04:00
Davanum Srinivas
b158354e8a Updating dependency k8s.io/gengo to version 8167cfd
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:51 -04:00
Kubernetes Prow Robot
6b6945bbfc Merge pull request #91085 from yue9944882/trim-deletioncollection-openapi-param
Exclude openapi params for DELETECOLLECTION ("watch"/"allowWatchBookmarks")
2020-05-15 23:02:13 -07:00
Kubernetes Prow Robot
c929660203 Merge pull request #91082 from gongguan/aws-test
refactor aws nodeAddresses tests
2020-05-15 23:01:36 -07:00
Aurélien Baumann
0cbb2087da Remove the dependency between create deploy command and generators 2020-05-15 23:21:17 +02:00
Dave Chen
621c73b984 Configurable weight on the CPU and memory
This change also make it possible to score the resources beyond the "cpu"
and "memory" which is currently listed in "defaultRequestedRatioResources".

Signed-off-by: Dave Chen <dave.chen@arm.com>
2020-05-15 22:26:30 +08:00
Kubernetes Prow Robot
678415a8a7 Merge pull request #91044 from gongguan/cobra-1.0.0
update spf13/cobra dependency to 1.0.0
2020-05-15 02:48:48 -07:00
Kubernetes Prow Robot
5b0d8d2ce1 Merge pull request #91024 from ingvagabund/display-tolerations-just-with-exists-operator
kubectl describe: print toleration tolerating everything
2020-05-15 02:48:21 -07:00
Kubernetes Prow Robot
f3a8eccd32 Merge pull request #90907 from gnufied/fix-overflow-issue
When casting resource.Quantity to int64 it may overflow
2020-05-15 02:47:39 -07:00
Kubernetes Prow Robot
53a707daae Merge pull request #88885 from julianvmodesto/kubectl-field-managers
Improve kubectl field manager names for clearer conflicts
2020-05-15 02:46:58 -07:00
Jan Chaloupka
0bd9a4c6c5 kubectl describe: print toleration tolerating everything
An empty key with operator Exists matches all keys, values
and effects which means this will tolerate everything:
tolerations:
- operator: "Exists"

as stated in https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/.

However, the current printTolerationsMultilineWithIndent implementation ignores
this case. As the toleration is valid, there's no reason
to skip it when writing the list of all pod's tolerations.
2020-05-14 17:15:52 +02:00
Pengfei Ni
5023bc449c Fix VirtualMachineScaleSets.virtualMachines.GET not allowed issues when customers have set VMSS orchestrationMode 2020-05-14 08:12:20 +00:00
yue9944882
6a7aa377f2 exclude openapi params for DELETECOLLECTION 2020-05-14 16:06:04 +08:00
Kubernetes Prow Robot
7580666e0c Merge pull request #91068 from mcristina422/equalTypos
Fix a few typos in the reflect package
2020-05-14 00:47:04 -07:00
Kubernetes Prow Robot
0171b12ad6 Merge pull request #91041 from weijiehu/azureroutetableclient
Improves unittest CC for azure_routetableclient
2020-05-14 00:46:54 -07:00
Kubernetes Prow Robot
f9f2875871 Merge pull request #91040 from weijiehu/azurerouteclient
Improves unittest CC for azure_routeclient
2020-05-14 00:46:45 -07:00
louisgong
c0b78c83a1 refactor aws nodeAddresses tests 2020-05-14 14:45:55 +08:00