Commit Graph

3198 Commits

Author SHA1 Message Date
Kubernetes Prow Robot dbcf6f7b73
Merge pull request #9256 from hakman/cni-0.8.6
Use CNI 0.8.6 for Kubernetes 1.15+
2020-06-03 06:24:27 -07:00
Kubernetes Prow Robot 4ef6bbe229
Merge pull request #9175 from mtl-wgtwo/calico-ip-detection-method
Enable configuration of the calico IP_AUTODETECTION_METHOD  and IP6_AUTODETECTION_METHOD
2020-06-03 06:24:18 -07:00
Ciprian Hacman 92a818b717 Use CNI 0.8.6 for Kubernetes 1.15+ 2020-06-03 11:37:22 +03:00
Ciprian Hacman c0b62a74ca Remove all traces of utils.tar.gz 2020-06-03 09:55:45 +03:00
Srikanth 51f9a4a0a8 update RBAC for DO CCM 2020-06-02 19:08:58 +05:30
Kubernetes Prow Robot 1f93f9e645
Merge pull request #9214 from MoShitrit/update-aws-cni-1.6.2
Upgrde amazon vpc cni to 1.6.2
2020-06-01 14:44:15 -07:00
Ole Markus With 7342525872 Remove vsphere from kops files 2020-05-30 13:36:55 +02:00
Ole Markus With 89fba09caa Remove vsphere vendor stuff and related build files 2020-05-30 13:34:39 +02:00
MoShitrit 90dfe39396 Upgrde amazon vpc cni to 1.6.2 2020-05-30 00:07:28 -04:00
Ciprian Hacman f2a87f767c Fix repo packages not being installed 2020-05-29 05:29:46 +03:00
Kubernetes Prow Robot 6830cf6d44
Merge pull request #9065 from johngmyers/remove-distro
Remove support for CoreOS and Jessie
2020-05-27 23:22:01 -07:00
Kubernetes Prow Robot 60b8f813b0
Merge pull request #9188 from hakman/remove-s3-versions-nits
Fix nits for removal of S3 file versions
2020-05-27 21:26:02 -07:00
Ciprian Hacman d54aadc89c Fix nits for removal of S3 file versions 2020-05-28 06:50:32 +03:00
Kubernetes Prow Robot fc48d06715
Merge pull request #9170 from johngmyers/cleanup-nodetasks
Remove loader support for nodeup tasks not used in models
2020-05-27 10:40:10 -07:00
Kubernetes Prow Robot 092cf13e58
Merge pull request #9171 from hakman/remove-s3-versions
Remove all versions of a file form the S3 bucket
2020-05-27 09:24:40 -07:00
Matt Long c00464f11d Update crds, apis, models. Add limited field validation 2020-05-27 15:24:01 +02:00
Srikanth 55e07860db Use debian as default image for DO images 2020-05-27 00:43:26 +05:30
Timo Reimann b9c9c7a143 Update DigitalOcean cloud-controller-manager to v0.1.24
This changes bumps DigitalOcean's cloud-controller-manager to version
0.1.24 which brings a number of new features and bug fixes.
2020-05-26 11:29:16 +02:00
Matt Long 574442dd7b Enable configuration of the calico IP_AUTODETECTION_METHOD 2020-05-25 13:08:37 +02:00
Ciprian Hacman 9675692b84 Implement RemoveAll() for S3 paths 2020-05-25 07:46:32 +03:00
Kubernetes Prow Robot bfd65ae589
Merge pull request #9157 from olemarkus/networking-cleanup
Networking cleanup
2020-05-24 07:03:10 -07:00
Kubernetes Prow Robot 05940cea5d
Merge pull request #9169 from johngmyers/fix-task-owner
Fix nodetask.File dependency on owner
2020-05-24 06:25:10 -07:00
John Gardiner Myers 9489a20af1 Fix nodetask.File dependency on owner 2020-05-23 22:25:40 -07:00
John Gardiner Myers 4e68ba9a5b Remove loader support for nodeup tasks not used in models 2020-05-23 22:01:12 -07:00
liranp 23c0cdab36
feat(spotinst): new hybrid mode 2020-05-23 21:39:04 +03:00
John Gardiner Myers 2d98e5609c Remove/fix more CoreOS references 2020-05-22 20:54:41 -07:00
Kubernetes Prow Robot e6d73b5ba0
Merge pull request #9135 from justinsb/gce_no_hostname_no_worries
GCE: don't rely on hostname being correct
2020-05-22 17:43:10 -07:00
Kubernetes Prow Robot ee504ac781
Merge pull request #9116 from srikiz/DO-LB-HandleUpdates
[Digital Ocean] Handle logic for kops edit/update cluster
2020-05-22 01:02:37 -07:00
Ole Markus With eebb605c9c Remove as much of the classic networking logic as we can 2020-05-22 08:08:58 +02:00
Ole Markus With d1ff25bb4e Remove some rather long networking nil checks 2020-05-22 08:08:58 +02:00
John Gardiner Myers 8a6d29cd40 Remove support for reading legacy-format keypairs 2020-05-20 13:28:13 -07:00
Kubernetes Prow Robot 204cf58c96
Merge pull request #9124 from johngmyers/bastion-private
Don't put bastions in the utility subnets
2020-05-19 21:26:18 -07:00
Kubernetes Prow Robot 2e5d4761d0
Merge pull request #8464 from justinsb/google_clouddns_delete_records
DNS: Don't try to apply empty changesets
2020-05-17 16:17:36 -07:00
Kubernetes Prow Robot bda2a15ee6
Merge pull request #9024 from tomesm/support_launch_template
Added Launch Template support for instance interruption behavior
2020-05-17 15:35:36 -07:00
Justin Santa Barbara 7e710e85d9 DNS: Apply should be a no-op when empty
Document the contract a bit more, change the signature by adding a
context arg and following through to make sure we honor the contract
everywhere.
2020-05-17 16:45:08 -04:00
Justin SB 7ae4d73b5b http download: set a timeout to avoid hangs
I observed a node failure where we failed to download docker; we need
some timeout just to prevent the hang.

