Commit Graph

9644 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 1eb9b7d5d2
Merge pull request #8197 from justinsb/update_gcrio_images
Update gcr.io images
2019-12-25 12:55:38 -08:00
Kubernetes Prow Robot eac15ee25c
Merge pull request #8195 from fenggw-fnst/work
Add corresponding unit test to the function in subnet.go.
2019-12-25 12:03:50 -08:00
Kubernetes Prow Robot 22ddc3b423
Merge pull request #8191 from Aresforchina/fix-staticcheck-pkg-resources01
fix staticcheck failures in pkg/resources
2019-12-25 12:03:38 -08:00
tanjunchen cc0f7022f0 /hack: improve shell script in hack 2019-12-25 17:16:31 +08:00
Xiaoyu Zhong 5287f6d024 Refine Alicloud RAM role policy 2019-12-25 11:02:41 +08:00
Justin SB f29f6f9d75
Update gcr.io images 2019-12-24 11:14:24 -05:00
Ciprian Hacman e90474d593 Update support for RHEL 8 2019-12-24 17:07:23 +02:00
Kubernetes Prow Robot 5cb2d3605c
Merge pull request #8149 from hakman/staticcheck-dnsprovider
dnsprovider/pkg/dnsprovider - fix static check
2019-12-24 06:55:29 -08:00
Guangwen Feng 32e468bf77 Add corresponding unit test to the function in subnet.go.
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2019-12-24 18:24:06 +08:00
Xiaoyu Zhong 64b5ce6039 Use ID for comparison for RAMRole 2019-12-24 17:17:02 +08:00
Xiaoyu Zhong 13705ce9db Alicloud: rename RAMRoleId to ID in RAMRole 2019-12-24 17:17:02 +08:00
Aresforchina 8ebcea0024 fix staticcheck failures in pkg/resources 2019-12-24 17:12:53 +08:00
ares 65aa6bc594
Merge branch 'master' into fix-staticcheck-pkg-resources-digitalocean 2019-12-24 11:00:50 +08:00
Kubernetes Prow Robot dffc8975d6 pkg/resources/aws:simplify code and remove code 2019-12-24 10:56:57 +08:00
Kubernetes Prow Robot 18cd317a94
Merge pull request #8190 from rifelpet/docs-site-links
Update links printed by Kops to use new docs site
2019-12-23 18:37:29 -08:00
Peter Rifel 57e85f7c67 Update links printed by Kops to use new docs site 2019-12-23 18:47:58 -06:00
Kubernetes Prow Robot 61d556f9e9
Merge pull request #8188 from Aresforchina/fix-pkg-resources-aws
pkg/resources/aws:simplify code and remove code
2019-12-23 16:19:29 -08:00
Kubernetes Prow Robot 6fd4762290
Merge pull request #8186 from johngmyers/instancegroup-staticcheck
pkg/instancegroups - fix static check
2019-12-23 15:25:29 -08:00
Kubernetes Prow Robot fc94e9bd24
Merge pull request #8157 from mccare/gce-fix-permission-for-bucket
GCE: Fix Permission for the Storage Bucket
2019-12-23 11:57:34 -08:00
Ciprian Hacman 760c7b06b4 Use containerd 1.2.4 with Docker 18.09.3 2019-12-23 19:26:38 +02:00
Christian van der Leeden c22a8f5f66 Permission for the bucket needs to be the entity name, not the name of the resource 2019-12-23 17:42:36 +01:00
Kubernetes Prow Robot 25911efc51
Merge pull request #8189 from rifelpet/cleanup-verify-staticcheck
Remove make command from verify-staticcheck.sh
2019-12-23 08:17:33 -08:00
Peter Rifel c6dbe9d686 Remove make command from verify-staticcheck.sh
This script should now be called using `make verify-staticcheck` which will handle the go-bindata dependency.
2019-12-23 09:25:42 -06:00
Kubernetes Prow Robot 287ba4c223
Merge pull request #8180 from justinsb/add_region_to_fi_cloud
Refactor: Add Region() method to fi.Cloud
2019-12-23 07:13:32 -08:00
Aresforchina 8f86a1b201 pkg/resources-aws:simplify code and remove code 2019-12-23 19:00:17 +08:00
Kubernetes Prow Robot 5f588f0a50
Merge pull request #8165 from hakman/staticcheck-protokube
protokube/pkg - fix static check
2019-12-23 02:49:32 -08:00
John Gardiner Myers 1d3d5c1d2f pkg/instancegroups - fix static check 2019-12-22 20:56:27 -08:00
Ciprian Hacman deadeaed1e dnsprovider/pkg/dnsprovider - fix static check 2019-12-23 06:23:38 +02:00
Kubernetes Prow Robot 4fedf8122f
Merge pull request #8182 from rifelpet/fix-verify-staticcheck
Fix verify-staticcheck prow job
2019-12-22 18:27:33 -08:00
tanjunchen 3f9400a588 util/pkg/vfs/:staticcheck 2019-12-23 10:20:56 +08:00
vvbogdanov87@gmail.com 1f439e4eb3 Fail if both all flag and args are specified 2019-12-23 08:07:33 +08:00
Peter Rifel e7e9e62bcc Remove packages from staticcheck failure list that are no longer failing 2019-12-22 15:12:15 -06:00
Peter Rifel ef8f07c451 Fix verify-staticcheck prow job
The new job was missing the generated files from go-bindata.

