Releases: anyscale/helm-charts
Releases · anyscale/helm-charts
anyscale-operator-0.3.0
Release 0.3.0
New Values
enableAnyscaleRayHeadNodePDB
: adds Pod Disruption Budget to prevent eviction of Head Node Pods managed by Operator. Defaultfalse
, will betrue
in future releaseenableKarpenterSupport
: enable features to support Karpenter K8s autoscaler with Anyscale Operator. Defaultfalse
operatorExcludeComponentVerification
: components to skip verification for during the operator startup sequence. Valid values are:STORAGE_BUCKET
Other
version
updated to0.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
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
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
Merge pull request #2 from anyscale/release-0.0.3 release: 0.0.3
anyscale-operator-0.0.2
Release: anyscale-operator 0.0.2