Commit Graph

2043 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 7efa0627ce
Merge pull request #3143 from pivotal-k8s/contrib-test-debug
Detail how to debug CI failures as a contributor
2019-02-22 12:35:51 -08:00
eduartua cf403725f4 broken link updated 2019-02-21 15:43:17 -06:00
Kubernetes Prow Robot d8b8fdf0f1
Merge pull request #3072 from davidz627/feature/migrationRoadmap
CSI Migration Dependencies, Explaination of CSINodeInfo ADC Kubelet sync. Update some stale doc pieces
2019-02-21 11:13:27 -08:00
Hannes Hörl 286e22dbf9 Update testing.md
Stop mentioning gubernator, add pointers on how to help with flake
resolution as a contributor.

Signed-off-by: Maria Ntalla <mntalla@pivotal.io>
2019-02-21 14:03:11 +00:00
Maria Ntalla 034d4f6073 Add prow link, detail SIG contact 2019-02-21 11:54:00 +00:00
Kubernetes Prow Robot 3d02f91d25
Merge pull request #3192 from bsalamat/sched_bench
Add a developer document on running scheduler benchmarks
2019-02-20 15:47:16 -08:00
David Zhu 7ef087c91b CSI Migration Dependencies, Explaination of CSINodeInfo ADC Kubelet sync
bringing design doc up to speed with most current design
Added CSINodeInfo API design and improved testing section.
2019-02-20 15:27:45 -08:00
Cheng Xing 52469a11e1 Updated CSI doc with latest deployment method information 2019-02-19 16:51:55 -08:00
Bobby (Babak) Salamat 101f7e2aca Add a developer document on running scheduler benchmarks 2019-02-15 12:59:25 -08:00
Hannes Hörl f87e0f084c Merge remote-tracking branch 'upstream/master' into contrib-test-debug
Signed-off-by: Maria Ntalla <mntalla@pivotal.io>
2019-02-14 15:10:52 +00:00
Nikhita Raghunath c09637cc4a godep: point to list of whitelisted licenses 2019-02-14 20:23:04 +05:30
Hannes Hörl b79961c65f Add detail on PR submit, info on debugging failures
Signed-off-by: Maria Ntalla <mntalla@pivotal.io>
2019-02-14 14:05:53 +00:00
Kubernetes Prow Robot f1bbcf244b
Merge pull request #607 from destijl/db-secrets-encryption
Encryption of secrets at the database layer
2019-02-13 18:28:36 -08:00
Benjamin Elder aef7689a46 add some more details to reviewing godeps 2019-02-13 10:40:37 -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
destijl 73c3c623b3 Add secrets encryption proposal. 2019-02-08 16:08:12 -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
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
Maria Ntalla 2720cc0ae1 Capitalize words, format commands as code 2019-02-08 13:17:17 +00:00
Maria Ntalla 2b06c05299 Escalation->Escalating
Opt for active voicing for better readability.
2019-02-08 13:12:25 +00: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
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
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 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
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
knight 8f90651572
Update deployment.md 2019-02-05 14:31:32 +08:00
knight 21831698d5
fix wrong words 2019-02-05 14:24:42 +08:00
eduartua d0398947dc two images used in the file release.md were left in the parent directory 2019-02-04 20:58:30 -06:00
toyoda 1ffdb61ca7 fix broken links in e2e-tests.md 2019-02-05 11:45:08 +09:00
knight 8faaf7a71b
fix a wrong word 2019-02-05 08:45:45 +08:00
Kubernetes Prow Robot f2917860b9
Merge pull request #3197 from nikhita/devel-add-owners
devel: add OWNERS files for SIG sub-directories
2019-02-04 16:34:21 -08:00
Nikhita Raghunath 354d724164 devel: add OWNERS files for sig sub-directories 2019-02-04 20:53:07 +05:30
Nikhita Raghunath e8a98ab05b devel: bump tombstone date to July or release of 1.15 2019-02-04 17:21:44 +05:30
Noah Abrahams e9c931bada Added community input to the non-code-contributions guide, and added a link to that guide from the Contributor Guide. 2019-02-03 22:39:32 -08:00
eduartua 65ca9dabd8 Fixed conflict in api-conventios.md - tombstone file created 2019-02-01 15:59:58 -06:00
eduartua f0dd87ad47 Moving files to sig-API-Machinery folder - URLs fixed
Fixing links pointing to the new location of controllers.md

URLs pointing to api-conventions.md fixed

Tombstone files added

removing caps from folder name

folder name /devel/api-machinery fixed (lowercase) - URLs updated

URL changed to relative path
2019-02-01 11:50:30 -06:00