Peter Rifel
a837a7ee6c
Handle NoSuchEntity errors when deleting OIDC Provider
2020-06-16 14:36:57 -05:00
Peter Rifel
a7d2161c0e
Add OIDC Provider awstask, mock, and resource lister and deleter
2020-06-16 14:36:56 -05:00
ZouYu
2fc52ec6be
fix some go-lint warning
...
Signed-off-by: ZouYu <zouy.fnst@cn.fujitsu.com>
2020-06-09 08:52:50 +08: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
liranp
23c0cdab36
feat(spotinst): new hybrid mode
2020-05-23 21:39:04 +03: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
Kubernetes Prow Robot
83c2a0885e
Merge pull request #8989 from hs0210/work
...
Add unit test for func matchesElbTags
2020-05-19 22:08:30 -07:00
Justin Santa Barbara
3306549749
Add general contract test for IsEmpty
...
This was the root bug that was causing the over-logging on GCE.
2020-05-17 17:11:01 -04: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
Srikanth
f46ebbc7af
Incorporate review comments
2020-05-14 17:25:25 +05:30
John Gardiner Myers
154833e652
Fail cluster validation if too few nodes for ig's target size
2020-05-12 22:28:26 -07:00
Srikanth
c68f013468
Fix static checks
2020-05-12 10:02:58 +05:30
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
Jesse Haka
bdaeb6df36
upgrade to cinder v3 to use api
2020-05-11 08:06:13 +03:00
John Gardiner Myers
463456737c
Treat NatGatewaysNotFound error as already-deleted
2020-05-04 20:33:21 -07:00
Kubernetes Prow Robot
b738f8e946
Merge pull request #8869 from justinsb/follow_on_8250
...
GCE DNS Cleanup: Print record name
2020-04-29 21:18:18 -07:00
Hu Shuai
bf83440dfa
Add unit test for func matchesElbTags
...
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
2020-04-27 15:36:21 +08:00
eric-hole
f25b26ff07
Migrates GCE sdk from v0.beta to v1
2020-04-24 10:54:19 -07:00
Justin Santa Barbara
be1a03a3c0
GCE DNS Cleanup: Print record name
...
Use the GroupKey to pass the zone name, meaning the name can be the
user-facing value.
Follow-on to #8250
2020-04-07 22:11:09 -04:00
Christian van der Leeden
eb3bb41c6b
kops delete will also delete the DNS entries for GCE
2020-04-07 10:37:00 -04:00
Ciprian Hacman
59a6b065a0
Add root volume tags for CF and TF targets
2020-03-16 18:41:39 +02:00
Peter Rifel
a999b3ea61
fix OWNERS labels format
...
These need to be lists
2020-03-10 22:47:50 -05:00
Peter Rifel
237a125f2c
Add labels to OWNERS files
...
This will automatically label PRs that touch these directories.
This makes it easier to query GitHub for PRs that affect certain areas of the code.
I mostly used existing labels but created some new ones as well.
2020-03-10 08:35:58 -05:00
John Gardiner Myers
1b7c5139e0
Merge branch 'master' into surge
2020-03-03 17:53:18 -08:00
Kashif Saadat
697f4610c6
Fix SecurityGroup check when there are no Network Interfaces associated with a LaunchTemplate
2020-03-03 16:53:33 +00:00
Ciprian Hacman
7b5a4714e0
Find launch templates based on network interface security groups
2020-02-28 07:52:59 +02:00
Kubernetes Prow Robot
9cbbdd8426
Merge pull request #8533 from spotinst/fix-spotinst-owners
...
Spotinst: Add OWNERS file to Spotinst specific packages
2020-02-19 07:00:31 -08:00
John Gardiner Myers
9f9b98e9f4
Merge branch 'master' into surge
2020-02-17 09:17:26 -08:00
Matt Ouille
f025ff0e70
Add External Policies (AWS managed policy attachments)
2020-02-16 21:54:12 -08:00
liranp
fb54cbfd1a
chore(spotinst): add OWNERS file to spotinst specific packages
2020-02-12 18:08:24 +02:00
Kubernetes Prow Robot
4c6b87494a
Merge pull request #8237 from srikiz/DO-AddLoadBalancer
...
[DigitalOcean] Add load balancer support for master HA
2020-02-02 21:09:20 -08:00
Srikanth
e440397548
Incorporate review comments
2020-01-28 14:22:49 +05:30
Ciprian Hacman
5f930683ed
Update support for Amazon Linux 2
2020-01-28 08:13:45 +02:00
John Gardiner Myers
cc5b6f4b8f
Add fi.Cloud.DetachInstance()
2020-01-27 20:15:11 -08:00
Srikanth
38513b3a91
Address all review comments
2020-01-27 15:03:05 +05:30
Srikanth
ddf2a90dde
Update more review comments
2020-01-27 15:03:05 +05:30
Srikanth
42e88a7f89
Initial changes for load balancer task
...
Add load balancer fi tasks
Add load balancer builder for DO
Fix go imports
Implement FindIPAddress functionality
Add load balancer api ingress status calls
Add error checks for FindIPAddress
Add delete LB option
Update load balancer delete logic
Revert make file changes
revert utils code changes
Revert NewDOCloud changes
Remove minor code comments
Update with gomod for dependencies
2020-01-27 15:03:05 +05:30
Peter Rifel
21c5a82ed3
Update mock kops version
2020-01-03 08:17:02 -06:00
tanjunchen
7e25f9831d
nodeup/pkg/ pkg/ staticcheck
2019-12-31 15:03:39 +08:00
John Gardiner Myers
4ef035faa2
Fix pkg/resources/openstack staticcheck failure
2019-12-29 15:57:14 -08:00
Kubernetes Prow Robot
f57c09b279
Merge pull request #8079 from vvbogdanov87/fix-shared-volume-removal
...
Set shared field for volume resource on delete
2019-12-28 11:35:39 -08:00
ares
1e6675f9e9
Merge branch 'master' into fix-staticcheck-pkg-resources-digitalocean
2019-12-26 13:05:01 +08:00
Aresforchina
8ebcea0024
fix staticcheck failures in pkg/resources
2019-12-24 17:12:53 +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
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
Aresforchina
8f86a1b201
pkg/resources-aws:simplify code and remove code
2019-12-23 19:00:17 +08: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