You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attending a [SIG meeting](https://github.com/kubernetes/community/blob/master/sig-list.md) or posting on their mailing list might be prudent if you want to make extensive contributions.
39
+
Attending a [SIG meeting](/sig-list.md) or posting on their mailing list might be prudent if you want to make extensive contributions.
Copy file name to clipboardExpand all lines: community/2017-events/05-leadership-summit/announcement.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
This is an announcement for the 2017 Kubernetes Leadership Summit, which will occur on June 2nd, 2017 in San Jose, CA.
2
-
This event will be similar to the [Kubernetes Developer's Summit](https://github.com/kubernetes/community/blob/master/community/2016-events/developer-summit-2016/Kubernetes_Dev_Summit.md) in November
2
+
This event will be similar to the [Kubernetes Developer's Summit](/community/2016-events/developer-summit-2016/Kubernetes_Dev_Summit.md) in November
3
3
2016, but involving a smaller smaller audience comprised solely of leaders and influencers of the community. These leaders and
4
4
influences include the SIG leads, release managers, and representatives from several companies, including (but not limited to)
5
5
Google, Red Hat, CoreOS, WeaveWorks, Deis, and Mirantis.
*[cloudprovider](https://github.com/kubernetes/kubernetes/blob/master/pkg/cloudprovider/README.md) and [cluster](https://github.com/kubernetes/kubernetes/blob/master/cluster/README.md)
42
+
*[cloudprovider](https://git.k8s.io/kubernetes/pkg/cloudprovider/README.md) and [cluster](https://git.k8s.io/kubernetes/cluster/README.md)
*_Note-Your summit registration is NOT your KubeCon registration. Tickets are almost sold out for KubeCon, please purchase those separately from the [event page](http://events.linuxfoundation.org/events/kubecon-and-cloudnativecon-north-america/attend/register)._
42
42
43
43
## Invitations:
44
-
Selected attendees are Kubernetes upstream contributors including SIG members and lottery winners from a [members of standing](https://github.com/kubernetes/community/blob/master/community-membership.md) pool.
44
+
Selected attendees are Kubernetes upstream contributors including SIG members and lottery winners from a [members of standing](/community-membership.md) pool.
45
45
We realize that this is not the best approach now that our community is growing in exponential ways. In 2018, we will be unfolding a new strategy for bringing our contributors together so all voices can be heard.
46
46
47
47
Invites went out on October 19th. There are ten spots left. Please reach out to [email protected] to claim one.
Copy file name to clipboardExpand all lines: community/2017-events/12-contributor-summit/feature-roadmap-2018.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ Questions:
146
146
147
147
* Vision is that writing KEPs, know from them what the roadmap is; can write the blog post based on the value articulated in the KEPs.
148
148
149
-
* Right now they are [buried in community repo](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/0000-kep-template.md) 3 levels deep: a lot of great feedback so far. Joe wouldn't object to making it more discoverable.
149
+
* Right now they are [buried in community repo](/contributors/design-proposals/architecture/0000-kep-template.md) 3 levels deep: a lot of great feedback so far. Joe wouldn't object to making it more discoverable.
Copy file name to clipboardExpand all lines: community/2017-events/12-contributor-summit/kubernetes-client-libraries-open-space.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Three high-level topics:
8
8
9
9
Early shout-out for the [Common LISP client](https://github.com/brendandburns/cl-k8s) :)
10
10
11
-
Currently Java, Python, .Net, Javascript clients are all silver. Reference to the [badge and capabilities descriptions](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md#client-capabilities)
11
+
Currently Java, Python, .Net, Javascript clients are all silver. Reference to the [badge and capabilities descriptions](/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md#client-capabilities)
12
12
Python still outside the [clients org](https://github.com/kubernetes-client/) - should this move from incubator?
13
13
14
14
Lots of code in client libraries to handle limitations in OpenAPI 2, some of which is fixed in 3. What is required/should we move to OpenAPI 3?
Copy file name to clipboardExpand all lines: community/elections/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Kubernetes Elections
2
2
3
-
This document will outline how to conduct a Kubernetes Steering Committee Election. See the [Steering Committee Charter](https://github.com/kubernetes/steering/blob/master/charter.md) for more information of how the committee decides when to have an election, the method, and the maximal representation.
3
+
This document will outline how to conduct a Kubernetes Steering Committee Election. See the [Steering Committee Charter](https://git.k8s.io/steering/charter.md) for more information of how the committee decides when to have an election, the method, and the maximal representation.
4
4
5
5
## Steering Committee chooses Election Deadlines and Officers
Copy file name to clipboardExpand all lines: contributors/design-proposals/api-machinery/add-new-patchStrategy-to-clear-fields-not-present-in-patch.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ that does not contain a discriminator.
44
44
|---|---|
45
45
| non-inlined non-discriminated union | Yes |
46
46
| non-inlined discriminated union | Yes |
47
-
| inlined union with [patchMergeKey](https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#strategic-merge-patch) only | Yes |
47
+
| inlined union with [patchMergeKey](/contributors/devel/api-conventions.md#strategic-merge-patch) only | Yes |
48
48
| other inlined union | No |
49
49
50
50
For the inlined union with patchMergeKey, we move the tag to the parent struct's instead of
Copy file name to clipboardExpand all lines: contributors/design-proposals/api-machinery/admission-control-webhooks.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This document proposes a detailed plan for bringing Webhooks to Beta. Highlights
21
21
* Versioned rather than Internal data sent on hook
22
22
* Ordering behavior within webhooks, and with other admission phases, is better defined
23
23
24
-
This plan is compatible with the [original design doc](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/admission_control_extension.md).
24
+
This plan is compatible with the [original design doc](/contributors/design-proposals/api-machinery/admission_control_extension.md).
* Currently uses Initializer but can use Mutating Webhook.
@@ -411,7 +411,7 @@ Specific Use cases:
411
411
* Simple, can be highly reliable and fast. No external deps.
412
412
* No current use case for updates.
413
413
414
-
Good further discussion of use cases [here](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/admission_control_extension.md)
414
+
Good further discussion of use cases [here](/contributors/design-proposals/api-machinery/admission_control_extension.md)
0 commit comments