Replies: 1 comment 4 replies
-
The account is created automatically as part of the OBC, for any changes to the account you would need to update the account itself. The are options in the CLI to update several things, if something specific is missing please let us know. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a namespace type resource called say xxxx backed bucketclass
run:
noobaa obc create obc-test2 --bucketclass xxxx
it creates the bucket nicely but what I can see is how to set the 'nsfs_account_config' on the auto account like when I create this manually. The noobaa cli obc generates the account name automatically but I can see how to call the noobaa cli to nfs_account_config details.
The api endpoint don't seem to have a way and update account won't let me.
my manual account with my added config.
nsfs_account_config:
gid: 1003
new_buckets_path: bucket-path/
nsfs_only: true
uid: 1003
Beta Was this translation helpful? Give feedback.
All reactions