Two minutes should be plenty for our downloads.
2020-05-17 15:22:28 -04:00
Justin SB 5ed11fd9c7 GCE: don't rely on hostname being correct
Distros that use systemd for DHCP often don't have the hostname
correct, due to e.g. the requirement for policy kit.

We don't rely on it being set correctly on other clouds; no real
reason to require it on GCP either!
2020-05-17 15:20:58 -04:00
Kubernetes Prow Robot 66b5322037
Merge pull request #8960 from q384566678/add-ut
add some unit tests
2020-05-16 15:37:36 -07:00
Kubernetes Prow Robot 130e4f0d68
Merge pull request #9106 from johngmyers/client-cert
PKI code cleanup
2020-05-13 12:34:27 -07:00
John Gardiner Myers 154833e652 Fail cluster validation if too few nodes for ig's target size 2020-05-12 22:28:26 -07:00
John Gardiner Myers ec4fe1e7e8 Don't put bastions in the utility subnets 2020-05-12 22:06:34 -07:00
Kubernetes Prow Robot d7d61c683d
Merge pull request #9091 from spotinst/feat-addon-featureflag
Spotinst: Allow users to disable the controller add-on
2020-05-12 09:34:22 -07:00
Zhou Hao 599ed6d5a8 hash: add UT for HashString
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-05-12 17:26:08 +08:00
Srikanth 4783a547b4 Fix govet 2020-05-12 14:09:29 +05:30
Zhou Hao 0b79c4177f sanitize: add UT for SanitizeString
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-05-12 16:09:40 +08:00
Zhou Hao e608e4df13 equals: add UT for StringSlicesEqualIgnoreOrder
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-05-12 15:56:08 +08:00
Zhou Hao 2d6e81465d equals: add UT for StringSlicesEqual
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
2020-05-12 15:55:59 +08:00
Srikanth 203449d7ac Minor changes for code cleanup 2020-05-12 00:29:02 +05:30
Srikanth b6a197e02e Update minor changes 2020-05-11 15:10:52 +05:30
Srikanth 5d3f2447e4 Changes for handling kops update 2020-05-11 15:10:52 +05:30