Skip to content
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

update link so that user can easily jump to CAIP after deployment #2377

Merged
merged 3 commits into from
Oct 24, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,16 @@ spec:
- name: Kubeflow Pipelines
url: https://github.com/kubeflow/pipelines
links:
- description: 'Hosted Kubeflow Pipelines Console'
url: https://console.cloud.google.com/ai-platform/pipelines/clusters
- description: 'Kubeflow Pipelines Documentation'
url: https://www.kubeflow.org/docs/pipelines/
notes: |-

## Hosted Kubeflow Pipelines Console

Please go to [Hosted Kubeflow Pipelines Console](https://console.cloud.google.com/ai-platform/pipelines/clusters).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

personal opinion, shall we add a little more description telling what this page does? Larger space in the screen also means it gets user attention easier.


info:
- name: Application Namespace
value: {{ .Release.Namespace }}
Expand Down