-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
add ngao to test owner because frequent contributions to this directory, including e2e, sample tests and imagebuilder. #299
Conversation
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
* Setup a new GKE cluster running the label_sync_cron job. * Run this on a separate admin cluster because it requires write privileges on REPOs. * Create DM configs for setting up this cluster. Fix kubeflow#299
…ubeflow#299) * New server API: read run log - The new server API endpoint (/apis/v1beta1/runs/{run_id}/nodes/{node_id}/log) to fetch run log - UI (RunDetails) changes to fetch log from server API instead of direct access to cluster and ObjectStore * Redundant comment * New server API: read run log - ml-pipeline rbac update: allow for access to log * Read run log: enhanced error handling - log message on Pod access errors * Merged changes from upstream: kubeflow@6135ca5 - `ARCHIVE_LOG_FILE_NAME` and `ARCHIVE_LOG_PATH_PREFIX` options allows to control archive log path - UI Server fetches logs from server API or directly from k8s depending on `STREAM_LOGS_FROM_SERVER_API` option * Cherry-pick 76ba10b from rafalbigaj:master * Log archive - tekton adaptations * Archival default log file name: step-main.tgz
* Update UI to get archived logs if available * Fix formatting * Add note in admin guide * Add note in admin guide * Fix typo from kubeflow#299 and lint format * Add bracket
This change is