I noticed some of the prow jobs use make and others call hack/ scripts directly.

I think it'd be better to use make so we can more easily add dependencies like this, therefor I'd like to propose that we merge this, update the jobs to call make targets, then remove the make command I added to hack/verify-staticcheck.sh

By fixing the existing job as well as the make target, we can unblock other PRs and not get another swarm of failure notifications when the job gets updated to use make.
2019-12-22 15:03:29 -06:00
Ciprian Hacman 8523dd8d9d Update tests for --container-runtime 2019-12-22 22:16:08 +02:00
Ciprian Hacman 70f5b276f5 Fix --networking to use the value from InitDefaults() 2019-12-22 22:16:08 +02:00
Ciprian Hacman 8b15e5b03a Add --container-runtime cli flag 2019-12-22 22:16:04 +02:00
Justin SB 802b1add43
Refactor: Add Region() method to fi.Cloud
This enables us to simply the apply logic.
2019-12-22 13:40:38 -05:00
vvbogdanov87 526cdce3c7 Add all flag to export cluster command 2019-12-22 19:46:04 +08:00
Kubernetes Prow Robot ebd7a29612
Merge pull request #8169 from johngmyers/dns-controller-nonroot
Run dns-controller and kops-controller as non-root user
2019-12-22 02:09:32 -08:00
John Gardiner Myers 14bc441d8d Run dns-controller and kops-controller as non-root user 2019-12-21 21:28:44 -08:00
Peter Rifel 0a917a1744 Add deprecation warning for older k8s versions
As discussed during yesterday's office hours.

This should be cherry-picked back to 1.16.
We'll need to bump the minor version in the 1.17 and master branches.
Once we officially drop support we could make this a sliding window that uses the `kops.Version` variable.
I think we could have deprecation warnings for the 2 oldest versions still supported by the kops version, announcing that the n+2 Kops version will no longer support the specified k8s version.
2019-12-21 14:47:44 -06:00
Kubernetes Prow Robot 6bb91759b7
Merge pull request #8173 from rifelpet/integration-test-version-update
Update kubernetes versions used in integration tests
2019-12-21 07:57:33 -08:00
Peter Rifel cf43c53f4d Update kubernetes versions used in integration tests 2019-12-21 08:12:48 -06:00
Ciprian Hacman defcbe8151 protokube/pkg - fix static check 2019-12-20 20:17:19 +02:00
Kubernetes Prow Robot 6856358cd0
Merge pull request #8118 from tanjunchen/fix-staticcheck-001
upup/pkg/fi/ upup/pkg/kutil : simplify code and remove code
2019-12-20 07:41:33 -08:00
Kubernetes Prow Robot 4621df3c0a
Merge pull request #8155 from hakman/staticcheck-nodeup
nodeup/pkg/model - fix static check
2019-12-20 00:15:32 -08:00
Kubernetes Prow Robot 015efe0b26
Merge pull request #8132 from zehuaiWANG/kops-change-main
kops-change-main
2019-12-19 22:17:45 -08:00
Kubernetes Prow Robot b15c477d50
Merge pull request #8080 from spotinst/feature-spotinst-controller-v1.0.50
Spotinst: Upgrade the Spotinst controller to version 1.0.50
2019-12-19 22:17:32 -08:00
Kubernetes Prow Robot eea14e7123
Merge pull request #8161 from justinsb/bazelversion_newline
Latest bazel launcher seems to require a newline at end of .bazelversion
2019-12-19 08:29:57 -08:00
Kubernetes Prow Robot 7031676f9b
Merge pull request #8160 from hakman/xenial-19.03.4
Fix periodic e2e test for Ubuntu 16.04
2019-12-19 07:35:57 -08:00