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

Deployment tweaking options #5

Open
Eriner opened this issue May 24, 2020 · 0 comments
Open

Deployment tweaking options #5

Eriner opened this issue May 24, 2020 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@Eriner
Copy link
Contributor

Eriner commented May 24, 2020

Feature Description

Allow operators to modify the deployed Container or other Deployment specs, which may be required in some environment configurations. To support these use-cases, we need to make it easy for operators to define their own tweaks and modifications.

Proposed Solution

Sidecar YAML

  • Optionally ingest sidecar configuration through a JSON/Yaml file.
    • This should be an optional feature, and will likely only be necessary for
      those few environments that require special configuration to function. We would
      like to support these environments, but in that case it's up to the operator
      to configure. Allowing yaml sidecar definition is the path to enable that.
  • There should be to flags for this:
    • --manifest which behaves like kubectl apply
    • --overrides which behaves like kustomize
@Eriner Eriner added the feature New feature or request label May 24, 2020
@Eriner Eriner self-assigned this May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant