-
Notifications
You must be signed in to change notification settings - Fork 232
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
Deploy with new scheduler #729
Conversation
Having issues with inProgressJobRetention parsing in new scheduler image, see: apache/openwhisk#5281 |
d0c5bc5
to
1ce862a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am a bit outdated regarding this repo as I am using a bit different chart and scripts to deploy ow on k8s in my downstream.
But anyway I think at least the followings are required.
@hunhoffe |
Rename scheduler_enable config to scheduler_enabled to match existing config. Support enabled fully in values.schema.json for the scheduler config.
I believe I've addressed all comments except the external etcd feature. I wrote a comment that it is not yet supported in the values.yaml file, and I'm hoping that it is a feature that could be added later; I could create an issue for it so it is not forgotten if that's acceptable. |
I am ok with this. |
I created an issue for the external etcd support and fixed the timestamp (#751). Pending any further feedback, I believe this is ready for merge. Thank you for your time in reviewing @style95 and @dgrove-oss! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! Sorry to be slow reviewing...time for away from me last week.
What this PR contains:
Some changes are needed to the scheduler to support the akka cluster discovery mechanism. The scheduler also needs to be integrated into the build process. These changes are in PR#5278 of apache/openwhisk.
Tasks:
apache/openwhisk
with Akka cluster management changes for scheduler, controller & updates to scripts that create docker images, etc.Future Work: