Commit Graph

6851 Commits

Author SHA1 Message Date
Aaron Crickenberger 53f0721035 Add meeting for sigs.k8s.io/kind 2019-02-11 15:59:51 -07:00
Kubernetes Prow Robot 9e6f81136f
Merge pull request #3236 from cji/master
Add vendor selection process writeup for security audit
2019-02-11 13:34:23 -08:00
Kubernetes Prow Robot 6e281bb5de
Merge pull request #3241 from mattjmcnaughton/mattjmcnaughton/specify-need-for-python2-bazel-docs
Specify need for using py2 with Bazel
2019-02-11 10:56:53 -08:00
mattjmcnaughton f47bb7a04f Specify need for using py2 with Bazel
The default python on my system is python3. This caused me to run into
https://github.com/bazelbuild/rules_docker/issues/454 when running
`bazel build //...`. Update the documentation to indicate that
`/usr/bin/env python` must resolve to python2 in order for all of the
Bazel commands included in the documentation to work.

We can remove this comment after Bazel better supports using python3 as
the default system python. It appears from
https://github.com/bazelbuild/rules_docker/issues/580 that the
`rules_docker` folks hope to merge the fix in mid to late Q1 2019.
2019-02-10 16:41:19 -05:00
Kubernetes Prow Robot 5b2e4f1956
Merge pull request #3233 from mattjmcnaughton/mattjmcnaughton/fix-broken-testing-commands
Fix and update testing documentation
2019-02-08 17:14:43 -08:00
Kubernetes Prow Robot ec2335b1a4
Merge pull request #3240 from fabianbaier/fabianbaier-broken-moderation-link
fixing broken link to moderation guidelines
2019-02-08 16:51:28 -08:00
Fabian Baier b957d22038
fixing broken link to moderation guidelines 2019-02-08 15:44:03 -08:00
Kubernetes Prow Robot cc28a24c05
Merge pull request #3234 from mattjmcnaughton/mattjmcnaughton/make-integration-testing-its-own-doc
Make integration-tests its own doc
2019-02-08 10:12:14 -08:00
Craig Ingram 007629e133
Update README 2019-02-08 12:14:52 -05:00
Craig Ingram 789a558d32
Add wg-security-audit RFP decision process 2019-02-08 12:12:13 -05:00
Kubernetes Prow Robot 222cb1db39
Merge pull request #3235 from castrojo/retire-container-identity
Archive WG App dev, kubeadm adoption, and container identity
2019-02-08 08:03:19 -08:00
Kubernetes Prow Robot 2ea131380e
Merge pull request #3194 from nikhita/update-coc-links
Update CoC links to the Kubernetes CoC instead of the CNCF CoC
2019-02-08 07:14:02 -08:00
Jorge O. Castro 5164016cdd Archive WG App dev, kubeadm adoption, and container identity
Signed-off-by: Jorge O. Castro <jorgec@vmware.com>
2019-02-08 10:06:06 -05:00
mattjmcnaughton c836f7c2c4 Make integration-tests its own doc
Previously, information on running unit and integration tests lived in
the testing.md doc, while information on running e2e tests lived in its
own doc. The testing.md doc is getting large, and particularly since its
a doc that many new members of the project look at, I think there's a
lot of benefit to keeping it concise.

To accomplish this, move information around running integration tests
into integration-tests.md, and then link to said document from
testing.md. This allows a new member of the project to get up and
running with unit tests, and then explore integration/e2e testing as
they have the need.
2019-02-08 09:34:49 -05:00
mattjmcnaughton 3a5756021b Fix and update testing documentation
Improve the testing documentation in the following ways:

