update kubeflow dip-catalog
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user