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

Operator for NooBaa - object data service for hybrid and multi cloud environments :cloud: :wrench:

Results 123 noobaa-operator issues
Sort by recently updated
recently updated
newest added

### Environment info - NooBaa Operator Version: 5.13.0 - Platform: **Kubernetes v1.25.8** ### Actual behavior file can be deleted from the read-only bucket using the following python code. ``` import...

#### Environment info NooBaa Operator Version: 5.11.0 Platform: Kubernetes v1.25.8 When I create an objectbucketclaim, the give accesskey and secretkey has read-write access to the target bucket. Whether we can...

### Environment info - NooBaa Operator Version: 5.11.0 - Platform: **minikube 1.29.0** ### Actual behavior 1. In here https://github.com/noobaa/noobaa-operator/blob/ec7030e0556cdf7dffb8217348245217c0620502/deploy/crds/noobaa.io_bucketclasses_crd.yaml#L88 it is a string. ### Expected behavior 1. Why can't be...

enhancement

### Environment info - NooBaa Operator Version: current master (5.14) - Platform: Rancher Desktop 1.19.0 (VM and cluster) ### Actual behavior 1. When running `obc status` prints secrets in alias...

### Environment info - NooBaa Operator Version: **5.13.0** - Platform: **Kubernetes v1.22.3** ### Actual behavior 1. `noobaa namespacestore create s3-compatible rw-ns-test --access-mode='read-write' --endpoint='https://objectstore-3.eu-de-2.cloud.sap' --secret-name='s3-secret' --signature-version='v4' --target-bucket='lis.devops.coll-1'` This can be created....

### Environment info - NooBaa Operator Version: noobaa-operator:5.11.0 - Platform: OpenShift 4.12 - ROSA HCP (hosted control plane) noobaa-operator incorrectly classifies the failure to come up due to `cloud credentials...

### Environment info - NooBaa Operator Version: **5.11.0** - Platform: **K8s v1.22.3 on minikube 1.24.0 5CPU 8GB** ### Actual behavior 1. Operator stuck in phase connecting: `System Phase is "Connecting"....

### Environment info CLI version: 5.13.0 noobaa-image: noobaa/noobaa-core:master-20220913 operator-image: noobaa/noobaa-operator:5.13.0 ### Actual behavior 1. Could not delete backing store with phase Rejected. ### Expected behavior 1. Delete the backing store...

### Actual behavior `KubeApply` wasn't being used before https://github.com/noobaa/noobaa-operator/pull/1110. It is a function with verbose logging which may or may not be helpful in the operator logs which are already...

**Is your feature request related to a problem? Please describe.** I would like to separate the lint checks from the tests themselves. **Describe the solution you'd like** Separate the lint...

enhancement