Skip to content

Commit 03c191b

Browse files
committed
fix(links): update kubernetes/community links from master to main
1 parent fe545ae commit 03c191b

File tree

44 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+67
-67
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ These are just guidelines, not rules. Use your best judgment, and feel free to p
1010
### Code of Conduct
1111

1212
Kubernetes follows the [Cloud Native Computing Foundation (CNCF) Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to the
13-
[Kubernetes Code of Conduct Committee](https://github.com/kubernetes/community/tree/master/committee-code-of-conduct) <conduct@kubernetes.io>.
13+
[Kubernetes Code of Conduct Committee](https://github.com/kubernetes/community/tree/main/committee-code-of-conduct) <conduct@kubernetes.io>.
1414

1515
### Documentation and Site Decisions
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ to the [Troubleshooting section](https://kubernetes.io/docs/contribute/new-conte
146146

147147
## Get involved with SIG Docs
148148

149-
Learn more about SIG Docs Kubernetes community and meetings on the [community page](https://github.com/kubernetes/community/tree/master/sig-docs#meetings).
149+
Learn more about SIG Docs Kubernetes community and meetings on the [community page](https://github.com/kubernetes/community/tree/main/sig-docs#meetings).
150150

151151
You can also reach the maintainers of this project at:
152152

archetypes/blog-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ An optional section that links to resources for readers to get involved, and ack
5454

5555
* [The name of a channel on Slack, #a-channel](https://<a-workspace>.slack.com/messages/<a-channel>)
5656

57-
* [A link to a "contribute" page with more information](<https://github.com/kubernetes/community/blob/master/sig-storage/README.md#contact>).
57+
* [A link to a "contribute" page with more information](<https://github.com/kubernetes/community/blob/main/sig-storage/README.md#contact>).
5858

5959
* Acknowledgements and thanks to the contributors. <person's name> ([<github id>](https://github.com/<github id>)) who did X, Y, and Z.
6060

content/en/OWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ labels:
1414
- language/en
1515

1616
# Disable inheritance so that the localization team don't end up as approvers for English
17-
# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md
17+
# https://github.com/kubernetes/community/blob/main/communication/website-guidelines.md
1818
options:
1919
no_parent_owners: true

content/en/community/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>Community Values</h2>
7777
<div class="community-section" id="conduct">
7878
<h2>Code of Conduct</h2>
7979
<p>The Kubernetes community values respect and inclusiveness, and enforces a Code of Conduct in all interactions.</p>
80-
<p>If you notice a violation of the Code of Conduct at an event or meeting, in <a href="#slack">Slack</a>, or in another communication mechanism, reach out to the Kubernetes Code of Conduct Committee at <a href="mailto:conduct@kubernetes.io">conduct@kubernetes.io</a>. All reports are kept confidential. You can read <a href="https://github.com/kubernetes/community/tree/master/committee-code-of-conduct">about the committee</a> in the Kubernetes community repository on GitHub.</p>
80+
<p>If you notice a violation of the Code of Conduct at an event or meeting, in <a href="#slack">Slack</a>, or in another communication mechanism, reach out to the Kubernetes Code of Conduct Committee at <a href="mailto:conduct@kubernetes.io">conduct@kubernetes.io</a>. All reports are kept confidential. You can read <a href="https://github.com/kubernetes/community/tree/main/committee-code-of-conduct">about the committee</a> in the Kubernetes community repository on GitHub.</p>
8181
<a href="/community/code-of-conduct/" class="community-cta-button">
8282
<span class="community-cta">Read more</span>
8383
</a>

content/en/docs/concepts/cluster-administration/addons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ installation instructions. The list does not try to be exhaustive.
5555
* [Flannel](https://github.com/flannel-io/flannel#deploying-flannel-manually) is
5656
an overlay network provider that can be used with Kubernetes.
5757
* [Gateway API](/docs/concepts/services-networking/gateway/) is an open source project managed by
58-
the [SIG Network](https://github.com/kubernetes/community/tree/master/sig-network) community and
58+
the [SIG Network](https://github.com/kubernetes/community/tree/main/sig-network) community and
5959
provides an expressive, extensible, and role-oriented API for modeling service networking.
6060
* [Knitter](https://github.com/ZTE/Knitter/) is a plugin to support multiple network
6161
interfaces in a Kubernetes pod.

content/en/docs/concepts/cluster-administration/dra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ client-go configuration within `kube-controller-manager` are critical.
9999
The specific values to tune your cluster to depend on a variety of factors like
100100
number of nodes/pods, rate of pod creation, churn, even in non-DRA environments;
101101
see the [SIG Scalability README on Kubernetes scalability
102-
thresholds](https://github.com/kubernetes/community/blob/master/sig-scalability/configs-and-limits/thresholds.md)
102+
thresholds](https://github.com/kubernetes/community/blob/main/sig-scalability/configs-and-limits/thresholds.md)
103103
for more information. In scale tests performed against a DRA enabled cluster
104104
with 100 nodes, involving 720 long-lived pods (90% saturation) and 80 churn pods
105105
(10% churn, 10 times), with a job creation QPS of 10, `kube-controller-manager`

content/en/docs/concepts/cluster-administration/flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,5 +823,5 @@ Example FlowSchema object to isolate list event requests:
823823
- You can visit flow control [reference doc](/docs/reference/debug-cluster/flow-control/) to learn more about troubleshooting.
824824
- For background information on design details for API priority and fairness, see
825825
the [enhancement proposal](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/1040-priority-and-fairness).
826-
- You can make suggestions and feature requests via [SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery)
826+
- You can make suggestions and feature requests via [SIG API Machinery](https://github.com/kubernetes/community/tree/main/sig-api-machinery)
827827
or the feature's [slack channel](https://kubernetes.slack.com/messages/api-priority-and-fairness).

content/en/docs/concepts/cluster-administration/node-autoscaling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ graph TD
153153

154154
[Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler)
155155
and [Karpenter](https://github.com/kubernetes-sigs/karpenter) are the two Node autoscalers currently
156-
sponsored by [SIG Autoscaling](https://github.com/kubernetes/community/tree/master/sig-autoscaling).
156+
sponsored by [SIG Autoscaling](https://github.com/kubernetes/community/tree/main/sig-autoscaling).
157157

158158
From the perspective of a cluster user, both autoscalers should provide a similar Node autoscaling
159159
experience. Both will provision new Nodes for unschedulable Pods, and both will consolidate the
@@ -179,7 +179,7 @@ Additional context:
179179
* [Documentation overview](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/README.md)
180180
* [Cloud provider integrations](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/README.md#faqdocumentation)
181181
* [Cluster Autoscaler FAQ](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md)
182-
* [Contact](https://github.com/kubernetes/community/tree/master/sig-autoscaling#contact)
182+
* [Contact](https://github.com/kubernetes/community/tree/main/sig-autoscaling#contact)
183183

184184
#### Karpenter
185185

content/en/docs/concepts/cluster-administration/system-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,5 @@ kubectl get --raw "/api/v1/nodes/node-1.example/proxy/logs/?query=kubelet&patter
293293
* Read about [Structured Logging](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/1602-structured-logging)
294294
* Read about [Contextual Logging](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/3077-contextual-logging)
295295
* Read about [deprecation of klog flags](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
296-
* Read about the [Conventions for logging severity](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md)
296+
* Read about the [Conventions for logging severity](https://github.com/kubernetes/community/blob/main/contributors/devel/sig-instrumentation/logging.md)
297297
* Read about [Log Query](https://kep.k8s.io/2258)

0 commit comments

Comments
 (0)