do-operator icon indicating copy to clipboard operation
do-operator copied to clipboard

The Kubernetes Operator for DigitalOcean

Results 42 do-operator issues
Sort by recently updated
recently updated
newest added

Currently an attempt to create a `DatabaseUser` when a cluster resource does not exist results in an error as such: ``` Error from server (Forbidden): error when creating "sample.yaml": admission...

Some applications like to have connection strings which isn't really possible to build with the current implementation, so take in the cluster connection string, and replace the user information with...

Partially implements #30, but I think this needs more work, specifically: * [ ] Write tests for both new webhook and controller * [ ] Add support for DatabaseReference *...

I'd like to also create databases similar to `DatabaseUser` resources. Maybe this is confusing with the 'Database' prefix naming convention. Perhaps it should be 'DatabaseServer' instead so that we can...

enhancement

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

Desc: - update controller-gen to v0.13.0 - update kustomize to v5.0.3 - update the kustomize install script to be consistent across our projects Test: - ran make docker-build docker-push -...

It would be nice to be able to create read-only replicas from the operator. I imagine there would be a "PrimaryClusterId" field in the DatabaseClusterSpec which would, during creation, create...

Hello. I am unable to create the cluster reference, please help. `Error from server (InternalError): error when creating "my-db-reference.yaml": Internal error occurred: failed calling webhook "vdatabaseclusterreference.kb.io": failed to call webhook:...

As the self-signed CA cert is required to properly secure some database connections, include the cert information in the credentials secret. Addresses https://github.com/digitalocean/do-operator/issues/40

Currently the connection details for databases indicate that `sslmode` should be `required`. But, as the CA certificate securing these databases is self-signed, doing so properly is not possible without the...