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

[autoscaler] Improve autoscaler auto-configuration, upstream recent improvements to Kuberay NodeProvider #274

Merged
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
4245265
Update autoscaler image.
DmitriGekhtman May 20, 2022
8feae85
Trailing spaces.
DmitriGekhtman May 20, 2022
ad3e463
Add overlays.
DmitriGekhtman May 20, 2022
076fa54
Add to docs.
DmitriGekhtman May 20, 2022
ba25502
Remove redis in a couple of spots.
DmitriGekhtman May 20, 2022
420f4d6
Namespace selector came out of somewhere...
DmitriGekhtman May 20, 2022
77e77df
Remove scratch yaml.
DmitriGekhtman May 20, 2022
e63c2ce
Remove redis password logic from test.
DmitriGekhtman May 20, 2022
1643dee
Add namespaces.
DmitriGekhtman May 20, 2022
abdaac5
Fix kustomization.
DmitriGekhtman May 20, 2022
dd587bf
Log if the feature flag is enabled.
DmitriGekhtman May 20, 2022
1c7c6bd
Fix entrypoint.
DmitriGekhtman May 20, 2022
fe8619a
Autoscaler logs volume mount.
DmitriGekhtman May 24, 2022
ca422ae
fix-test
DmitriGekhtman May 24, 2022
cfea869
Add Ray log volume mount when autoscaling.
DmitriGekhtman May 24, 2022
16bafbd
Fix BuildPod.
DmitriGekhtman May 24, 2022
6658b8c
fix
DmitriGekhtman May 24, 2022
88848ff
Add an emptyDir volume functions.
DmitriGekhtman May 24, 2022
0dfa759
Add resources to test instance.
DmitriGekhtman May 24, 2022
91a04e1
Unit test.
DmitriGekhtman May 24, 2022
b571e25
Merge branch 'master' into dmitri/update-autoscaler-image
DmitriGekhtman May 24, 2022
5bacaef
Fix variable name.
DmitriGekhtman May 24, 2022
588e30f
apply -> create
DmitriGekhtman May 24, 2022
189b1bd
Doc typos.
DmitriGekhtman May 24, 2022
40e1579
Update example config.
DmitriGekhtman May 25, 2022
a54ddd0
Add a comment explaining what the log volume is for.
DmitriGekhtman May 26, 2022
23f631c
Document the volume.
DmitriGekhtman May 26, 2022
7cbdcff
container -> pod
DmitriGekhtman May 27, 2022
e970fab
Add volumes using the same method.
DmitriGekhtman May 28, 2022
fe6da32
Reuse function to add volume.
DmitriGekhtman May 28, 2022
26ff42c
Merge branch 'master' into dmitri/update-autoscaler-image
DmitriGekhtman May 28, 2022
d0f98ce
Remove print statements
DmitriGekhtman May 28, 2022
8f7d64e
raycluster -> ray
DmitriGekhtman May 28, 2022
c895130
explain
DmitriGekhtman May 28, 2022
f601cb8
Typo
DmitriGekhtman May 28, 2022
704519d
pods.go: Spaces
DmitriGekhtman May 28, 2022
05a18d2
Test Typo
DmitriGekhtman May 28, 2022
0cef0cc
Container indices: Log and panic.
DmitriGekhtman May 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
raycluster -> ray
DmitriGekhtman committed May 28, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8f7d64e99a987a4d97dcf1c1c6aae40cbf94804b
2 changes: 1 addition & 1 deletion ray-operator/main.go
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ func main() {
ctrl.SetLogger(zap.New(zap.UseFlagOptions(&opts)))

setupLog.Info("the operator", "version:", os.Getenv("OPERATOR_VERSION"))
if raycluster.PrioritizeWorkersToDelete {
if ray.PrioritizeWorkersToDelete {
setupLog.Info("Feature flag prioritize-workers-to-delete is enabled.")
}