Skip to content

Releases: anyscale/helm-charts

anyscale-operator-0.3.0

12 Mar 20:15
03153bf
Compare
Choose a tag to compare

Release 0.3.0

New Values

  • enableAnyscaleRayHeadNodePDB: adds Pod Disruption Budget to prevent eviction of Head Node Pods managed by Operator. Default false, will be true in future release
  • enableKarpenterSupport: enable features to support Karpenter K8s autoscaler with Anyscale Operator. Default false
  • operatorExcludeComponentVerification: components to skip verification for during the operator startup sequence. Valid values are: STORAGE_BUCKET

Other

  • version updated to 0.3.0
  • Updated Operator image

Release is backward-compatible and recommended for all users.

Full Changelog: anyscale-operator-0.2.0...anyscale-operator-0.3.0

anyscale-operator-0.2.0

10 Jan 18:31
5b29720
Compare
Choose a tag to compare

Release 0.2.0

New

  • Optional feature: AOK replicas via K8s leader election by setting operatorReplicas to greater than 1
  • Optional feature: configurable ingress IP or DNS address via ingressAddress - overrides default value obtained from ingress resources
  • Example: GKE+TPU NodeGroups in values.yaml

What's Changed

  • Anyscale Operator for Kubernetes 0.2.0 by @csivanich in #4

Release is backward-compatible and recommended for all users.

Full Changelog: anyscale-operator-0.1.0...anyscale-operator-0.2.0

anyscale-operator-0.1.0

21 Nov 03:09
2a6f1f3
Compare
Choose a tag to compare

What's Changed

  • Release: anyscale-operator 0.1.0 by @csivanich in #3
  • Adds better support for per-instance type NodeSelectors:
# example values.yaml
# specifies this instance type should use m5.large instance type
# assumes you have a NodeGroup capable of launching m5.large instance types
additionalInstanceTypes:
  2CPU-8GB-m5-large:
    resources:
      CPU: 2
      memory: 8Gi
    nodeSelectors:
      node.kubernetes.io/instance-type: m5.large
# example values.yaml
# specifies this instance type should use nodes which are labeled for "team A" to use
additionalInstanceTypes:
  2CPU-8GB-team-A:
    resources:
      CPU: 2
      memory: 8Gi
    nodeSelectors:
      team: "A"
  • Backwards-compatible

Full Changelog: anyscale-operator-0.0.3...anyscale-operator-0.1.0

anyscale-operator-0.0.3

08 Nov 20:13
3dcbc0c
Compare
Choose a tag to compare
Merge pull request #2 from anyscale/release-0.0.3

release: 0.0.3

anyscale-operator-0.0.2

02 Nov 00:01
Compare
Choose a tag to compare
Release: anyscale-operator 0.0.2