provider-digitalocean icon indicating copy to clipboard operation
provider-digitalocean copied to clipboard

Crossplane DigitalOcean infrastructure provider

Results 28 provider-digitalocean issues
Sort by recently updated
recently updated
newest added

### What problem are you facing? We'd like to be able to define the userData string in a configMap - or a secret - and then reference it from the...

question

### Description of your changes Starts #66 This will allow the adopting of existing droplets into Crossplane so that users can bring their existing infra. I've also fixed the example...

hacktoberfest-accepted

### Description of your changes Adds DBClusters for #66 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable test` to ensure this PR is...

hacktoberfest-accepted

### What problem are you facing? I'd like to adopt existing resources that I have already created in DigitalOcean. I'd also like the control to tell Crossplane to not manage...

feature

### Description of your changes Adds the ability to create the Space resource which is an s3 bucket on DigitalOcean. Fixes https://github.com/crossplane-contrib/provider-digitalocean/issues/24 I have: - [x] Read and followed Crossplane's...

We need tests for the kubernetes controller, you can see how AWS is doing it [here](https://github.com/crossplane/provider-aws/blob/master/pkg/controller/database/rdsinstance_test.go) and use it as an example. We need to test for basic functionality such...

good first issue
help wanted
kubernetes
hacktoberfest

What problem are you facing? I would like the ability to create a User and a Database on a Database Cluster using resource definitions with Crossplane. You can view the...

good first issue
help wanted
feature
database
hacktoberfest

We need tests for the load balancer controller, you can see how AWS is doing it [here](https://github.com/crossplane/provider-aws/blob/master/pkg/controller/database/rdsinstance_test.go) and use it as an example. We need to test for basic functionality...

good first issue
help wanted
networking
hacktoberfest

Somewhat breaking change we need to document well. Here inside of the loadbalancer API definition https://github.com/crossplane-contrib/provider-digitalocean/blob/ee34f5c52423efcfc78791f7afb594e1cf8c6b0a/apis/loadbalancer/v1alpha1/doc.go#L17-L22 We should update the `groupName` to be `network` instead as well as rename the...

good first issue
help wanted
networking
hacktoberfest

### What problem are you facing? I would like the ability to create a Tag using resource definitions with Crossplane. You can view the API reference [here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_new_tag), and you can...

good first issue
help wanted
feature
hacktoberfest