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

[Sandbox] Kepler #19

Closed
2 tasks done
rootfs opened this issue Dec 19, 2022 · 61 comments
Closed
2 tasks done

[Sandbox] Kepler #19

rootfs opened this issue Dec 19, 2022 · 61 comments
Labels
Approved This is an approved sandbox project. Environmental Sustainability gitvote

Comments

@rootfs
Copy link

rootfs commented Dec 19, 2022

Application contact emails

hchen@redhat.com, chen.wang1@ibm.com, niki@weave.works

Project Summary

Kepler is a lightweight Pod level power consumption metrics exporter.

Project Description

Kepler (Kubernetes-based Efficient Power Level Exporter) uses eBPF to probe CPU performance counters and Linux kernel tracepoints. These data and stats from cgroup and sysfs are fed into ML models to estimate power consumption by Pods. The power consumption stats are then presented as Prometheus metrics and telemetry that can be used for Pod scheduling or scaling, energy consumption reporting and visulization, or can be extended with carbon intensity metrics to report on carbon footprint of Cloud Native workload.

Org repo URL

https://github.com/sustainable-computing-io/

Project repo URL

https://github.com/sustainable-computing-io/kepler

Additional repos

Kepler develops its own online ML trainer and model server (kepler-model-server), inference server (kepler-estimator). The models are developed by using code in the workload repo(energy-measure-data). The docuementation repo (kepler-doc) and deployment repos (kepler-operator and kepler-helm-chart) as well as GitHub CI artifacts (kepler-ci-artifacts) are all part of the Kepler sandbox application package.

In addition, the Kepler community has explored to integrate Kepler metrics with Kubernetes Scheduler (in repo peaks) and VPA (in repo clever). These exploration projects are also donated to CNCF to help the CNCF community get insight of how to integrate Kepler into their own use cases.

We also have our customized the Github Actions as well local Kubernetes cluster environment standup for integration and development tests, they are also part of the process for CNCF sandbox.

These repos are:
https://github.com/sustainable-computing-io/kepler-model-server
https://github.com/sustainable-computing-io/kepler-estimator
https://github.com/sustainable-computing-io/energy-measurement-data
https://github.com/sustainable-computing-io/kepler-doc
https://github.com/sustainable-computing-io/kepler-operator
https://github.com/sustainable-computing-io/kepler-helm-chart
https://github.com/sustainable-computing-io/kepler-ci-artifacts/
https://github.com/sustainable-computing-io/peaks/
https://github.com/sustainable-computing-io/clever/
https://github.com/sustainable-computing-io/KeplerK8SAction
https://github.com/sustainable-computing-io/local-dev-cluster

Website URL

https://sustainable-computing.io/

Roadmap

https://github.com/sustainable-computing-io/kepler/wiki/Roadmap

Roadmap context

No response

Contributing Guide

https://github.com/sustainable-computing-io/kepler/blob/main/CONTRIBUTING.md

Code of Conduct (CoC)

https://github.com/sustainable-computing-io/kepler/blob/main/code-of-conduct.md

Adopters

No response

Contributing or Sponsoring Org

https://www.redhat.com/

Maintainers file

https://github.com/sustainable-computing-io/kepler/blob/main/Contributors.md

IP Policy

  • If the project is accepted, I agree the project will follow the CNCF IP Policy

Trademark and accounts

  • If the project is accepted, I agree to donate all project trademarks and accounts to the CNCF

Why CNCF?

Global emissions Cloud computing accounts for 2.5% to 3.7% of all global greenhouse gas emissions [1]. Both Cloud operators and end users are increasingly eager to measure and manage carbon footprint from the infrastructure and workload.

Kepler aims to work with the CNCF community to measure how much power that are consumed the Cloud Native workload. It uses eBPF to reduce the runtime overhead and scientific methods to improve measurement accuracy. Kepler can measure workload that run on private and Public cloud, physical or virtual machines, CPU or GPU. It strives to support all environments that CNCF projects are deployed.

Kepler project is contributed by Red Hat, IBM, Intel and WeaveWorks. CNCF ecosystem inclusion will promote Kepler project's community engagement.

  1. https://theshiftproject.org/en/article/lean-ict-our-new-report/

Benefit to the Landscape

Kepler is being integrated with projects in CNCF ecosystems such as Kubernetes Scheduler, Vertical Pod Autoscaler.

It will also help TAG Environmental Sustainability to provide fact based evidence for research, investigation, and improvement.

Cloud Native 'Fit'

Kepler is built with Cloud Native technologies: it is designed to measure Kubernetes workload power consumption and export the Prometheus metrics.

Cloud Native 'Integration'

Kepler runs on Kubernetes and export Prometheus metrics. The power consumption metrics complements those provided existing node agents such as cAdvisor and node_exporter.

Kepler has been presented at KubeCon NA 2022 and EU 2023. It is also presented at CNCF TAG Sustainability and Runtime meetings.

Cloud Native Overlap

No response

Similar projects

Scaphandre
PowerAPI

Product or Service to Project separation

N/A

Project presentations

No response

Project champions

Erin Boyd

Additional information

To clarify the confusion that was introduced in the previous application, Kepler project has multiple GitHub repo, all of them are donated to CNCF.

@rootfs rootfs added the New New Application label Dec 19, 2022
@dims
Copy link
Member

dims commented Jan 6, 2023

@rootfs (slightly tangential to the submission), In the linux member summit, there was an interesting talk about open source licenses applicability to "ML Models" https://lfms22.sched.com/?iframe=no .. given that context

  • Are we asking folks to collaborate and share ML models?
  • Is there or will there be a deliverable from this project in the form of a ML model? (if so, have you thought about license aspects?)

@rootfs
Copy link
Author

rootfs commented Jan 6, 2023

@dims that's a good point! The kepler community has open sourced both ML model training process and pre-trained models, these models are under Apache license.

The kepler model server is designed in such way that the ML training can be separated from the end users' runtime environment so as to preserve their data privacy. The goal is to allow end users to share their models for the open source community.

If this project is under CNCF ecosystem, we'll have the opportunity to improve these open source models and provide more platforms coverage for the end users in the community. It is also possible that this project can make a case study on how to be transparent on model sharing, while still maintaining end user data privacy.

@cathyhongzhang
Copy link

@rootfs Basically Kepler will open source the ML model training part as well as those ML models in the Kepler repository, right?

@rootfs
Copy link
Author

rootfs commented Jan 7, 2023

@cathyhongzhang yes, the ML training process and trained models are and will continue to be open sourced.

@amye
Copy link

amye commented May 9, 2023

/vote-sandbox

@git-vote
Copy link

git-vote bot commented May 9, 2023

Vote created

