1. 08 Feb, 2021 6 commits
  2. 04 Feb, 2021 6 commits
  3. 03 Feb, 2021 8 commits
  4. 02 Feb, 2021 2 commits
  5. 01 Feb, 2021 4 commits
  6. 29 Jan, 2021 2 commits
  7. 28 Jan, 2021 6 commits
  8. 27 Jan, 2021 3 commits
  9. 26 Jan, 2021 3 commits
    • Donnie Adams's avatar
    • Donnie Adams's avatar
      go generate · 314a89bb
      Donnie Adams authored
      314a89bb
    • Donnie Adams's avatar
      Add support for EKS launch templates · 1389f430
      Donnie Adams authored
      The most significant part are the changes to syncing. The syncing
      algorithm more carefully crawls the cluster spec to only sync the parts
      that are not nil in the config. This is useful because it allows
      tracking of the Rancher managed launch template in the upstream spec,
      but this will not sync this template to the spec (the launch
      template will be nil because it is not provided by the user).
      
      The rancher managed launch template ID and template versions for
      managed node groups are also tracked in status for updates.
      1389f430