Antti Kervinen
1f78a788d5
Fix links to contributor cheatsheet
2019-05-09 08:27:32 +03:00
Kubernetes Prow Robot
5d4d2caf3a
Merge pull request #3689 from timothysc/conformance_guidance
...
Update recommendations for tests that don't meet criteria
2019-05-08 15:00:50 -07:00
Jingfang Liu
345baf1a04
add cli-utils repo to sig-cli subprojects
2019-05-08 14:06:22 -07:00
Kubernetes Prow Robot
fc89fc3476
Merge pull request #3690 from andyxning/add_kube-state-metrics_slack_channel
...
add kube-state-metrics slack channel
2019-05-08 13:26:37 -07:00
Christian Bell
f4fab409c9
sig-multicluster: transition from csbell to pmorie
...
Also, remove obsolete oncall rotation from Federation v1.
2019-05-08 11:27:46 -07:00
Timothy St. Clair
d3a393ebe7
Update recommendations for tests that don't meet
...
conformance criteria.
2019-05-08 09:22:59 -05:00
Andy Xie
afe28f3f50
add kube-state-metrics slack channel
2019-05-08 12:03:23 +08:00
Kubernetes Prow Robot
998763c9d1
Merge pull request #3683 from k-toyoda-pi/fix_new_link
...
fix some links
2019-05-07 15:52:33 -07:00
Kubernetes Prow Robot
8746056d16
Merge pull request #3688 from erikerlandson/revert-bd-ug-resources
...
revert changes to UG Big Data resource names
2019-05-07 15:38:33 -07:00
Kubernetes Prow Robot
8b7b640ace
Merge pull request #3687 from dims/move-klog-to-sig-instrumentation
...
Move klog to sig-instrumentation
2019-05-07 14:44:34 -07:00
Erik Erlandson
c931cf5c9a
revert changes to UG Big Data resource names
2019-05-07 13:33:02 -07:00
Davanum Srinivas
80638647ff
Move klog to sig-instrumentation
...
Change-Id: I0de87dd36a09175a51c24bef4466692825207bbd
2019-05-07 11:22:05 -04:00
Kubernetes Prow Robot
b0e96d1959
Merge pull request #3685 from nikhita/archive-channels
...
Archive monolith and ops-status slack channels
2019-05-07 06:05:44 -07:00
Kubernetes Prow Robot
32ee2a3289
Merge pull request #3684 from andyxning/add_node-problem-detector_channel
...
add node-problem-detector channel
2019-05-07 05:51:43 -07:00
Nikhita Raghunath
390abdaead
Archive monolith and ops-status slack channels
...
- monolith is inactive today. It was created for discussing migrating monolith
apps to Kubernetes. Ref: https://groups.google.com/forum/#!forum/monolithic-apps-to-k8s .
- ops-status was meant for "operations issues that might be relevant to the K8s community".
For upstream Kubernetes ops-specific discussion, we have #testing-ops.
For general ops discussion, we have #sre.
2019-05-07 15:19:10 +05:30
Andy Xie
947a91a76d
add node-problem-detector channel
2019-05-07 17:32:41 +08:00
toyoda
cabb6548fe
change old link to new link
2019-05-07 17:25:02 +09:00
Kubernetes Prow Robot
4aedcd41c0
Merge pull request #3627 from mrbobbytables/add-emeritus-owners
...
Add emeritus to owners guidelines
2019-05-06 15:47:39 -07:00
Kubernetes Prow Robot
56a4fad9f5
Merge pull request #3680 from spiffxp/fix-some-sigs-yaml-validations
...
Fix most sigs.yaml validation errors
2019-05-06 13:09:43 -07:00
Aaron Crickenberger
32999dfb77
Ran make
2019-05-06 11:54:22 -07:00
Aaron Crickenberger
7fb5c0589c
Add mission statements for sigs that miss it
...
Educated guess: first sentence of charter
2019-05-06 11:54:04 -07:00
Aaron Crickenberger
fd9fa704c1
Fix invalid sig names
...
Specifically:
- Networking -> Network
- Big Data isn't a SIG
2019-05-06 11:49:27 -07:00
Aaron Crickenberger
71bfc33418
Fix person names/companies and run make
2019-05-06 11:47:43 -07:00
Aaron Crickenberger
e63cbfae86
Validate same github id has same name/compay
2019-05-06 11:45:46 -07:00
Kubernetes Prow Robot
08281a417f
Merge pull request #3671 from spiffxp/format-sigs-yaml
...
Enforce consistent formatting of sigs.yaml
2019-05-06 07:17:39 -07:00
Kubernetes Prow Robot
fa149ea119
Merge pull request #3660 from ClaudiaJKang/ko-contributor-cheatsheet
...
Localize contributor cheatsheet in Korean
2019-05-05 23:39:36 -07:00
Claudia J. Kang
955e91a58d
Localize contributor cheatsheet in Korean
...
* This commit add Korean contributor cheatsheet.
* Apply ianychoi's comment
2019-05-06 14:45:03 +09:00
Kubernetes Prow Robot
aac6d7b2a4
Merge pull request #3676 from justaugustus/slack-sig-release
...
Add SIG Release Slack configs
2019-05-05 19:51:36 -07:00
Cheryl Fong
700e1ff7e0
Add SIG Release Slack configs
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2019-05-05 19:00:11 -04:00
Aaron Crickenberger
f2c3064a5b
Ran make
2019-05-03 11:20:52 -07:00
Aaron Crickenberger
2b74274adc
Prototype validation of sigs.yaml
...
Demonstrating this could be done, not going to enforce it for now.
There are also a number of these conventions that could probably
just be auto-generated.
2019-05-03 11:20:04 -07:00
Aaron Crickenberger
89cde82503
Update generator to reformat sigs.yaml
...
The following formatting is enforced:
- Consistent identation of 2 spaces
- Keys are sorted by order of struct fields
- Lists are sorted by struct-dependent keys
- Comments are stripped
I had hopes of using yaml.Node to preserve comments, but found no
obvious way to marshal from struct to Node, meaning all data
manipulation had to be done against Nodes. This loses us all of the
benefits of using a struct: types, known fields, field order.
Given that there aren't many comments in sigs.yaml to begin with, I'm
erring on the side of dropping support for them.
2019-05-03 11:20:04 -07:00
Aaron Crickenberger
b91b05da2e
Upgrade to gopkg.in/yaml.v3
...
This gives us access to the yaml.Node type, which can be used to
preserve more formatting than v2 supported during round tripping
of YAML
2019-05-03 11:20:04 -07:00
Aaron Crickenberger
6ae2680bad
sigs.yaml touchup: add missing label fields to WGs
2019-05-03 11:20:04 -07:00
Aaron Crickenberger
cdee447b51
sigs.yaml touchup: populate recordings_url for sig-ui
2019-05-03 11:18:34 -07:00
Aaron Crickenberger
2075eb1edb
sigs.yaml touchup: remove subprojects field from sig-openstack
2019-05-03 11:18:27 -07:00
Aaron Crickenberger
30a658a5e1
sigs.yaml touchup: add charter links
2019-05-03 11:18:18 -07:00
Aaron Crickenberger
5f11a0a62e
sigs.yaml touchup: Add missing company affiliations
2019-05-03 11:18:12 -07:00
Kubernetes Prow Robot
5b12936b6a
Merge pull request #3670 from mrbobbytables/rename-big-data-slack
...
Rename sig-big-data slack channel to ug-big-data.
2019-05-03 10:35:41 -07:00
Bob Killen
34d434d4ea
Rename sig-big-data slack channel to ug-big-data.
2019-05-03 13:01:40 -04:00
Kubernetes Prow Robot
eb786563ef
Merge pull request #3669 from gyliu513/ibmcloud
...
Added subproject cluster-api-provider-ibmcloud to ibmcloud.
2019-05-03 08:06:20 -07:00
Guang Ya Liu
a5e8525084
Added subproject cluster-api-provider-ibmcloud to ibmcloud.
2019-05-03 05:19:17 -07:00
Kubernetes Prow Robot
d26122a32b
Merge pull request #3668 from nikhita/remove-cri-o
...
sig-node: remove the cri-o subproject
2019-05-02 19:38:18 -07:00
Nikhita Raghunath
1fa0f02328
sig-node: remove the cri-o subproject
...
cri-o has migrated to its own github org: https://github.com/kubernetes/org/issues/675
2019-05-03 07:42:53 +05:30
Kubernetes Prow Robot
304c89c6c1
Merge pull request #3667 from raelga/add-discuss-spanish-regional-category-moderators
...
Add Discuss Spanish Regional Category moderators
2019-05-02 19:00:20 -07:00
Rael Garcia
b235e24824
Add Discuss Spanish Regional Category moderators
2019-05-03 01:51:18 +02:00
Kubernetes Prow Robot
8ef1fcddee
Merge pull request #3666 from erikerlandson/update-ug-big-data
...
Sync google group name and slack for Big Data User Group transition
2019-05-02 13:12:21 -07:00
Erik Erlandson
6f28f0c1f9
Sync google group name and slack for Big Data User Group transition
2019-05-02 13:05:58 -07:00
Bob Killen
4bda78d391
Add emeritus to owners guidelines
2019-05-02 07:26:16 -04:00
Kubernetes Prow Robot
f8cf9fa4b4
Merge pull request #3610 from frapposelli/master
...
Update sig-cloud-provider charter to support orphaned subprojects
2019-05-01 13:32:24 -07:00