Skip to content

droplet CR create multiple droplet #58

Closed
@tuxtof

Description

What happened?

I try to create a single droplet CR and it never become ready and create me multiple Droplets on my DO account

Screenshot 2022-06-11 at 14 54 53

How can we reproduce it?

I reproduce it multiple time

with the following CR

apiVersion: compute.do.crossplane.io/v1alpha1
kind: Droplet
metadata:
  name: example
  annotations:
    crossplane.io/external-name: crossplane-droplet
spec:
  forProvider:
    region: ams3
    size: s-1vcpu-1gb
    image: ubuntu-20-04-x64
  providerConfigRef:
    name: do-example

What environment did it happen in?

Crossplane version: crossplane-1.8.1
Kubernetes: v1.21.8
DO Provider 0.1.0

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions