Commit Graph

2094 Commits

Author SHA1 Message Date
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
Johannes M. Scheuermann 81651e6854 Update conformance docs to use --ginkgo-parallel instead of deprecated env var 2019-02-20 14:10:24 +01: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
knight b4eae4efd5
replace proxy with kube-proxy 2019-02-06 10:20:50 +08: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
Kubernetes Prow Robot e57bfed3b4
Merge pull request #3163 from eduartua/issue-3064-grouping-by-sig-node
Grouping /devel files by SIGs - SIG Node
2019-01-31 15:33:09 -08:00
eduartua 0bacd3d192 Some files had conflict with some URL - fixed now 2019-01-31 13:36:01 -06:00
Brian Grant f6e1200b49 Added document explaining the scope of the Kubernetes project, including
historical rationales and decision criteria.
2019-01-30 23:45:22 -08:00
Kubernetes Prow Robot 380e6a81c3
Merge pull request #3172 from rlenferink/patch-1
Updated OWNERS files to include link to docs
2019-01-30 20:56:37 -08:00
Kubernetes Prow Robot 74ff7245e8
Merge pull request #3125 from mrbobbytables/style-guide
Documentation style guide
2019-01-30 20:46:52 -08:00
eduartua 03190b4bed file writing-good-e2e-tests.md moved to the new folder /devel/sig-testing - URLs updated - tombstone file created 2019-01-30 13:31:33 -06:00
eduartua 06a2a2f686 file testing.md moved to the new folder /devel/sig-testing - URLs updated - tombstone file created 2019-01-30 13:26:54 -06:00
eduartua 15f4ab7469 file gubernator.md moved to the new folder /devel/sig-testing - URLs updated - tombstone file created 2019-01-30 13:12:59 -06:00
eduartua bbc4d0b877 file flaky-tests.md moves to the new folder /devel/sig-testing - URLs updated - tombstone file created 2019-01-30 13:05:42 -06:00
eduartua af988769d2 e2e-test.md file moved to the new /devel/-sig-testing folder - URLs updated - tombstone files created 2019-01-30 12:55:10 -06:00
Roy Lenferink 4396a8b7f3 Updated OWNERS files to include link to docs 2019-01-30 19:37:21 +01:00
eduartua 05e84cedf1 file bazel.md moved to the new folder /devel/sig-testing - URLs updated 2019-01-30 09:52:57 -06:00
Bob Killen 75752cc3b6
Add documentation style guide. 2019-01-30 07:23:21 -05:00
Kubernetes Prow Robot 7fadb45552
Merge pull request #2439 from jsafrane/csi-pod-info
CSI: send pod information in NodePublishVolumeRequest
2019-01-29 15:09:54 -08:00
Kubernetes Prow Robot 1d747b3720
Merge pull request #3162 from eduartua/issue-3064-grouping-by-sig-instrumentation
Grouping  /devel files by SIGs - SIG Instrumentation
2019-01-29 14:29:33 -08:00
Kubernetes Prow Robot 787bc4f78c
Merge pull request #3169 from eduartua/issue-3064-grouping-by-sig-storage
Grouping /devel files by SIGs - SIG Storage
2019-01-29 14:23:05 -08:00
Kubernetes Prow Robot 868a42871f
Merge pull request #3167 from eduartua/issue-3064-grouping-by-sig-scalability
Grouping /devel files by SIGs - SIG Scalability
2019-01-29 14:22:59 -08:00
Kubernetes Prow Robot 45ea4292fa
Merge pull request #3165 from eduartua/issue-3064-grouping-by-sig-release
Grouping /devel files by SIGs - SIG Release
2019-01-29 14:22:53 -08:00
eduartua ab55d850b8 file flexvolume.md moved to the new folder /devel/sig-storage - tombstome file created - URLs updated 2019-01-29 15:04:02 -06:00
eduartua 9a4bfdc238 file scheduler.md moved to /devel/sig-scheduling - URLs updated - tombstone file created 2019-01-29 13:08:31 -06:00
eduartua 458953783b folder /devel/sig-scheduling has been created - file scheduler_algorithm.md moved to it - tombstone file created 2019-01-29 13:03:54 -06:00
eduartua 4ed8007b76 file /devel/profiling.md moved to /devel/sig-scalability. All tombstone files created and URLs updated. 2019-01-29 12:24:48 -06:00
eduartua 07aa22eca6 folder /devel/sig-scalability created - file kubemark-guide.md moved to it 2019-01-29 12:10:17 -06:00
eduartua f684fcb8df file release.md has been moved to /devel/sig-release - URLs in k/community updated 2019-01-29 11:23:48 -06:00
eduartua 5a4bdf39db getting-builds.md has been moved to /devel/sig-release - URLs updated 2019-01-29 11:18:55 -06:00
eduartua 3368adb2cc /devel/sig-release folder created - file cherry-picks.md moved to /devel/sig-release - URLs updated 2019-01-29 11:03:22 -06:00
eduartua b117c6fe60 file cri-testing-policy.md was moved to the new sig-node folder - URLs in k/community were updated 2019-01-28 16:41:16 -06:00
eduartua 1fefac0cee file kubelet-cri-networking.md was moved to the new sig-node folder - URLs in k/community were updated 2019-01-28 16:34:28 -06:00
eduartua 74257bb0e9 file node-performance-testing.md was moved to the new sig-node folder - URLs in k/community were updated 2019-01-28 16:25:42 -06:00
eduartua cd2e47b2fa file cri-validation.md was moved to the new sig-node folder - URLs in k/community were updated 2019-01-28 16:23:53 -06:00
eduartua f735461a6e file cri-testing-policy.md was moved to the new sig-node folder - URLs in k/community were updated 2019-01-28 16:21:43 -06:00
eduartua b64df87fb1 file cri-container-stats.md was moved to the new sig-node folder - URLs in k/community were updated 2019-01-28 16:16:29 -06:00
eduartua e00ed401dc file container-runtime-interface.md was moved to the new sig-node folder - URLs in k/community were updated 2019-01-28 15:49:32 -06:00
eduartua f439e41460 file event-style-guide.md was moved to the new sig-instrumentation folder - URLs in k/community were updated 2019-01-28 14:59:09 -06:00
eduartua 9cfd840e1c file logging.md was moved to the new sig-instrumentation folder - URLs in k/community were updated 2019-01-28 14:45:07 -06:00
eduartua dd5f03ec49 created sig-instrumentation folder and file instrumentation.md was placed in - URLs in k/community were updated 2019-01-28 14:37:52 -06:00
eduartua 1e4beeda12 URLs changed from abs path to relative path 2019-01-28 13:31:30 -06:00
eduartua a77a7e52b4 changin URL from k8s.io to relative path 2019-01-28 11:19:21 -06:00
Kubernetes Prow Robot 117d45eae0
Merge pull request #3140 from bclau/adds-linuxonly-tag
Adds the [LinuxOnly] tag
2019-01-25 21:16:43 -08:00
Kubernetes Prow Robot 3ff567db83
Merge pull request #3147 from eduartua/issue-3064-deleting-on-call-federation-build-cop
Deleting on-call-federation-build-cop.md
2019-01-25 16:48:36 -08:00
guineveresaenger 350a522118 Add guineveresaenger to OWNERS files in contributors
I would like to assist as a Reviewer in the rebuilding of our developer guide. I also think I might be of assistance approving contributor guide related issues.
2019-01-24 22:13:04 -08:00
eduartua 06207d2363 Created tombstone files for files moved to /devel/sig-architecture - URLs updated in k/community 2019-01-24 16:48:03 -06:00
eduartua aec3053035 Grouping files by sig-architecture - fixed links 2019-01-24 11:57:12 -06:00
eduartua b42c86ea6b file api_changes.md moved to sig folder 2019-01-24 11:00:15 -06:00
Maria Ntalla 62b6520c42 Improve wording around testgrid ever so slightly 2019-01-24 13:02:17 +00:00
eduartua 32c04528d6 Deleted on-call-federation-build-cop.md 2019-01-23 16:26:34 -06:00
Maria Ntalla 56b9e2a4c0 Draft content related to debugging CI
Not complete yet, just outline.
2019-01-23 16:15:25 +00:00
eduartua eded4261e6 Matching deletion dates 2019-01-23 08:19:37 -06:00
eduartua 13991fb685 Date to remove file collab.md 2019-01-23 08:04:23 -06:00
eduartua 169e1eca0a Date to remove file 2019-01-23 08:00:15 -06:00