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

Remove applications.py; commonLabels should be immutable. #646

Merged
merged 1 commit into from
May 1, 2020

Conversation

jlewi
Copy link
Contributor

@jlewi jlewi commented Apr 29, 2020

* See kubeflow/manifests#1131  we want commonLabels to be immutable
  otherwise upgrades won't work because we end up trying to change
  selectors which are immutable.

* The applications.py script inherently violates that because it was
  mutating commonLabels on every release. We don't want to do that
  anymore so we delete the script.
@kubeflow-bot
Copy link

This change is Reviewable

@jlewi
Copy link
Contributor Author

jlewi commented Apr 29, 2020

/assign @yanniszark
/assign @johnugeorge

@yanniszark
Copy link
Contributor

@jlewi thanks for the PR!
/lgtm

@jlewi
Copy link
Contributor Author

jlewi commented May 1, 2020

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jlewi

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 021a975 into kubeflow:master May 1, 2020
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