liranmauda

Results 19 issues of liranmauda

### Explain the changes Moke nsfs metrics Signed-off-by: liranmauda

size/S

### Explain the changes - Force rpc_address to use ws as the protocol to avoid using ICE - Fixing the agent port to 60101 As decided we will leave the...

size/M

Expose semaphore metrics for future use of scaling

Remove MONGO_RS_URL related code

By the look of it, minikube support for podman is still WIP. We can see 2 things: 1. Using the podman driver is experimental 2. even though the driver is...

Type:Enhancement

### Explain the changes 1. Adding support for Namespace STS 2. Adding CLI for creating NS STS 3. Changing the validation to allow STS on NS ### Issues: Fixed #xxx...

size/L

### Explain the changes - Adding secretef Webhook For Backingstore and Namespacestore to validate that it has namespace in it. Closing the gap from #914 Signed-off-by: liranmauda ### Issues: 1....

size/M

`ListAccountsAPI()` Call is incorrect and will lead to invalid schema ``` ListAccountsAPI() (ListAccountsReply, error) func (c *RPCClient) ListAccountsAPI() (ListAccountsReply, error) { req := &RPCMessage{API: "account_api", Method: "list_accounts"} ``` It should...

Creating backingstore using the wrong type followed by a flag prints wrongly "Error: unknown flag": ``` $ build/_output/bin/noobaa-operator-local backingstore create type s3-compatible compatible2 --target-bucket second.bucket --endpoint s3.test.svc:443 --access-key bahNVYdoYGLLJC5Awjj6 --secret-key...

bug

noobaa install on non AWS (we did it on minikube) leads to “noobaa-default-bucket-class {Tiers:[{Placement: BackingStores:[noobaa-default-backing-store]}]} Rejected 4m2s” $ build/_output/bin/noobaa-operator-local -n liran --operator-image noobaa/noobaa-operator:2.0.1-rc.1 bucketclass list NAME PLACEMENT PHASE AGE bucket.class1...

feedback wanted