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

Provision and manage Aiven Services from your Kubernetes cluster.

Results 21 aiven-operator issues
Sort by recently updated
recently updated
newest added

If the operator encounters an error when calling the Aiven API (for instance if there are invalid values in the resource being updated), those errors are logged, but nothing is...

enhancement

When a postgres service is defined with additional storage using the `disk_space` field on the spec, the service is updated to reflect that change. If the `disk_space` field is removed...

bug

The Aiven Operator is great and I can deploy a DB (sample using MYSQL) using it ```yaml apiVersion: aiven.io/v1alpha1 kind: MySQL metadata: name: mysql-sample spec: authSecretRef: name: aiven-token key: token...

In our cluster we want to limit which Aiven services are available to our users. The best way to solve that would be to only install the CRDs for the...

enhancement

I can't find a way to invite members to a Aiven project It would be very useful to be able to manage project members and teams

Could you add documentation on how to use aiven-operator without cert-manager. We have our own certificate solution, and would prefer to not run cert-manager also. Example using ```kubectl create secret...

Hi there 👋 We should map and implement ownership relationship between dependent resources (probably using the `SetControllerReference`. For example, when removing a `Kafka` resource, the `KafkaTopic` is left hanging around,...

Add acceptance tests that will validate Error conditions in action

While the Service is in the REBUILDING state on Aiven side we have the following Condition: ```yaml - lastTransitionTime: "2021-06-23T12:33:34Z" message: Instance was created or update on Aiven side, status...

Ref: https://github.com/aiven/aiven-kubernetes-operator/pull/61#discussion_r657033411