summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-26Make "Kubernetes Resource Model (KRM)" more prominentBrian Grant
"KRM" is the term we have been using in practice. It was buried and/or implicit in this document. Making it more prominent and explicit to make it easier to find.
2020-08-26Merge pull request #5063 from jberkus/sc-election-2020Kubernetes Prow Robot
Add voters from new data pull, exceptions
2020-08-26Added one more exception request voter per ECJosh Berkus
2020-08-26Added 84 steering voters per issue 5059Josh Berkus
Includes new section on voters with no email address. Duplicate handles removed from list per Dims.
2020-08-26Add Slack Channel for k8satl meetupJoe Searcy
2020-08-26Developer Guide End-to-end setup instructions for Linux, Windows, and macOS ↵Erik L. Arneson
(#5003) * End-to-end setup instructions for Linux, Windows, and macOS This covers E2E setup instructions for compiling Kubernetes locally on Linux, Windows, and macOS workstations. There is also a substantial rewrite of the instructions for running tests, along with relevant links for more information. * Clarification of a few changes to the Developer Guide Cleared up instructions for jq and etcd in the Developer Guide. * Developer guide: add note about shell init scripts in macOS
2020-08-26Merge pull request #5072 from idvoretskyi/idvoretskyi-meetupsKubernetes Prow Robot
Meetups subsection updated
2020-08-26Meetups subsection updatedIhor Dvoretskyi
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
2020-08-26Merge pull request #5002 from mbbroberg/mkt-templateKubernetes Prow Robot
Revise Comms template
2020-08-25Merge pull request #5070 from nikhita/downloadk8sKubernetes Prow Robot
sig-release: add downloadkubernetes to sigs.yaml
2020-08-26sig-release: add downloadkubernetes to sigs.yamlNikhita Raghunath
2020-08-25Add a slack channel for cluster-api-aws-alertsJason DeTiberus
This channel is intended to be used for routing of alerts that affect tests running for the cluster-api-provider-aws subproject. These alerts are currently routed to test-infra-oncall, and this will allow for the alerts to be routed to the community members that are more likely able to take action on the alerts.
2020-08-25Archive WG Machine Learning's community repo directory and slackJorge O. Castro
channel. Part of #5034 Signed-off-by: Jorge O. Castro <jorgec@vmware.com>
2020-08-25Merge pull request #5065 from azarudeena/masterKubernetes Prow Robot
Update channels.yaml
2020-08-25Update channels.yamlAzar
new channel request for CKS-exam-prep
2020-08-25slack: add cluster-api-packet channelCarlos Panato
2020-08-24Merge pull request #5062 from celestehorgan/update-sig-creationKubernetes Prow Robot
Update mailing-list-guidelines for clarity, new UI
2020-08-21Update mailing-list-guidelines for clarity, new UICeleste Horgan
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-08-21Merge pull request #5048 from HubertStefanski/add-grafana-operator-channelKubernetes Prow Robot
Add channel for Grafana-Operator
2020-08-21Merge pull request #5058 from sbose78/patch-1Kubernetes Prow Robot
Add slack channel shipwright
2020-08-20smaller nameShoubhik Bose
2020-08-20Add channel shipwright-build-apiShoubhik Bose
* for folks interested in building images on kubernetes * for Project Shipwright users and contributors
2020-08-20Merge pull request #5056 from mrbobbytables/owners-formattingKubernetes Prow Robot
Fix PR workflow link in contrib guide owners doc
2020-08-20Fix PR workflow link in contrib guide owners docBob Killen
2020-08-20Merge pull request #5050 from mrbobbytables/fix-linkKubernetes Prow Robot
Fix broken link in contrib guide contributing doc
2020-08-20Merge pull request #5055 from nikhita/support-template-updateKubernetes Prow Robot
Remove stackoverflow from support template response
2020-08-20.github: remove stackoverflow from support issue templateNikhita Raghunath
2020-08-20Remove stackoverflow from support template responseNikhita Raghunath
2020-08-19Fix broken link in contrib guide contributing docBob Killen
2020-08-19Merge pull request #5049 from pmorie/sig-mc-leadershipKubernetes Prow Robot
Update SIG multicluster leadership
2020-08-19Update SIG multicluster leadershipPaul Morie
2020-08-19Add grafana-operator to channels.yamlHubert Stefanski
2020-08-19indicate removal of PodPresetsDavid Eads
2020-08-18Proposed charter for SIG Security (#4962)Jay Beale
* Proposed charter for SIG Security Letter to Steering committee to be linked later. * Update wg-security-audit/sig-security-charter-proposal.md Co-authored-by: Micah Hausler <micahhausler@users.noreply.github.com> * Accept nested list modification Co-authored-by: Micah Hausler <micahhausler@users.noreply.github.com> * Adding README created by community make. Adding sig-security to sigs.yaml Creating sig-security/ and moving proposed charter to that directory. * Proposed charter for SIG Security Letter to Steering committee to be linked later. * Update wg-security-audit/sig-security-charter-proposal.md Co-authored-by: Micah Hausler <micahhausler@users.noreply.github.com> * Accept nested list modification Co-authored-by: Micah Hausler <micahhausler@users.noreply.github.com> * Correct capitalization Co-authored-by: Nikhita Raghunath <nikitaraghunath@gmail.com> * resolved merge conflict I don't think we need to use an entirely separate GOPATH, thus forcing us to re-download modules every time we run `make` This was causing verify-generated-docs to fail locally since go will set its modcache as readonly and thus cause the cleanup "rm -rf" in this script to fail. In go1.14 or later we could use "-modcacherw" to stop making the modcache readonly but that bring me back to.. why do need an entirely separate GOPATH in the first place? * Corrected employers Co-authored-by: Micah Hausler <micahhausler@users.noreply.github.com> Co-authored-by: Nikhita Raghunath <nikitaraghunath@gmail.com>
2020-08-18Merge pull request #5046 from spiffxp/use-go1.15Kubernetes Prow Robot
Update to go1.15, fix local make verify
2020-08-18Allow verify-generated-docs to use go modcacheAaron Crickenberger
I don't think we need to use an entirely separate GOPATH, thus forcing us to re-download modules every time we run `make` This was causing verify-generated-docs to fail locally since go will set its modcache as readonly and thus cause the cleanup "rm -rf" in this script to fail. In go1.14 or later we could use "-modcacherw" to stop making the modcache readonly but that bring me back to.. why do need an entirely separate GOPATH in the first place?
2020-08-18Update to go1.15Aaron Crickenberger
2020-08-18Developer Guide: Refresh e2e testing documents for kubetest2Erik L. Arneson
This change creates a new file with e2e testing documentation for the new kubetest2 test runner. Once kubetest is retired, this can drop right into the existing e2e developer guide docs.
2020-08-17Deduplify content: Remove reviewee content from the review-guidelines (#5031)Jorge O. Castro
* Deduplify content: Remove reviewee content from the review-guidelines, reorganize pull request page. Signed-off-by: Jorge O. Castro <jorgec@vmware.com> * Reformat ToC headers, move KISS section higher Signed-off-by: Jorge O. Castro <jorgec@vmware.com>
2020-08-17Merge pull request #5042 from cji/jobchangeKubernetes Prow Robot
Update cji's company affiliation
2020-08-17Update affiliation for cjicji
2020-08-17Merge pull request #5041 from mrbobbytables/add-aliasesKubernetes Prow Robot
contributor guide: Add site aliases
2020-08-17Revise Comms templateMatthew Broberg
With a focus on ease of use and clarity around communication timeline. Also, we self-market ourselves, because we definitely should do that. Signed-off-by: Matthew Broberg <matt@opensource.com>
2020-08-17contributor guide: Add site aliasesBob Killen
Adds aliases to the contributor guide and cheatsheet for use on the contributor website. https://k8s.dev/guide -> contributor guide https://k8s.dev/cheatsheet -> contributor cheatsheet
2020-08-17Merge pull request #5030 from kaslin/masterKubernetes Prow Robot
Adding @kaslin as social lead + grammar
2020-08-14Added coderanger, craigbox, and SergeyKanzhelev per exception request.Josh Berkus
2020-08-14Merge pull request #5039 from tpepper/masterKubernetes Prow Robot
typo fixes s/VMWare/VMware
2020-08-14typo: VMware has a specific capitalizationTim Pepper
correct typo in non-generated portion of CoCC README.md Signed-off-by: Tim Pepper <tpepper@vmware.com>
2020-08-14typo: VMware has a specific capitalizationTim Pepper
correct typo in yaml and regenerate Signed-off-by: Tim Pepper <tpepper@vmware.com>
2020-08-14Merge pull request #5038 from celestehorgan/update-cocc-pagesKubernetes Prow Robot
[CoCC] Add section on emeritus members, link to elections.md