1. Ensure all of the given commands actually work. Some of them
specified tests that no longer existed or packages that no longer had
tests.
2. Clarify the ability to run tests for a package and all its
subpackages with `/...`.
3. Clarify how the developer can also utilize `go test` if they desire.
2019-02-08 09:27:11 -05:00
Nikhita Raghunath 8b65a66aa7 Update CoC links to the Kubernetes CoC instead of the CNCF CoC 2019-02-08 19:14:00 +05:30
Kubernetes Prow Robot 2717f63fa6
Merge pull request #3051 from andrewsykim/add-cloud-provider-sample-repo
add k8s.io/cloud-provider-sample to SIG Cloud Provider subproject
2019-02-07 15:30:01 -08:00
Kubernetes Prow Robot 1f4a573b31
Merge pull request #3161 from eduartua/issue-3064-grouping-by-sig-cli
Grouping files in /devel by SIGs - SIG CLI
2019-02-07 15:23:34 -08:00
Kubernetes Prow Robot 03a4359213
Merge pull request #3203 from kikisdeliveryservice/issue-3189
add info on archiving community repos
2019-02-07 11:03:46 -08:00
Kubernetes Prow Robot 902b6b8e1b
Merge pull request #3224 from mattjmcnaughton/mattjmcnaughton/bump-go-version-used-for-dockerized-makefile-targets
Use go 1.11 for Dockerized Makefile targets
2019-02-07 00:14:52 -08:00
eduartua 23fd7bee1a Tombstone file for kubectl-conventions.md - deletion date fixed 2019-02-06 16:25:16 -06:00
eduartua 4644fb47e7 all URL pointing to kubectl-conventions.md have been fixed 2019-02-06 16:22:26 -06:00
eduartua 37052c8490 kubectl-conventions.md file moved to devel/sig-cli 2019-02-06 16:22:09 -06:00
Kubernetes Prow Robot c6ab1ddb19
Merge pull request #3222 from mattjmcnaughton/mattjmcnaughton/fix-broken-links-in-sig-testing
Fix broken links in devel/sig-testing
2019-02-06 14:14:25 -08:00
Kirsten G 698a1cfc1d add info on archiving community repos 2019-02-06 13:38:46 -08:00
Kubernetes Prow Robot 9e6de39598
Merge pull request #3223 from mattjmcnaughton/mattjmcnaughton/add-verify-dockerized-to-Makefile
Add `verify-dockerized` to Makefile
2019-02-06 12:45:38 -08:00
Kubernetes Prow Robot 72ee7150e1
Merge pull request #3214 from timothysc/grooming
Document SCL's standard grooming practice
2019-02-06 12:21:20 -08:00
Timothy St. Clair 3330be5d18 Document SCL's standard grooming practice 2019-02-06 14:16:41 -06:00
mattjmcnaughton e705dfb534 Use go 1.11 for Dockerized Makefile targets
Previously, we used the Go 1.9 image for our dockerized targets in the
Makefile. The k8s project mandates Go 1.11 for k8s 1.13+
(https://github.com/kubernetes/community/blob/master/contributors/devel/development.md),
so there's no reason not to use Go 1.11 here.

I've verified all existing dockerized targets still work with go 1.11.
2019-02-06 15:14:44 -05:00
mattjmcnaughton eaba91741e Add `verify-dockerized` to Makefile
The `Makefile` has `generate-dockerized` and `test-dockerized`. For
consistency, and also because its helpful for those who may not have
their Go environment properly setup, add `verify-dockerized` to the
Dockerfile. Its responsible for running `verify` in the docker
container.
2019-02-06 15:08:34 -05:00
mattjmcnaughton ab9dc2aacb Fix broken links in devel/sig-testing
It looks like some links were not updated when `devel/sig-testing` was
created and populated with documentation.

Additionally, move `gubernator-images` to `devel/sig-testing`, as only
the `gubernator.md` file uses these images, and it now lives in
`devel/sig-testing`.
2019-02-06 15:04:37 -05:00
Kubernetes Prow Robot 1d8230af7e
Merge pull request #3182 from tariq1890/governance
clarify the actual number of main types of groups
2019-02-06 11:47:21 -08:00
tariqibrahim 4091e1da64 clarify the actual number of main types of groups 2019-02-06 11:10:38 -08:00
Kubernetes Prow Robot cadd7bee53
Merge pull request #3219 from natereid72/master
Small text change
2019-02-06 04:16:14 -08:00
Nate Reid 9b19fa30b5
Small text change 2019-02-05 23:35:51 -05:00
Kubernetes Prow Robot fd842e6943
Merge pull request #3217 from mrbobbytables/add-events-subproject
Add contributor experience events subproject
2019-02-05 18:09:36 -08:00
Bob Killen 41296a207c
Add contribex events subproject. 2019-02-05 20:58:14 -05:00
Kubernetes Prow Robot cc53611b44
Merge pull request #3195 from qedrakmar/master
Update Documentation for Non-Code Contributions Guide and Meeting
2019-02-05 14:46:07 -08:00
Kubernetes Prow Robot 89dc912ce2
Merge pull request #3209 from knightXun/patch-5
fix a syntax error
2019-02-05 13:04:41 -08:00
Kubernetes Prow Robot eba70b05a0
Merge pull request #3208 from knightXun/patch-4
fix a format error
2019-02-05 13:04:36 -08:00
Kubernetes Prow Robot 98d8b09ea9
Merge pull request #3207 from knightXun/patch-3
make the doc easy understand
2019-02-05 13:04:25 -08:00
Kubernetes Prow Robot 780acb6719
Merge pull request #3206 from knightXun/patch-2
fix wrong words
2019-02-05 12:56:19 -08:00
Kubernetes Prow Robot 0314de3c2d
Merge pull request #3210 from abhishekjiitr/fix-typo
Fix Typo: Kubernetes
2019-02-05 12:51:31 -08:00
Abhishek Jaisingh 7e50798231 Typo Fix: Kubernetes
Signed-off-by: Abhishek Jaisingh <abhi2254015@gmail.com>
2019-02-06 01:45:09 +05:30
knight 9ae954a409
fix a syntax error 2019-02-05 22:56:19 +08:00
ramnar a095f16dc8 Broken Links fix for 2696 (#3171)
* broken links fix in kubernetes community

* Broken Links bug fix

* Implemented Review Comments

* Implemented Review Comments
2019-02-05 06:44:42 -08:00
Kubernetes Prow Robot 2e3d0dce64
Merge pull request #3205 from eduartua/sig-release-images
two images used in the file release.md were left in the parent directory
2019-02-05 03:36:36 -08:00
knight 675c62f20d
Update stateful-apps.md 2019-02-05 16:28:06 +08:00
knight b21d1b27c8
Update indexed-job.md 2019-02-05 14:56:24 +08:00
knight 2d24fd86a3
make the doc easy understand 2019-02-05 14:52:34 +08:00