Skip to content

v0.9.14

Latest

Choose a tag to compare

@Despire Despire released this 17 Oct 12:27
· 1 commit to master since this release
e0b73c1

v0.9.14

What's Changed

  • Correctly remove taints,annotations,labels when removed from a NodePool in the InputManifest #1852
  • In some cases unnecessary tasks were spawned which would prolong the building of the cluster without any side-effect, these have been removed #1856
  • Expand machine spec to contain number of GPUs #1854
    Inside the NodePool specification it is now possible to specify the number of GPUs the instance has
    which is made use of when autoscaling based on GPU workload.
- name: autoscaled
  providerSpec:
   name: aws
   region: eu-central-1
   zone: eu-central-1a
  autoscaler:
    min: 0
    max: 20
  # GPU machine type name.
  serverType: g4dn.xlarge
  machineSpec:
    # explicitly specify how many GPU's the instance type provides.
    nvidiaGpu: 1
  image: ami-07eef52105e8a2059
  • Add support for OpenStack provider, with the main aim of supporting the openstack offering from OVH #1857
    It is now possible to use an openstack provider within the InputManifest.
    The support for openstack has been added in the v0.9.14 version of the claudie templates.
    - name: ovh-1
      providerType: openstack
      templates:
        repository: "https://github.com/berops/claudie-config"
        tag: v0.9.14
        path: "templates/terraformer/openstack"
      secretRef:
        name: ovh-secret
        namespace: e2e-secrets