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

Kubernetes Objects should be Autogenerated from ServiceSpec #13

Closed
runyontr opened this issue Nov 27, 2018 · 0 comments
Closed

Kubernetes Objects should be Autogenerated from ServiceSpec #13

runyontr opened this issue Nov 27, 2018 · 0 comments

Comments

@runyontr
Copy link
Member

We currently hardcode a set of kubernetes objects and default values. These should be pulled from the following files in the universe:

  1. svc.yml - This should define most of the Kubernetes objects. The Plan section in this file should dictate the operations as the Instance moves around its lifecycle
  2. config.json - Shows the available parameters for a FrameworkVersion
  3. marathon.json.mustache - Tracks the conversions of parameters to environment variables
  4. resource.json - Tracks binaries required for creation of Docker Image used for FrameworkVersion
  5. package.json - Tracks metadata about the FrameworkVersion
  6. mustache files in src/main/dist/ for the framework. These should map to ConfigMap objects

Are there any other files that are used as input into a FrameworkVersion?

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

No branches or pull requests

1 participant