Skip to content

Instantly share code, notes, and snippets.

@janakiramm
Created November 23, 2021 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janakiramm/94ed487f929fc7cf0d35271374538f07 to your computer and use it in GitHub Desktop.
Save janakiramm/94ed487f929fc7cf0d35271374538f07 to your computer and use it in GitHub Desktop.
# Create the namespace
kubectl create ns model-registry
# Create the tenant in the namespace
kubectl minio tenant create model-registry \
--servers 1 \
--volumes 4 \
--capacity 5Gi \
--namespace model-registry \
--storage-class local-path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment