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 deployer base to 0.1.40 #2696

Merged
merged 20 commits into from
Jan 15, 2020
Merged

Update deployer base to 0.1.40 #2696

merged 20 commits into from
Jan 15, 2020

Conversation

rmgogogo
Copy link
Contributor

@rmgogogo rmgogogo commented Dec 4, 2019

WIP. cluster level is still not well GCed.

Change deployer to latest base.


This change is Reviewable

@@ -35,15 +35,6 @@ function run-proxy-agent {
--health-check-unhealthy-threshold=${HEALTH_CHECK_UNHEALTHY_THRESHOLD}
}

# Check if the cluster already have proxy agent installed by checking ConfigMap.
if kubectl get configmap inverse-proxy-config; then
Copy link
Member

Choose a reason for hiding this comment

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

Removing this check will result in URL change if the proxy pod is restarted for any reason.
I think what you could do instead is check whether BACKEND_ID/PROXY_URL is empty or not.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this PR is based on #2391
Please review that one first.

In this PR, it only change the deployer Dockerfile.
I will remove the [WIP] from the title after PR2391 got merged.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

By the way, to your question of changed URL, it won't. it uses VM_ID as part of key to query/create the URL. Let's continue the comments in #2391.

FROM gcr.io/cloud-marketplace-tools/k8s/deployer_helm/onbuild:latest
Copy link
Member

Choose a reason for hiding this comment

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

Once you figured out a image that works, could you ping the image version instead of using latest?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm following the guide to setup better release process.
For each release, we will rebuild Deployer, put to QA, use corresponding latest verify tool etc.

I will add Erika to review after #2391. Feel free to ignore this PR for now.

@rmgogogo rmgogogo removed the request for review from ojarjur December 16, 2019 02:48
@rmgogogo rmgogogo changed the title [WIP] Update deployer base Update deployer base to 0.1.40 Jan 15, 2020
@jingzhang36
Copy link
Contributor

/lgtm

@Bobgy
Copy link
Contributor

Bobgy commented Jan 15, 2020

/lgtm

@rmgogogo
Copy link
Contributor Author

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rmgogogo

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

@k8s-ci-robot k8s-ci-robot merged commit fe6cf9a into kubeflow:master Jan 15, 2020
rui5i pushed a commit to rui5i/pipelines that referenced this pull request Jan 16, 2020
* add label and namespace to resource created inside pod

* fix

* done

* update existing configmap for better GC

* update dependency to make sure configmap got created before run script

* self fix

* use latest deployer base

* deployer

* all done

* upgrade deployer to 0.1.37 for bug bash

* all done

* done

* fix issue for MLMD

* done

* done

Co-authored-by: renmingu <40223865+renmingu@users.noreply.github.com>
Jeffwan pushed a commit to Jeffwan/pipelines that referenced this pull request Dec 9, 2020
* add label and namespace to resource created inside pod

* fix

* done

* update existing configmap for better GC

* update dependency to make sure configmap got created before run script

* self fix

* use latest deployer base

* deployer

* all done

* upgrade deployer to 0.1.37 for bug bash

* all done

* done

* fix issue for MLMD

* done

* done

Co-authored-by: renmingu <40223865+renmingu@users.noreply.github.com>
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.

5 participants