diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES
index e299a7ece3f..ee0dfa801ab 100644
--- a/OWNERS_ALIASES
+++ b/OWNERS_ALIASES
@@ -12,7 +12,7 @@ aliases:
sig-auth-leads:
- ericchiang
- liggitt
- - deads2k
+ - tallclair
sig-autoscaling-leads:
- mwielgus
- directxman12
diff --git a/generator/app.go b/generator/app.go
index c2d0d44868d..4e3abd2de95 100644
--- a/generator/app.go
+++ b/generator/app.go
@@ -98,6 +98,7 @@ type Group struct {
MissionStatement string `yaml:"mission_statement"`
Label string
Leads []Lead
+ EmeritusLeads []Lead `yaml:"emeritus_leads"`
Meetings []Meeting
Contact Contact
Subprojects []Subproject
diff --git a/generator/sig_readme.tmpl b/generator/sig_readme.tmpl
index 87ae31caa25..95419750b6e 100644
--- a/generator/sig_readme.tmpl
+++ b/generator/sig_readme.tmpl
@@ -18,6 +18,13 @@
{{- range .Leads }}
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
{{- end }}
+{{- if .EmeritusLeads }}
+
+## Emeritus Leads
+{{- range .EmeritusLeads }}
+* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
+{{- end }}
+{{- end }}
## Contact
* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})
diff --git a/sig-auth/README.md b/sig-auth/README.md
index 921e9e5be62..a74b2110826 100644
--- a/sig-auth/README.md
+++ b/sig-auth/README.md
@@ -13,11 +13,15 @@ Covers improvements to Kubernetes authorization, authentication, and cluster sec
## Meetings
* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time)](https://zoom.us/my/k8s.sig.auth) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=11:00&tz=PT%20%28Pacific%20Time%29).
* [Meeting notes and Agenda](https://docs.google.com/document/d/1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM/edit#).
- * [Meeting recordings](https://www.youtube.com/watch?v=DJDuDNALcMo&list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw).
+ * [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw).
## Leads
* Eric Chiang (**[@ericchiang](https://github.com/ericchiang)**), CoreOS
* Jordan Liggitt (**[@liggitt](https://github.com/liggitt)**), Red Hat
+* Tim Allclair (**[@tallclair](https://github.com/tallclair)**), Google
+
+## Emeritus Leads
+* Eric Tune (**[@erictune](https://github.com/erictune)**), Google
* David Eads (**[@deads2k](https://github.com/deads2k)**), Red Hat
## Contact
diff --git a/sig-list.md b/sig-list.md
index 4bf8b222144..d2be261366e 100644
--- a/sig-list.md
+++ b/sig-list.md
@@ -25,7 +25,7 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md)
|[API Machinery](sig-api-machinery/README.md)|api-machinery|* [Daniel Smith](https://github.com/lavalamp), Google
* [David Eads](https://github.com/deads2k), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/sig-api-machinery)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-api-machinery)|* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/apimachinery)
|[Apps](sig-apps/README.md)|apps|* [Matt Farina](https://github.com/mattfarina), Samsung SDS
* [Adnan Abdulhussein](https://github.com/prydonius), Bitnami
* [Kenneth Owens](https://github.com/kow3ns), Google
|* [Slack](https://kubernetes.slack.com/messages/sig-apps)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-apps)|* Regular SIG Meeting: [Mondays at 9:00 PT (Pacific Time) (weekly)](https://zoom.us/my/sig.apps)
* (charts) Charts Chat: [Tuesdays at 9:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/166909412)
* (helm) Helm Developer call: [Thursdays at 9:30 PT (Pacific Time) (weekly)](https://zoom.us/j/4526666954)
|[Architecture](sig-architecture/README.md)|architecture|* [Brian Grant](https://github.com/bgrant0607), Google
* [Jaice Singer DuMars](https://github.com/jdumars), Microsoft
|* [Slack](https://kubernetes.slack.com/messages/sig-architecture)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-architecture)|* Regular SIG Meeting: [Thursdays at 15:30 UTC (weekly)](https://zoom.us/j/2018742972)
-|[Auth](sig-auth/README.md)|auth|* [Eric Chiang](https://github.com/ericchiang), CoreOS
* [Jordan Liggitt](https://github.com/liggitt), Red Hat
* [David Eads](https://github.com/deads2k), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/sig-auth)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-auth)|* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/k8s.sig.auth)
+|[Auth](sig-auth/README.md)|auth|* [Eric Chiang](https://github.com/ericchiang), CoreOS
* [Jordan Liggitt](https://github.com/liggitt), Red Hat
* [Tim Allclair](https://github.com/tallclair), Google
|* [Slack](https://kubernetes.slack.com/messages/sig-auth)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-auth)|* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/k8s.sig.auth)
|[Autoscaling](sig-autoscaling/README.md)|autoscaling|* [Marcin Wielgus](https://github.com/mwielgus), Google
* [Solly Ross](https://github.com/directxman12), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/sig-autoscaling)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-autoscaling)|* Regular SIG Meeting: [Mondays at 14:00 UTC (biweekly/triweekly)](https://zoom.us/my/k8s.sig.autoscaling)
|[AWS](sig-aws/README.md)|aws|* [Justin Santa Barbara](https://github.com/justinsb)
* [Kris Nova](https://github.com/kris-nova), Heptio
* [Chris Love](https://github.com/chrislovecnm)
* [Mackenzie Burnett](https://github.com/mfburnett), Redspread
|* [Slack](https://kubernetes.slack.com/messages/sig-aws)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-aws)|* Regular SIG Meeting: [Fridays at 9:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/k8ssigaws)
|[Azure](sig-azure/README.md)|azure|* [Jason Hansen](https://github.com/slack), Microsoft
* [Cole Mickens](https://github.com/colemickens), Microsoft
* [Jaice Singer DuMars](https://github.com/jdumars), Microsoft
|* [Slack](https://kubernetes.slack.com/messages/sig-azure)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-azure)|* Regular SIG Meeting: [Wednesdays at 16:00 UTC (biweekly)](https://deis.zoom.us/j/2018742972)
diff --git a/sigs.yaml b/sigs.yaml
index 17425f93849..8e11731d527 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -250,6 +250,13 @@ sigs:
- name: Jordan Liggitt
github: liggitt
company: Red Hat
+ - name: Tim Allclair
+ github: tallclair
+ company: Google
+ emeritus_leads:
+ - name: Eric Tune
+ github: erictune
+ company: Google
- name: David Eads
github: deads2k
company: Red Hat
@@ -261,7 +268,7 @@ sigs:
frequency: biweekly
url: https://zoom.us/my/k8s.sig.auth
archive_url: https://docs.google.com/document/d/1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM/edit#
- recordings_url: https://www.youtube.com/watch?v=DJDuDNALcMo&list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw
+ recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw
contact:
slack: sig-auth
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-auth