Namespace creation in Kubeflow dashboard

410 views
Skip to first unread message

Swathy Mahalingam

unread,
Apr 21, 2021, 2:40:44 AM4/21/21
to kubeflow-discuss
Hi All,

I installed kubeflow on AWS following this doc (https://www.kubeflow.org/docs/aws/deploy/install-kubeflow/) . The dashboard is up. While logging in i created admin namespace. 
When i try adding a new namespace using profile.yaml as mentioned in the above documentation, am not able to see the namespace in UI. i could see only admin namespace. Can someone please help. Am struck her. What am missing to do?
PFB profile.yaml:
kind: Profile
metadata:
  name: ocr
spec:
  owner:
     kind: User
     name:********@gmail.com  # replace with the email of the user
  resourceQuotaSpec:    # resource quota can be set optionally
     hard:
        cpu: "4"
        memory: 2Gi
        requests.nvidia.com/gpu: "1"
        persistentvolumeclaims: "1"
        requests.storage: "5Gi"

ANd also kubectl get profiles gives the below profiles.
NAME        AGE
admin       8d
anonymous   8d
ocr         17h
speech      19h
test        6d19h

Why am not able to see the same in UI
Reply all
Reply to author
Forward
0 new messages