update kubeflow dip-catalog

This commit is contained in:
ChanghoWoo
2025-01-13 02:31:27 +00:00
parent 1dc1181a03
commit 5451f16d72
1959 changed files with 602337 additions and 0 deletions
@@ -0,0 +1,8 @@
apiVersion: kubeflow.org/v1
kind: Profile
metadata:
name: test-user-profile
spec:
owner:
kind: User
name: test-user@kubeflow.org
@@ -0,0 +1,12 @@
apiVersion: kubeflow.org/v1
kind: Profile
metadata:
name: profile-aws-iam
spec:
owner:
kind: User
name: test-user@kubeflow.org
plugins:
- kind: AwsIamForServiceAccount
spec:
awsIamRole: arn:aws:iam::account-id:role/s3-reader
@@ -0,0 +1,15 @@
apiVersion: kubeflow.org/v1beta1
kind: Profile
metadata:
name: test-user-profile #replace with the name of profile you want, this will be user's namespace name
spec:
owner:
kind: User
name: test-user@kubeflow.org
resourceQuotaSpec: # resource quota can be set optionally
hard:
cpu: "2"
memory: 2Gi
requests.nvidia.com/gpu: "1"
persistentvolumeclaims: "1"
requests.storage: "5Gi"