<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kubernetes Contributors – SIG etcd</title><link>https://deploy-preview-776--kubernetes-contributor.netlify.app/community/community-groups/sigs/etcd/</link><description>Recent content in SIG etcd on Kubernetes Contributors</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://deploy-preview-776--kubernetes-contributor.netlify.app/community/community-groups/sigs/etcd/index.xml" rel="self" type="application/rss+xml"/><item><title>Community: SIG etcd Charter</title><link>https://deploy-preview-776--kubernetes-contributor.netlify.app/community/community-groups/sigs/etcd/charter/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-776--kubernetes-contributor.netlify.app/community/community-groups/sigs/etcd/charter/</guid><description>
&lt;h1 id="sig-etcd-charter">SIG etcd Charter&lt;/h1>
&lt;p>This charter adheres to the conventions described in the &lt;a href="https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md"
target="_blank" rel="noopener">Kubernetes Charter README&lt;/a>
and uses
the Roles and Organization Management outlined in &lt;a href="https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md"
target="_blank" rel="noopener">sig-governance&lt;/a>
.&lt;/p>
&lt;h2 id="scope">Scope&lt;/h2>
&lt;p>Owns the etcd project and how it is used by Kubernetes.&lt;/p>
&lt;h3 id="in-scope">In scope&lt;/h3>
&lt;h4 id="code-binaries-and-services">Code, Binaries and Services&lt;/h4>
&lt;ul>
&lt;li>Development of &lt;a href="https://github.com/etcd-io/etcd"
target="_blank" rel="noopener">etcd&lt;/a>
and other repositories under &lt;a href="https://github.com/etcd-io"
target="_blank" rel="noopener">etcd-io organization&lt;/a>
&lt;/li>
&lt;li>Maintenance of &lt;a href="https://github.com/kubernetes/kubernetes/tree/master/cluster/images/etcd"
target="_blank" rel="noopener">etcd image&lt;/a>
packaged with Kubernetes&lt;/li>
&lt;/ul>
&lt;h4 id="cross-cutting-and-externally-facing-processes">Cross-cutting and Externally Facing Processes&lt;/h4>
&lt;ul>
&lt;li>Specifying, testing and improving the implicit Kubernetes-ETCD Contract, which includes storage requirements, write and delete requirements, read requirements and watch requirements.&lt;/li>
&lt;li>Release process of etcd and other binaries belonging to &lt;a href="https://github.com/etcd-io"
target="_blank" rel="noopener">etcd-io organization&lt;/a>
&lt;/li>
&lt;/ul>
&lt;h3 id="out-of-scope">Out of scope&lt;/h3>
&lt;ul>
&lt;li>Structure of data stored in etcd by Kubernetes components is owned by SIG API Machinery&lt;/li>
&lt;/ul>
&lt;h2 id="roles-and-organization-management">Roles and Organization Management&lt;/h2>
&lt;p>This SIG follows the Roles and Organization Management outlined in &lt;a href="https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md"
target="_blank" rel="noopener">sig-governance&lt;/a>
and opts-in to updates and modifications to &lt;a href="https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md"
target="_blank" rel="noopener">sig-governance&lt;/a>
.&lt;/p>
&lt;h3 id="additional-responsibilities-of-tech-leads">Additional responsibilities of Tech Leads&lt;/h3>
&lt;ul>
&lt;li>Release of etcd and other binaries belonging to &lt;a href="https://github.com/etcd-io"
target="_blank" rel="noopener">etcd-io organization&lt;/a>
&lt;/li>
&lt;/ul>
&lt;h3 id="deviations-from-sig-governance">Deviations from &lt;a href="https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md"
target="_blank" rel="noopener">sig-governance&lt;/a>
&lt;/h3>
&lt;ul>
&lt;li>SIG etcd&amp;rsquo;s participation in the Kubernetes release cycle is limited by etcd having a different schedule for its releases.&lt;/li>
&lt;li>SIG etcd communication utilizes pre-existing forums for communication:
&lt;ul>
&lt;li>Email: &lt;a href="https://groups.google.com/forum/?hl=en#!forum/etcd-dev"
target="_blank" rel="noopener">etcd-dev&lt;/a>
.&lt;/li>
&lt;li>Slack: &lt;a href="https://kubernetes.slack.com/messages/C3HD8ARJ5/details/"
target="_blank" rel="noopener">#etcd&lt;/a>
channel on Kubernetes.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>SIG etcd contributing instructions (&lt;a href="https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md"
target="_blank" rel="noopener">CONTRIBUTING.md&lt;/a>
) be defined in etcd project.&lt;/li>
&lt;li>For SIG leadership changes, we continue to follow the common &lt;a href="https://github.com/kubernetes/community/blob/master/contributors/chairs-and-techleads/leadership-changes.md"
target="_blank" rel="noopener">Leadership Changes&lt;/a>
guidelines. SIG etcd also agrees to
conduct open and transparent discussions among the current SIG leads through the following channels before sending to
the SIG and kubernetes-dev mailing list,
&lt;ul>
&lt;li>The bi-weekly sig-etcd meetings&lt;/li>
&lt;li>The &lt;code>etcd-maintainers@googlegroups.com&lt;/code> mailing list&lt;/li>
&lt;li>Slack group threads involving sig-etcd leads and etcd OWNERS.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h3 id="deviations-from-kubernetes-repositories">Deviations from &lt;a href="https://github.com/kubernetes/community/blob/master/github-management/kubernetes-repositories.md#sig-repositories"
target="_blank" rel="noopener">kubernetes-repositories&lt;/a>
&lt;/h3>
&lt;ul>
&lt;li>SIG etcd repositories live in github.com/etcd-io&lt;/li>
&lt;li>SIG etcd repositories should (but not must) adopt merge bot, Kubernetes PR commands/bot.&lt;/li>
&lt;li>SIG etcd repositories will follow &lt;a href="https://github.com/kubernetes/community/blob/master/github-management/kubernetes-repositories.md#rules-for-donated-repositories"
target="_blank" rel="noopener">rules for donated repositories&lt;/a>
.&lt;/li>
&lt;/ul>
&lt;h3 id="subproject-creation">Subproject Creation&lt;/h3>
&lt;p>By SIG Technical Leads&lt;/p></description></item></channel></rss>