@amye has called for a vote on [Sandbox] Kepler (#19).

The members of the following teams have binding votes:

Team
@cncf/cncf-toc

Non-binding votes are also appreciated as a sign of support!

How to vote

You can cast your vote by reacting to this comment. The following reactions are supported:

In favor Against Abstain
👍 👎 👀

Please note that voting for multiple options is not allowed and those votes won't be counted.

The vote will be open for 7days. It will pass if at least 66% of the users with binding votes vote In favor 👍. Once it's closed, results will be published here as a new comment.

@TheFoxAtWork TheFoxAtWork removed the New New Application label May 9, 2023
@berryq460
Copy link

In favor ! 🙌🏽👏🏼👍🏼

@smazziotta
Copy link

👍

@erinaboyd
Copy link

erinaboyd commented May 9, 2023 via email

@novacain1
Copy link

+1

2 similar comments
@eklee15
Copy link

eklee15 commented May 9, 2023

+1

@caradelia
Copy link

👍

@wangchen615
Copy link

wangchen615 commented May 9, 2023

+1 👍

@joshgav
Copy link

joshgav commented May 9, 2023

+1 NB

1 similar comment
@screeley44
Copy link

+1 NB

@nikimanoledaki
Copy link

nikimanoledaki commented May 9, 2023

Kepler is a great tool to aggregate and associate energy use with cloud-native tooling, workloads, namespaces, and other Kubernetes resources. +1 NB 🔋🌳💚

@willfunston
Copy link

+1

@er1p
Copy link

er1p commented May 9, 2023

+1 non-binding - great project

@leonardpahlke
Copy link
Member

+1 NB

@erinaboyd
Copy link

👍

2 similar comments
@romfreiman
Copy link

👍

@erikerlandson
Copy link

👍

@metacosm
Copy link

metacosm commented May 9, 2023

+1 NB

1 similar comment
@catblade
Copy link

catblade commented May 9, 2023

+1 NB

@cathyhongzhang
Copy link

+1 binding

@caniszczyk
Copy link
Contributor

/vote-status

@git-vote
Copy link

git-vote bot commented May 9, 2023

The requested configuration profile was not found in the configuration file.

@bradmccoydev
Copy link

+1 NB

1 similar comment
@marceloamaral
Copy link

+1 NB

@amye
Copy link

amye commented May 10, 2023

We very much appreciate all of you!

However, the only pieces that git-vote will count are reactions on the comment that it has postedhttps://github.com/cncf/sandbox/issues/19#issuecomment-1540469525.

When we comment with '/check-vote', it will report back on both binding + nonbinding votes, and we appreciate +NB as a sign of support.

@pavolloffay
Copy link

+1 NB

1 similar comment
@aharivel
Copy link

+1 NB

@radekvokal
Copy link

radekvokal commented May 10, 2023

👍

@sallyom
Copy link

sallyom commented May 10, 2023

/check-vote

@git-vote
Copy link

git-vote bot commented May 10, 2023

Votes can only be checked once a day.

@rinana
Copy link

rinana commented May 10, 2023

+1 NB

@amye
Copy link

amye commented May 11, 2023

/check-vote

@git-vote
Copy link

git-vote bot commented May 11, 2023

Vote status

So far 30.77% of the users with binding vote are in favor (passing threshold: 66%).

Summary

In favor Against Abstain Not voted
4 0 0 9

Binding votes (4)

User Vote Timestamp
cathyhongzhang In favor 2023-05-09 20:58:57.0 +00:00:00
rochaporto In favor 2023-05-09 18:50:14.0 +00:00:00
TheFoxAtWork In favor 2023-05-09 20:03:58.0 +00:00:00
erinaboyd In favor 2023-05-09 21:11:44.0 +00:00:00

Non-binding votes (70)

User Vote Timestamp
rootfs In favor 2023-05-09 16:27:51.0 +00:00:00
husky-parul In favor 2023-05-09 16:29:31.0 +00:00:00
scohen1 In favor 2023-05-09 16:29:39.0 +00:00:00
LappleApple In favor 2023-05-09 16:29:40.0 +00:00:00
jgomezselles In favor 2023-05-09 16:31:04.0 +00:00:00
vmartini01 In favor 2023-05-09 16:32:36.0 +00:00:00
andrew-est In favor 2023-05-09 16:40:36.0 +00:00:00
berryq460 In favor 2023-05-09 16:42:58.0 +00:00:00
jparker-rh In favor 2023-05-09 16:44:27.0 +00:00:00
astoycos In favor 2023-05-09 16:47:39.0 +00:00:00
jeffvance In favor 2023-05-09 16:58:06.0 +00:00:00
eklee15 In favor 2023-05-09 17:00:19.0 +00:00:00
iblancasa In favor 2023-05-09 17:03:11.0 +00:00:00
mayaCostantini In favor 2023-05-09 17:07:47.0 +00:00:00
stflaherty In favor 2023-05-09 17:08:20.0 +00:00:00
guidemetothemoon In favor 2023-05-09 17:13:53.0 +00:00:00
mpeters In favor 2023-05-09 17:18:11.0 +00:00:00
seroyer In favor 2023-05-09 17:21:18.0 +00:00:00
schwesig In favor 2023-05-09 17:25:50.0 +00:00:00
sfontanarrosa In favor 2023-05-09 17:26:30.0 +00:00:00
nikimanoledaki In favor 2023-05-09 17:27:00.0 +00:00:00
nhr In favor 2023-05-09 17:33:31.0 +00:00:00
hemajv In favor 2023-05-09 17:34:07.0 +00:00:00
font In favor 2023-05-09 17:41:46.0 +00:00:00
er1p In favor 2023-05-09 17:47:06.0 +00:00:00
suppathak In favor 2023-05-09 17:56:11.0 +00:00:00
squaremo In favor 2023-05-09 18:28:23.0 +00:00:00
mangelajo In favor 2023-05-09 18:30:21.0 +00:00:00
leonardpahlke In favor 2023-05-09 18:36:48.0 +00:00:00
oindrillac In favor 2023-05-09 19:02:17.0 +00:00:00
romfreiman In favor 2023-05-09 19:06:51.0 +00:00:00
KaiyiLiu1234 In favor 2023-05-09 19:19:15.0 +00:00:00
Al-HusseinHameedJasim In favor 2023-05-09 19:34:21.0 +00:00:00
aakankshaduggal In favor 2023-05-09 21:14:37.0 +00:00:00
cmagina In favor 2023-05-09 21:16:58.0 +00:00:00
oglok In favor 2023-05-09 21:18:41.0 +00:00:00
vishnoianil In favor 2023-05-09 21:21:04.0 +00:00:00
joshgav In favor 2023-05-09 21:28:37.0 +00:00:00
tumido In favor 2023-05-09 21:56:58.0 +00:00:00
nogweii In favor 2023-05-09 22:03:57.0 +00:00:00
scottrigby In favor 2023-05-09 22:58:31.0 +00:00:00
screeley44 In favor 2023-05-09 23:08:15.0 +00:00:00
christianh814 In favor 2023-05-09 23:10:35.0 +00:00:00
sunya-ch In favor 2023-05-10 0:41:25.0 +00:00:00
balasu In favor 2023-05-10 2:09:02.0 +00:00:00
jiere In favor 2023-05-10 2:40:14.0 +00:00:00
marceloamaral In favor 2023-05-10 2:42:06.0 +00:00:00
bradmccoydev In favor 2023-05-10 3:01:47.0 +00:00:00
onematchfox In favor 2023-05-10 3:53:41.0 +00:00:00
oscartrullols In favor 2023-05-10 5:07:20.0 +00:00:00
filanov In favor 2023-05-10 5:53:52.0 +00:00:00
pensarguet In favor 2023-05-10 6:57:10.0 +00:00:00
leseb In favor 2023-05-10 7:11:18.0 +00:00:00
metacosm In favor 2023-05-10 7:34:38.0 +00:00:00
adriengentil In favor 2023-05-10 7:40:08.0 +00:00:00
pavolloffay In favor 2023-05-10 7:41:17.0 +00:00:00
yitsushi In favor 2023-05-10 8:37:58.0 +00:00:00
aharivel In favor 2023-05-10 9:59:17.0 +00:00:00
andreasgerstmayr In favor 2023-05-10 10:12:52.0 +00:00:00
kky-fury In favor 2023-05-10 11:13:15.0 +00:00:00
SamYuan1990 In favor 2023-05-10 11:34:08.0 +00:00:00
codificat In favor 2023-05-10 11:47:16.0 +00:00:00
mcalman In favor 2023-05-10 12:13:30.0 +00:00:00
sallyom In favor 2023-05-10 12:37:10.0 +00:00:00
rinana In favor 2023-05-10 12:40:53.0 +00:00:00
Dheeraj-k8s In favor 2023-05-10 12:41:11.0 +00:00:00
William-LP In favor 2023-05-10 12:55:25.0 +00:00:00
Shreyanand In favor 2023-05-10 13:36:19.0 +00:00:00
yuezhu1 In favor 2023-05-10 14:22:09.0 +00:00:00
JoshSalomon In favor 2023-05-10 15:55:36.0 +00:00:00

@mikik
Copy link

mikik commented May 11, 2023

+1 NB

@angellk
Copy link
Contributor

angellk commented May 11, 2023 via email

@frzifus
Copy link

frzifus commented May 11, 2023

+1 NB

@amye
Copy link

amye commented May 11, 2023

/check-vote

@git-vote
Copy link

git-vote bot commented May 11, 2023

Votes can only be checked once a day.

@SamYuan1990
Copy link

/check-vote

@git-vote
Copy link

git-vote bot commented May 12, 2023

Vote status

So far 45.45% of the users with binding vote are in favor (passing threshold: 66%).

Summary

In favor Against Abstain Not voted
5 0 0 6

Binding votes (5)

User Vote Timestamp
nikhita In favor 2023-05-12 4:13:19.0 +00:00:00
cathyhongzhang In favor 2023-05-09 20:58:57.0 +00:00:00
TheFoxAtWork In favor 2023-05-09 20:03:58.0 +00:00:00
rochaporto In favor 2023-05-09 18:50:14.0 +00:00:00
erinaboyd In favor 2023-05-09 21:11:44.0 +00:00:00

Non-binding votes (74)

User Vote Timestamp
rootfs In favor 2023-05-09 16:27:51.0 +00:00:00
husky-parul In favor 2023-05-09 16:29:31.0 +00:00:00
scohen1 In favor 2023-05-09 16:29:39.0 +00:00:00
LappleApple In favor 2023-05-09 16:29:40.0 +00:00:00
jgomezselles In favor 2023-05-09 16:31:04.0 +00:00:00
vmartini01 In favor 2023-05-09 16:32:36.0 +00:00:00
andrew-est In favor 2023-05-09 16:40:36.0 +00:00:00
berryq460 In favor 2023-05-09 16:42:58.0 +00:00:00
jparker-rh In favor 2023-05-09 16:44:27.0 +00:00:00
astoycos In favor 2023-05-09 16:47:39.0 +00:00:00
jeffvance In favor 2023-05-09 16:58:06.0 +00:00:00
eklee15 In favor 2023-05-09 17:00:19.0 +00:00:00
iblancasa In favor 2023-05-09 17:03:11.0 +00:00:00
mayaCostantini In favor 2023-05-09 17:07:47.0 +00:00:00
stflaherty In favor 2023-05-09 17:08:20.0 +00:00:00
guidemetothemoon In favor 2023-05-09 17:13:53.0 +00:00:00
mpeters In favor 2023-05-09 17:18:11.0 +00:00:00
seroyer In favor 2023-05-09 17:21:18.0 +00:00:00
schwesig In favor 2023-05-09 17:25:50.0 +00:00:00
sfontanarrosa In favor 2023-05-09 17:26:30.0 +00:00:00
nikimanoledaki In favor 2023-05-09 17:27:00.0 +00:00:00
nhr In favor 2023-05-09 17:33:31.0 +00:00:00
hemajv In favor 2023-05-09 17:34:07.0 +00:00:00
font In favor 2023-05-09 17:41:46.0 +00:00:00
er1p In favor 2023-05-09 17:47:06.0 +00:00:00
suppathak In favor 2023-05-09 17:56:11.0 +00:00:00
squaremo In favor 2023-05-09 18:28:23.0 +00:00:00
mangelajo In favor 2023-05-09 18:30:21.0 +00:00:00
leonardpahlke In favor 2023-05-09 18:36:48.0 +00:00:00
oindrillac In favor 2023-05-09 19:02:17.0 +00:00:00
romfreiman In favor 2023-05-09 19:06:51.0 +00:00:00
KaiyiLiu1234 In favor 2023-05-09 19:19:15.0 +00:00:00
Al-HusseinHameedJasim In favor 2023-05-09 19:34:21.0 +00:00:00
aakankshaduggal In favor 2023-05-09 21:14:37.0 +00:00:00
cmagina In favor 2023-05-09 21:16:58.0 +00:00:00
oglok In favor 2023-05-09 21:18:41.0 +00:00:00
vishnoianil In favor 2023-05-09 21:21:04.0 +00:00:00
joshgav In favor 2023-05-09 21:28:37.0 +00:00:00
tumido In favor 2023-05-09 21:56:58.0 +00:00:00
nogweii In favor 2023-05-09 22:03:57.0 +00:00:00
scottrigby In favor 2023-05-09 22:58:31.0 +00:00:00
screeley44 In favor 2023-05-09 23:08:15.0 +00:00:00
christianh814 In favor 2023-05-09 23:10:35.0 +00:00:00
sunya-ch In favor 2023-05-10 0:41:25.0 +00:00:00
balasu In favor 2023-05-10 2:09:02.0 +00:00:00
jiere In favor 2023-05-10 2:40:14.0 +00:00:00
marceloamaral In favor 2023-05-10 2:42:06.0 +00:00:00
bradmccoydev In favor 2023-05-10 3:01:47.0 +00:00:00
onematchfox In favor 2023-05-10 3:53:41.0 +00:00:00
oscartrullols In favor 2023-05-10 5:07:20.0 +00:00:00
filanov In favor 2023-05-10 5:53:52.0 +00:00:00
pensarguet In favor 2023-05-10 6:57:10.0 +00:00:00
leseb In favor 2023-05-10 7:11:18.0 +00:00:00
metacosm In favor 2023-05-10 7:34:38.0 +00:00:00
adriengentil In favor 2023-05-10 7:40:08.0 +00:00:00
pavolloffay In favor 2023-05-10 7:41:17.0 +00:00:00
yitsushi In favor 2023-05-10 8:37:58.0 +00:00:00
aharivel In favor 2023-05-10 9:59:17.0 +00:00:00
andreasgerstmayr In favor 2023-05-10 10:12:52.0 +00:00:00
kky-fury In favor 2023-05-10 11:13:15.0 +00:00:00
SamYuan1990 In favor 2023-05-10 11:34:08.0 +00:00:00
codificat In favor 2023-05-10 11:47:16.0 +00:00:00
mcalman In favor 2023-05-10 12:13:30.0 +00:00:00
sallyom In favor 2023-05-10 12:37:10.0 +00:00:00
rinana In favor 2023-05-10 12:40:53.0 +00:00:00
Dheeraj-k8s In favor 2023-05-10 12:41:11.0 +00:00:00
William-LP In favor 2023-05-10 12:55:25.0 +00:00:00
Shreyanand In favor 2023-05-10 13:36:19.0 +00:00:00
yuezhu1 In favor 2023-05-10 14:22:09.0 +00:00:00
JoshSalomon In favor 2023-05-10 15:55:36.0 +00:00:00
mikik In favor 2023-05-11 6:41:32.0 +00:00:00
frzifus In favor 2023-05-11 17:02:40.0 +00:00:00
wangchen615 In favor 2023-05-11 17:19:29.0 +00:00:00
alysondeives In favor 2023-05-11 22:30:28.0 +00:00:00

@dims
Copy link
Member

dims commented May 15, 2023

+1 non-binding!

@lizrice
Copy link

lizrice commented May 15, 2023

+1 NB

@rootfs
Copy link
Author

rootfs commented May 15, 2023

/check-vote

@git-vote
Copy link

git-vote bot commented May 15, 2023

Vote status

So far 81.82% of the users with binding vote are in favor (passing threshold: 66%).

Summary

In favor Against Abstain Not voted
9 0 0 2

Binding votes (9)

User Vote Timestamp
dzolotusky In favor 2023-05-12 13:42:44.0 +00:00:00
nikhita In favor 2023-05-12 4:13:19.0 +00:00:00
TheFoxAtWork In favor 2023-05-09 20:03:58.0 +00:00:00
kgamanji In favor 2023-05-15 15:56:00.0 +00:00:00
rochaporto In favor 2023-05-09 18:50:14.0 +00:00:00
erinaboyd In favor 2023-05-09 21:11:44.0 +00:00:00
cathyhongzhang In favor 2023-05-09 20:58:57.0 +00:00:00
mattfarina In favor 2023-05-15 14:02:55.0 +00:00:00
RichiH In favor 2023-05-15 16:56:58.0 +00:00:00

Non-binding votes (76)

User Vote Timestamp
rootfs In favor 2023-05-09 16:27:51.0 +00:00:00
husky-parul In favor 2023-05-09 16:29:31.0 +00:00:00
scohen1 In favor 2023-05-09 16:29:39.0 +00:00:00
LappleApple In favor 2023-05-09 16:29:40.0 +00:00:00
jgomezselles In favor 2023-05-09 16:31:04.0 +00:00:00
vmartini01 In favor 2023-05-09 16:32:36.0 +00:00:00
andrew-est In favor 2023-05-09 16:40:36.0 +00:00:00
berryq460 In favor 2023-05-09 16:42:58.0 +00:00:00
jparker-rh In favor 2023-05-09 16:44:27.0 +00:00:00
astoycos In favor 2023-05-09 16:47:39.0 +00:00:00
jeffvance In favor 2023-05-09 16:58:06.0 +00:00:00
eklee15 In favor 2023-05-09 17:00:19.0 +00:00:00
iblancasa In favor 2023-05-09 17:03:11.0 +00:00:00
mayaCostantini In favor 2023-05-09 17:07:47.0 +00:00:00
stflaherty In favor 2023-05-09 17:08:20.0 +00:00:00
guidemetothemoon In favor 2023-05-09 17:13:53.0 +00:00:00
mpeters In favor 2023-05-09 17:18:11.0 +00:00:00
seroyer In favor 2023-05-09 17:21:18.0 +00:00:00
schwesig In favor 2023-05-09 17:25:50.0 +00:00:00
sfontanarrosa In favor 2023-05-09 17:26:30.0 +00:00:00
nikimanoledaki In favor 2023-05-09 17:27:00.0 +00:00:00
nhr In favor 2023-05-09 17:33:31.0 +00:00:00
hemajv In favor 2023-05-09 17:34:07.0 +00:00:00
font In favor 2023-05-09 17:41:46.0 +00:00:00
er1p In favor 2023-05-09 17:47:06.0 +00:00:00
suppathak In favor 2023-05-09 17:56:11.0 +00:00:00
squaremo In favor 2023-05-09 18:28:23.0 +00:00:00
mangelajo In favor 2023-05-09 18:30:21.0 +00:00:00
leonardpahlke In favor 2023-05-09 18:36:48.0 +00:00:00
oindrillac In favor 2023-05-09 19:02:17.0 +00:00:00
romfreiman In favor 2023-05-09 19:06:51.0 +00:00:00
KaiyiLiu1234 In favor 2023-05-09 19:19:15.0 +00:00:00
Al-HusseinHameedJasim In favor 2023-05-09 19:34:21.0 +00:00:00
aakankshaduggal In favor 2023-05-09 21:14:37.0 +00:00:00
cmagina In favor 2023-05-09 21:16:58.0 +00:00:00
oglok In favor 2023-05-09 21:18:41.0 +00:00:00
vishnoianil In favor 2023-05-09 21:21:04.0 +00:00:00
joshgav In favor 2023-05-09 21:28:37.0 +00:00:00
tumido In favor 2023-05-09 21:56:58.0 +00:00:00
nogweii In favor 2023-05-09 22:03:57.0 +00:00:00
scottrigby In favor 2023-05-09 22:58:31.0 +00:00:00
screeley44 In favor 2023-05-09 23:08:15.0 +00:00:00
christianh814 In favor 2023-05-09 23:10:35.0 +00:00:00
sunya-ch In favor 2023-05-10 0:41:25.0 +00:00:00
balasu In favor 2023-05-10 2:09:02.0 +00:00:00
jiere In favor 2023-05-10 2:40:14.0 +00:00:00
marceloamaral In favor 2023-05-10 2:42:06.0 +00:00:00
bradmccoydev In favor 2023-05-10 3:01:47.0 +00:00:00
onematchfox In favor 2023-05-10 3:53:41.0 +00:00:00
oscartrullols In favor 2023-05-10 5:07:20.0 +00:00:00
filanov In favor 2023-05-10 5:53:52.0 +00:00:00
pensarguet In favor 2023-05-10 6:57:10.0 +00:00:00
leseb In favor 2023-05-10 7:11:18.0 +00:00:00
metacosm In favor 2023-05-10 7:34:38.0 +00:00:00
adriengentil In favor 2023-05-10 7:40:08.0 +00:00:00
pavolloffay In favor 2023-05-10 7:41:17.0 +00:00:00
yitsushi In favor 2023-05-10 8:37:58.0 +00:00:00
aharivel In favor 2023-05-10 9:59:17.0 +00:00:00
andreasgerstmayr In favor 2023-05-10 10:12:52.0 +00:00:00
kky-fury In favor 2023-05-10 11:13:15.0 +00:00:00
SamYuan1990 In favor 2023-05-10 11:34:08.0 +00:00:00
codificat In favor 2023-05-10 11:47:16.0 +00:00:00
mcalman In favor 2023-05-10 12:13:30.0 +00:00:00
sallyom In favor 2023-05-10 12:37:10.0 +00:00:00
rinana In favor 2023-05-10 12:40:53.0 +00:00:00
Dheeraj-k8s In favor 2023-05-10 12:41:11.0 +00:00:00
William-LP In favor 2023-05-10 12:55:25.0 +00:00:00
Shreyanand In favor 2023-05-10 13:36:19.0 +00:00:00
yuezhu1 In favor 2023-05-10 14:22:09.0 +00:00:00
JoshSalomon In favor 2023-05-10 15:55:36.0 +00:00:00
mikik In favor 2023-05-11 6:41:32.0 +00:00:00
frzifus In favor 2023-05-11 17:02:40.0 +00:00:00
wangchen615 In favor 2023-05-11 17:19:29.0 +00:00:00
alysondeives In favor 2023-05-11 22:30:28.0 +00:00:00
lizrice In favor 2023-05-15 14:13:28.0 +00:00:00
BGrasnick In favor 2023-05-15 16:02:22.0 +00:00:00

@hwang37
Copy link

hwang37 commented May 16, 2023

+1

@jiangphcn
Copy link

/check-vote

@git-vote
Copy link

git-vote bot commented May 16, 2023

Votes can only be checked once a day.

@caldeirav
Copy link

+1 NB

@git-vote
Copy link

git-vote bot commented May 17, 2023

Vote closed

The vote passed! 🎉

81.82% of the users with binding vote were in favor (passing threshold: 66%).

Summary

In favor Against Abstain Not voted
9 0 0 2

Binding votes (9)

User Vote Timestamp
@nikhita In favor 2023-05-12 4:13:19.0 +00:00:00
@RichiH In favor 2023-05-15 16:56:58.0 +00:00:00
@kgamanji In favor 2023-05-15 15:56:00.0 +00:00:00
@dzolotusky In favor 2023-05-12 13:42:44.0 +00:00:00
@rochaporto In favor 2023-05-09 18:50:14.0 +00:00:00
@mattfarina In favor 2023-05-15 14:02:55.0 +00:00:00
@cathyhongzhang In favor 2023-05-09 20:58:57.0 +00:00:00
@erinaboyd In favor 2023-05-09 21:11:44.0 +00:00:00
@TheFoxAtWork In favor 2023-05-09 20:03:58.0 +00:00:00

Non-binding votes (77)

User Vote Timestamp
@rootfs In favor 2023-05-09 16:27:51.0 +00:00:00
@husky-parul In favor 2023-05-09 16:29:31.0 +00:00:00
@scohen1 In favor 2023-05-09 16:29:39.0 +00:00:00
@LappleApple In favor 2023-05-09 16:29:40.0 +00:00:00
@jgomezselles In favor 2023-05-09 16:31:04.0 +00:00:00
@vmartini01 In favor 2023-05-09 16:32:36.0 +00:00:00
@andrew-est In favor 2023-05-09 16:40:36.0 +00:00:00
@berryq460 In favor 2023-05-09 16:42:58.0 +00:00:00
@jparker-rh In favor 2023-05-09 16:44:27.0 +00:00:00
@astoycos In favor 2023-05-09 16:47:39.0 +00:00:00
@jeffvance In favor 2023-05-09 16:58:06.0 +00:00:00
@eklee15 In favor 2023-05-09 17:00:19.0 +00:00:00
@iblancasa In favor 2023-05-09 17:03:11.0 +00:00:00
@mayaCostantini In favor 2023-05-09 17:07:47.0 +00:00:00
@stflaherty In favor 2023-05-09 17:08:20.0 +00:00:00
@guidemetothemoon In favor 2023-05-09 17:13:53.0 +00:00:00
@mpeters In favor 2023-05-09 17:18:11.0 +00:00:00
@seroyer In favor 2023-05-09 17:21:18.0 +00:00:00
@schwesig In favor 2023-05-09 17:25:50.0 +00:00:00
@sfontanarrosa In favor 2023-05-09 17:26:30.0 +00:00:00
@nikimanoledaki In favor 2023-05-09 17:27:00.0 +00:00:00
@nhr In favor 2023-05-09 17:33:31.0 +00:00:00
@hemajv In favor 2023-05-09 17:34:07.0 +00:00:00
@font In favor 2023-05-09 17:41:46.0 +00:00:00
@er1p In favor 2023-05-09 17:47:06.0 +00:00:00
@suppathak In favor 2023-05-09 17:56:11.0 +00:00:00
@squaremo In favor 2023-05-09 18:28:23.0 +00:00:00
@mangelajo In favor 2023-05-09 18:30:21.0 +00:00:00
@leonardpahlke In favor 2023-05-09 18:36:48.0 +00:00:00
@oindrillac In favor 2023-05-09 19:02:17.0 +00:00:00
@romfreiman In favor 2023-05-09 19:06:51.0 +00:00:00
@KaiyiLiu1234 In favor 2023-05-09 19:19:15.0 +00:00:00
@Al-HusseinHameedJasim In favor 2023-05-09 19:34:21.0 +00:00:00
@aakankshaduggal In favor 2023-05-09 21:14:37.0 +00:00:00
@cmagina In favor 2023-05-09 21:16:58.0 +00:00:00
@oglok In favor 2023-05-09 21:18:41.0 +00:00:00
@vishnoianil In favor 2023-05-09 21:21:04.0 +00:00:00
@joshgav In favor 2023-05-09 21:28:37.0 +00:00:00
@tumido In favor 2023-05-09 21:56:58.0 +00:00:00
@nogweii In favor 2023-05-09 22:03:57.0 +00:00:00
@scottrigby In favor 2023-05-09 22:58:31.0 +00:00:00
@screeley44 In favor 2023-05-09 23:08:15.0 +00:00:00
@christianh814 In favor 2023-05-09 23:10:35.0 +00:00:00
@sunya-ch In favor 2023-05-10 0:41:25.0 +00:00:00
@balasu In favor 2023-05-10 2:09:02.0 +00:00:00
@jiere In favor 2023-05-10 2:40:14.0 +00:00:00
@marceloamaral In favor 2023-05-10 2:42:06.0 +00:00:00
@bradmccoydev In favor 2023-05-10 3:01:47.0 +00:00:00
@onematchfox In favor 2023-05-10 3:53:41.0 +00:00:00
@oscartrullols In favor 2023-05-10 5:07:20.0 +00:00:00
@filanov In favor 2023-05-10 5:53:52.0 +00:00:00
@pensarguet In favor 2023-05-10 6:57:10.0 +00:00:00
@metacosm In favor 2023-05-10 7:34:38.0 +00:00:00
@adriengentil In favor 2023-05-10 7:40:08.0 +00:00:00
@pavolloffay In favor 2023-05-10 7:41:17.0 +00:00:00
@yitsushi In favor 2023-05-10 8:37:58.0 +00:00:00
@aharivel In favor 2023-05-10 9:59:17.0 +00:00:00
@andreasgerstmayr In favor 2023-05-10 10:12:52.0 +00:00:00
@kky-fury In favor 2023-05-10 11:13:15.0 +00:00:00
@SamYuan1990 In favor 2023-05-10 11:34:08.0 +00:00:00
@codificat In favor 2023-05-10 11:47:16.0 +00:00:00
@mcalman In favor 2023-05-10 12:13:30.0 +00:00:00
@sallyom In favor 2023-05-10 12:37:10.0 +00:00:00
@rinana In favor 2023-05-10 12:40:53.0 +00:00:00
@Dheeraj-k8s In favor 2023-05-10 12:41:11.0 +00:00:00
@William-LP In favor 2023-05-10 12:55:25.0 +00:00:00
@Shreyanand In favor 2023-05-10 13:36:19.0 +00:00:00
@yuezhu1 In favor 2023-05-10 14:22:09.0 +00:00:00
@JoshSalomon In favor 2023-05-10 15:55:36.0 +00:00:00
@mikik In favor 2023-05-11 6:41:32.0 +00:00:00
@frzifus In favor 2023-05-11 17:02:40.0 +00:00:00
@wangchen615 In favor 2023-05-11 17:19:29.0 +00:00:00
@alysondeives In favor 2023-05-11 22:30:28.0 +00:00:00
@lizrice In favor 2023-05-15 14:13:28.0 +00:00:00
@BGrasnick In favor 2023-05-15 16:02:22.0 +00:00:00
@leseb In favor 2023-05-16 5:58:02.0 +00:00:00
@caldeirav In favor 2023-05-17 10:21:43.0 +00:00:00

@amye amye added the Approved This is an approved sandbox project. label May 17, 2023
@amye amye closed this as completed May 17, 2023
@git-vote git-vote bot added the gitvote label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved This is an approved sandbox project. Environmental Sustainability gitvote
Development

No branches or pull requests