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

[YUNIKORN-1779] Deduplicate the deployment files #157

Closed
wants to merge 2 commits into from

Conversation

targetoee
Copy link

Jira ticket

YUNIKORN-1779

explanation

Currently, there are two sets of deployment files that are very similar but located in two different projects: yunikorn-release/helm-charts/yunikorn and yunikorn-k8shim/deployments/scheduler. These files tend to get out of sync.

Considering that there may be situations where raw YAML files are needed instead of using Helm, a script has been added to generate these raw YAML files to provide convenience.

related PRs

#679
#350

@craigcondit
Copy link
Contributor

@targetoee please fix the license check issues and re-submit the PR.

@targetoee
Copy link
Author

Hi @craigcondit thanks for the reminder. Fix it.

@craigcondit
Copy link
Contributor

The more I look at this, the more I think it doesn't belong here. The helm charts in yunikorn-release should be kept pristine, and we shouldn't have extra scripts such as this in the release repo. If anything, we could script this out from the k8shim repo by referencing the real charts via helm (similar to how we reference them for doing dev cluster installs already).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants