-
Notifications
You must be signed in to change notification settings - Fork 86
Update kepler container template #1010
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
base: main
Are you sure you want to change the base?
Update kepler container template #1010
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rsafrono The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/75c3a90140b14b298aadb66a21df8513 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 45m 36s |
|
recheck |
c114ea7 to
ce65aa7
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ffd392e47dd3486a84b2658c9244de5d ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 23m 31s |
|
recheck molecule |
ae07b48 to
ea319b8
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5e611bb149964234b07c4514a758901e ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 21m 29s |
|
recheck molecule |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/62f8165967cd4091b883f87c3ce491e5 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 22m 04s |
|
As commented in slack need to adapt this for CI with https://github.com/sustainable-computing-io/kepler/blob/905238acb52da8f40a24ae264a5c096231c3ff4d/docs/developer/design/architecture/configuration.md?plain=1#L275-L277 |
|
recheck molecule |
2 similar comments
|
recheck molecule |
|
recheck molecule |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/fd57de164c4e4d04b1af045d67648580 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 31m 34s |
|
recheck molecule |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/02959548f9d34ed78de6abf7b6ba5d20 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 29m 43s |
ea319b8 to
62492dc
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/fbe8948b764445bebbfacf134587b056 ✔️ openstack-k8s-operators-content-provider SUCCESS in 4h 08m 41s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9752594047814d4daac504b7144126f2 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 24m 42s |
Update kepler image default version to v0.10.2. The new kepler (starting from 0.10) has completely different set of config options so kepler's template was updated correspondingly. - Removed '-v' option as it's no longer supported. - Added option --config.file to specify a file with settings - There is no longer need to specify desired metrics using environment variables as all metrics are enabled by default. Also changed kepler healthcheck script: - 'healthz' URL path no longer exist, so use 'metrics' instead. - Fetch only headers and status code for healthcheck in order to minimize load. - Removed check for 'ok' in response as it is no longer relevant.
62492dc to
e4a47b2
Compare
Update kepler image default version to v0.10.2.
The new kepler (starting from 0.10) has completely different set of
config options so kepler's template was updated correspondingly.
environment variables as all metrics are enabled by default.
Also changed kepler healthcheck script:
minimize load.
after 'healthz' endpoint removal from kepler.