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

Move carbonplan hub to eksctl #558

Merged
merged 2 commits into from
Jul 30, 2021
Merged

Commits on Jul 27, 2021

  1. Move carbonplan hub to eksctl

    - Use jsonnet to generate the eksctl config YAML file.
      This reduces duplication a lot, and matches what we
      do with kops. We can easily set defaults, generate
      nodegroup names, and set cloud tags equivalent to our
      node labels / taints automatically.
    - Install the cluster autoscaler as part of the support
      charts, since eksctl doesn't build that by default.
      It is turned off by default.
    - No changes were needed for the hub configuration, which
      is great!
    
    Inspired by 2i2c-org#436
    yuvipanda committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    fdabe0d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Document why cluster-autoscaler is needed

    Co-authored-by: Erik Sundell <[email protected]>
    yuvipanda and consideRatio authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    71842ce View commit details
    Browse the repository at this point in the history