You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create obc with yaml, bucketclass set in yaml file doesn't take effect. the result of "noobaa obc list" shows that the default bucket class "noobaa-default-bucket-class" is set.
% sudo noobaa obc list
NAMESPACE NAME BUCKET-NAME STORAGE-CLASS BUCKET-CLASS PHASE
noobaa llm-multi-store-obc llm-multi-store noobaa.noobaa.io noobaa-default-bucket-class Bound
create a "multi" type bucket class
% sudo noobaa bucketclass create namespace-bucketclass multi llm-multi-bucket-class --write-resource=llm-store2-ns --read-resources=llm-store-ns
Environment info
Actual behavior
% sudo noobaa obc list
NAMESPACE NAME BUCKET-NAME STORAGE-CLASS BUCKET-CLASS PHASE
noobaa llm-multi-store-obc llm-multi-store noobaa.noobaa.io noobaa-default-bucket-class Bound
But, "kubectl describe -n noobaa objectbucketclaim llm-multi-store-obc" shows the bucketclass set success.
Name: llm-multi-store-obc
Namespace: noobaa
Labels: app=noobaa
bucket-provisioner=noobaa.noobaa.io-obc
noobaa-domain=noobaa.noobaa.io
Annotations:
API Version: objectbucket.io/v1alpha1
Kind: ObjectBucketClaim
Metadata:
Creation Timestamp: 2025-01-03T06:33:29Z
Finalizers:
objectbucket.io/finalizer
Generation: 2
Resource Version: 782679
UID: 4e512325-01be-4ca8-87e8-f1913a3c5757
Spec:
Additional Config:
Bucketclass: llm-multi-bucket-class
Bucket Name: llm-multi-store
Generate Bucket Name: llm-multi-store
Object Bucket Name: obc-noobaa-llm-multi-store-obc
Storage Class Name: noobaa.noobaa.io
Status:
Phase: Bound
Events:
Expected behavior
Steps to reproduce
% sudo noobaa namespacestore create s3-compatible llm-store2-ns --endpoint={endpoint} --target-bucket=llm-store2 --signature-version=v2
% sudo noobaa namespacestore create s3-compatible llm-store-ns --endpoint={endpoint} --target-bucket=llm-store --signature-version=v2
% sudo noobaa bucketclass create namespace-bucketclass multi llm-multi-bucket-class --write-resource=llm-store2-ns --read-resources=llm-store-ns
% sudo kubectl create -f obc.yaml
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: