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

Add Dockerfile for building Viewer CRD controller. #740

Merged
merged 2 commits into from
Jan 29, 2019

Conversation

neuromage
Copy link
Contributor

@neuromage neuromage commented Jan 26, 2019

Also build it as part of the CloudBuild process.


This change is Reviewable

Also build it as part of the CloudBuild process.
@neuromage
Copy link
Contributor Author

/assign @IronPan

@IronPan
Copy link
Member

IronPan commented Jan 28, 2019

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

.cloudbuild.yaml Outdated
@@ -59,6 +63,7 @@ steps:
'--build-arg', 'SCHEDULED_WORKFLOW_IMAGE=gcr.io/$PROJECT_ID/scheduledworkflow:$COMMIT_SHA',
'--build-arg', 'PERSISTENCE_AGENT_IMAGE=gcr.io/$PROJECT_ID/persistenceagent:$COMMIT_SHA',
'--build-arg', 'UI_IMAGE=gcr.io/$PROJECT_ID/frontend:$COMMIT_SHA',
'--build-arg', 'VIEWER_CRD_CONTROLLER_IMAGE=gcr.io/$PROJECT_ID/viewer-crd-controller:$COMMIT_SHA',
Copy link
Member

Choose a reason for hiding this comment

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

just FYI this would be ignored as the arg is not defined here
https://github.com/kubeflow/pipelines/blob/master/pipeline/Dockerfile#L37

However it's probably fine since we might deprecate bootstrapper soon.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh yeah, good point. I removed it, so as not to mess up potential merge conflicts.

@vicaire
Copy link
Contributor

vicaire commented Jan 29, 2019

/lgtm

@neuromage
Copy link
Contributor Author

/retest

@neuromage
Copy link
Contributor Author

/test kubeflow-pipeline-e2e-test

@k8s-ci-robot k8s-ci-robot merged commit 158a71a into kubeflow:master Jan 29, 2019
Linchin pushed a commit to Linchin/pipelines that referenced this pull request Apr 11, 2023
* Now that we are using kptfiles; kpt will complain if we try to
  set a setter which doesn't exist.

related to GoogleCloudPlatform/kubeflow-distribution#89
HumairAK pushed a commit to red-hat-data-services/data-science-pipelines that referenced this pull request Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants