Commit Graph

10785 Commits

Author SHA1 Message Date
Srikanth b5ae8d3d8d Update DO Docs to use debian as default 2020-05-27 13:44:52 +05:30
Kubernetes Prow Robot 3574d8822e
Merge pull request #9184 from justinsb/update_etcd_manager_3_0_20200527
Update etcd-manager to 3.0.20200527
2020-05-26 23:20:40 -07:00
Justin SB bb8c6b9fbe Update etcd-manager to 3.0.20200527
Changes since 3.0.20200429:

* Use env vars to customize backup retention
* Use next attachment point when device already in use
* Simplify uploading backups
2020-05-27 01:44:18 -04:00
John Gardiner Myers 4a65e8ce5b Add gjtempleton as reviewer 2020-05-26 20:48:45 -07:00
Srikanth 55e07860db Use debian as default image for DO images 2020-05-27 00:43:26 +05:30
Kubernetes Prow Robot 76e469ff44
Merge pull request #9179 from timoreimann/update-do-ccm-to-v0-1-24
Update DigitalOcean cloud-controller-manager to v0.1.24
2020-05-26 05:35:12 -07:00
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
John Gardiner Myers 62ebbc5a5d Remove unused VFSScan 2020-05-24 21:27:28 -07:00
Ciprian Hacman b565122875 Remove delete markers also from S3 bucket 2020-05-24 17:42:02 +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
Ciprian Hacman a48ccfa06c Return warning instead of error to hide issues during cluster teardown 2020-05-24 15:20:20 +03:00
Ciprian Hacman 1a38a3feaa Return os.ErrNotExist when no versions are found 2020-05-24 11:42:18 +03:00
Ciprian Hacman 56af880c53 Remove TODO that was not addressed for a long time 2020-05-24 10:11:56 +03:00
Ciprian Hacman 831e3f0e57 Remove all versions of a file form the S3 bucket 2020-05-24 08:38:46 +03: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
Kubernetes Prow Robot af2d6b1c95
Merge pull request #7252 from spotinst/feature-spotinst-hybrid
Spotinst: New hybrid integration mode
2020-05-23 12:17:10 -07:00
liranp 04d83c6c04
fix(spotinst): rename the label to match the feature flag 2020-05-23 21:39:07 +03:00
liranp 23c0cdab36
feat(spotinst): new hybrid mode 2020-05-23 21:39:04 +03:00
Kubernetes Prow Robot a31abc8873
Merge pull request #9156 from Hellcatlk/UnitTestCase2
Add unit test case for pkg/apis/kops/util/versions_test.go
2020-05-23 07:45:11 -07:00
Kubernetes Prow Robot 888ac4e6f3
Merge pull request #9164 from johngmyers/increase-timeout
Reduce test flakiness
2020-05-23 06:39:10 -07:00
Ole Markus With 1698069ae2 Update pkg/apis/kops/networking.go
Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
2020-05-23 08:04:34 +02:00
John Gardiner Myers 2d98e5609c Remove/fix more CoreOS references 2020-05-22 20:54:41 -07:00
John Gardiner Myers 7756be7fbc Try validating multiple times before updating instancegroup 2020-05-22 20:26:02 -07:00
John Gardiner Myers af90ecdddf Reduce test flakiness 2020-05-22 19:33:01 -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
Peter Rifel 7228223781
Update integration test outputs 2020-05-22 18:48:20 -05:00
Kubernetes Prow Robot 3ece30687a
Merge pull request #9160 from granular-ryanbonham/etcd_metric_doc
Minor doc fix. __address__ is not valid to use, will cuase etcd faili…
2020-05-22 11:05:10 -07:00
Kubernetes Prow Robot 87ce5ee483
Merge pull request #9105 from johngmyers/update-owners
Update OWNERS file
2020-05-22 10:25:11 -07:00
Ryan Bonham 82def095ff
Minor doc fix. __address__ is not valid to use, will cuase etcd failing to start.. Should pass in 0.0.0.0 as address. 2020-05-22 12:55:13 -04:00
Kubernetes Prow Robot 212ac0a5fa
Merge pull request #9112 from Hellcatlk/UnitTestCase
Add unit test case for pkg/k8sversion/version_test.go
2020-05-22 01:36:50 -07:00
Kubernetes Prow Robot 553a0810bc
Merge pull request #9093 from johngmyers/move-deprecations
Move OS deprecations to deprecations section of relnotes
2020-05-22 01:36:37 -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 b3505030c3 Fix containerd test 2020-05-22 09:56:19 +02:00
ZouYu 956f07188f Add unit test case for pkg/apis/kops/util/versions_test.go
Signed-off-by: ZouYu <zouy.fnst@cn.fujitsu.com>
2020-05-22 15:23:25 +08:00
Ole Markus With fc0f7f237c Fix UsesKubenet call in containerd.go 2020-05-22 09:14:36 +02:00
Ole Markus With 6e04586361 Docs fixes 2020-05-22 08:08:58 +02:00
Ole Markus With e3055a6906 Inline supportsPrivateTopology 2020-05-22 08:08:58 +02:00
Ole Markus With 82c4670f04 Small comment adjustments 2020-05-22 08:08:58 +02:00
Ole Markus With 77aab657cc Copy comments 2020-05-22 08:08:58 +02:00
Ole Markus With 30a2ec7d4d Update pkg/apis/kops/v1alpha2/networking.go
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
2020-05-22 08:08:58 +02: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
Ole Markus With 95d2170fa6 Update networking in kops create
* Remove classic from cli docs. Add missing providers
* Use cilium instead of weave in example since we don't consider weave stable
2020-05-22 08:08:58 +02:00
Kubernetes Prow Robot 2c899d859a
Merge pull request #9104 from hakman/containerd-kubenet
Add support for Kubenet with containerd
2020-05-21 22:20:38 -07:00
Kubernetes Prow Robot d9b15cfa1b
Merge pull request #9155 from MoShitrit/update-k8s-versions
Update alpha channels with May updates
2020-05-21 04:54:36 -07:00
MoShitrit 0dac8d7bdb Update alpha channels with May updates 2020-05-21 00:48:40 -04:00