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

Allow selection of cluster deployed from cluster.yml #151

Merged
merged 3 commits into from
Nov 13, 2023

Commits on Oct 16, 2023

  1. Allow selection of cluster deployed from cluster.yml

    Allows finer grain control on exactly which type cluster to deploy from a cluster.yml file, the default legacy behavior remains (it creates all clusters found in a cluster.yml file).
    Can provide a "-e to_deploy=<value>" in command line current values:
    base
    encryption  (a kts cluster)
    compute
    ecs
    Thanks npopa@cloudera.com
    Signed-off-by: Chuck Levesque <clevesque@cloudera.com>
    clevesque committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f26b2d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Allow selection of cluster deployed from cluster.yml

    Allows finer grain control on exactly which type cluster to deploy from a cluster.yml file, the default legacy behavior remains (it creates all clusters found in a cluster.yml file).
    Can provide a "-e deploy_only=<value>" in command line current values:
    base
    encryption  (a kts cluster)
    compute
    ecs
    Thanks npopa@cloudera.com
    Signed-off-by: Chuck Levesque <clevesque@cloudera.com>
    clevesque committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    957ad0c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    63efb1b View commit details
    Browse the repository at this point in the history