-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"kubectl tree" not working for Kubeflow profiles (not namespaced) #43
Comments
Yes non-namespaced nature of it impacts the result. I think we have a flag for that. |
I see. Was not obvious that the ❯ kubectl tree profiles my-kubeflow-user -A
NAMESPACE NAME READY REASON AGE
Profile/my-kubeflow-user - 20d
├─Namespace/my-kubeflow-user - 20d
ns-datalake-user-uib53682 │ ├─ConfigMap/metadata-grpc-configmap - 20d
ns-datalake-user-uib53682 │ ├─Deployment/ml-pipeline-ui-artifact - 20d
ns-datalake-user-uib53682 │ │ └─ReplicaSet/ml-pipeline-ui-artifact-84f654dd94 - 20d
ns-datalake-user-uib53682 │ │ └─Pod/ml-pipeline-ui-artifact-84f654dd94-dxw4w True 3h6m
ns-datalake-user-uib53682 │ ├─Deployment/ml-pipeline-visualizationserver - 20d
ns-datalake-user-uib53682 │ │ └─ReplicaSet/ml-pipeline-visualizationserver-5ff65bf999 - 20d
ns-datalake-user-uib53682 │ │ └─Pod/ml-pipeline-visualizationserver-5ff65bf999-4d4kk True 20d
ns-datalake-user-uib53682 │ ├─DestinationRule/ml-pipeline-visualizationserver - 20d
ns-datalake-user-uib53682 │ ├─Secret/mlpipeline-minio-artifact - 20d
ns-datalake-user-uib53682 │ ├─Service/ml-pipeline-ui-artifact - 20d
ns-datalake-user-uib53682 │ ├─Service/ml-pipeline-visualizationserver - 20d
ns-datalake-user-uib53682 │ ├─ServiceRole/ml-pipeline-visualizationserver - 20d
ns-datalake-user-uib53682 │ └─ServiceRoleBinding/ml-pipeline-visualizationserver - 20d
ns-datalake-user-uib53682 ├─RoleBinding/default-editor - 20d
ns-datalake-user-uib53682 ├─RoleBinding/default-viewer - 20d
ns-datalake-user-uib53682 ├─RoleBinding/namespaceAdmin - 20d
ns-datalake-user-uib53682 ├─ServiceAccount/default-editor - 20d
ns-datalake-user-uib53682 ├─ServiceAccount/default-viewer - 20d
ns-datalake-user-uib53682 ├─ServiceRole/ns-access-istio - 20d
ns-datalake-user-uib53682 └─ServiceRoleBinding/owner-binding-istio - 20d Maybe think about |
#18 has some discussion on this. It caused a lot of slowness, so we turned it off. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe I am doing something horrrably wrong here (please correct me if so), or there seems to be a problem for getting the graph from a Kubeflow profiles CRD.
This resoruce look slike as follows (removed not necessary parts):
This resource then creates e.g. a namespace:
Maybe it is because it is a CRD, or because it is not namespaced?
The text was updated successfully, but these errors were encountered: