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

Create separate bare-metal container-linux-install profiles #97

Merged
merged 1 commit into from
Jan 15, 2018
Merged

Create separate bare-metal container-linux-install profiles #97

merged 1 commit into from
Jan 15, 2018

Commits on Jan 15, 2018

  1. Create separate bare-metal container-linux-install profiles

    * Create separate container-linux-install profiles (and
    cached-container-linux-install) for each node in a cluster
    * Fix contention bug on bare-metal during `terraform apply`.
    With only a global install profile, terraform would create
    (or retain) the profile for each cluster and try to delete
    it for each cluster being deleted. As a result, in some cases
    apply had to be run multiple times before terraform's repr
    of constraints was satisfied (profile deleted and recreated)
    * Allow Container Linux install properties to vary between
    clusters, such as using a different Container Linux channel
    or version for different clusters
    dghubble committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    38fa7df View commit details
    Browse the repository at this point in the history