* Rename kubernetes-sig-leads mentions to leads@ since the group has moved
Signed-off-by: Jorge O. Castro <jorgec@vmware.com>
* Update contributors/chairs-and-techleads/README.md
Co-authored-by: Bob Killen <killen.bob@gmail.com>
Co-authored-by: Bob Killen <killen.bob@gmail.com>
"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.
* 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
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.
* 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>