Skip to content

Commit 249a50e

Browse files
committed
Broken Links fix for 2696
FILE: ./sig-cloud-provider/CHARTER.md [✖] https://github.com/kubernetes/community/blob/master/keps/0002-controller-manager.md → Status: 404 [✖] https://github.com/kubernetes/community/blob/master/keps/0002-controller-manager.md#repository-requirements → Status: 404 FILE: ./github-management/setting-up-cla-check.md [✖] https://identity.linuxfoundation.org/lfcla/github/postreceive?group=284&comment=no&target=https://identity.linuxfoundation.org/projects/cncf → Status: 404 FILE: ./sig-scalability/blogs/k8s-services-scalability-issues.md [✖] https://cilium.io/blog/2018/04/17/why-is-the-kernel-community-replacing-iptables) → Status: 404 FILE: ./sig-scalability/goals.md [✖] provider-configs.md → Status: 400 Error: ENOENT: no such file or directory, access '/home/jorge/src/kubernetes/community/sig-scalability/provider-configs.md'
1 parent 4fc2b6b commit 249a50e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

github-management/setting-up-cla-check.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ setup the Linux Foundation CNCF CLA check for your repositories, please read on.
1111
1. Go to the settings for your organization or webhook, and choose Webhooks from
1212
the menu, then "Add webhook"
1313
- Payload URL:
14-
https://identity.linuxfoundation.org/lfcla/github/postreceive?group=284&comment=no&target=https://identity.linuxfoundation.org/projects/cncf
14+
`https://identity.linuxfoundation.org/lfcla/github/postreceive?group=284&comment=no&target=https://identity.linuxfoundation.org/projects/cncf`
1515
- `group=284` specifies the ID of the CNCF project authorized committers
1616
group in our CLA system.
1717
- `comment=no` specifies that our system should not post help comments

sig-cloud-provider/CHARTER.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Cloud Provider SIG ensures that the Kubernetes ecosystem is evolving in a wa
1919
* Developing future functionality in Kubernetes to support use cases common to all providers while also allowing custom and pluggable implementations when required, some examples include but are not limited to:
2020
* Extendable node status’ and machine states based on provider
2121
* Extendable node address types based on provider
22-
* See also [Cloud Controller Manager KEP](https://github.com/kubernetes/community/blob/master/keps/0002-controller-manager.md)
22+
* See also [Cloud Controller Manager KEP](https://github.com/kubernetes/community/blob/master/keps/sig-cloud-provider/0002-cloud-controller-manager.md)
2323
* The collection of user experience reports from Kubernetes operators running on provider subprojects; and the delivery of roadmap information to SIG PM
2424

2525
## Organizational Management
@@ -32,7 +32,7 @@ The Cloud Provider SIG ensures that the Kubernetes ecosystem is evolving in a wa
3232
## Subproject Creation
3333

3434
Each Kubernetes provider will (eventually) be a subproject under SIG Cloud Provider. To add new sub projects (providers), SIG Cloud Provider will maintain an open list of requirements that must be satisfied.
35-
The current requirements can be seen [here](https://github.com/kubernetes/community/blob/master/keps/0002-controller-manager.md#repository-requirements). Each provider subproject is entitled to create 1..N repositories related to cluster turn up or operation on their platform, subject to technical standards set by SIG Cloud Provider.
35+
The current requirements can be seen [here](https://github.com/kubernetes/community/blob/master/keps/sig-cloud-provider/0002-cloud-controller-manager.md#repository-requirements). Each provider subproject is entitled to create 1..N repositories related to cluster turn up or operation on their platform, subject to technical standards set by SIG Cloud Provider.
3636
Creation of a repository SHOULD follow the KEP process to preserve the motivation for the repository and any additional instructions for how other SIGs (e.g SIG Documentation and SIG Release) should interact with the repository
3737

3838
Subprojects that fall under SIG Cloud Provider may also be features in Kubernetes that is requested or needed by all, or at least a large majority of providers. The creation process for these subprojects will follow the usual KEP process.

sig-scalability/blogs/k8s-services-scalability-issues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Iptables can be slow in packet processing when a large number of services exist.
2121

2222
- Moving from iptables to IPVS may help here if that works stably. We have the IPVS alternative [implemented](https://github.com/kubernetes/kubernetes/pull/46580), but it still hasn’t gone to GA.
2323
- For a long time the official kernel upstream answer for this issue was that nftables was going to solve all iptables-related scalability problems (both with packet processing and with rule changes), and there's now an out-of-tree nftables kube-proxy backend too ([#62720](https://github.com/kubernetes/kubernetes/issues/62720)).
24-
- There's also an alternative plan to fix the packet processing speed problems by rewriting iptables to use eBPF inside the kernel (see - https://cilium.io/blog/2018/04/17/why-is-the-kernel-community-replacing-iptables).
24+
- There's also an alternative plan to fix the packet processing speed problems by rewriting iptables to use eBPF inside the kernel (see - https://cilium.io/blog/2018/04/17/why-is-the-kernel-community-replacing-iptables ).
2525

2626

2727
## Slow/failing iptables-restore operations when large number of rules exist

sig-scalability/goals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ NOTES:
7272

7373
## Control Plane Configurations for Testing
7474

75-
Configuration of the control plane for cluster testing varies by provider, and there are multiple reasonable configurations. Discussion and guideline of control plane configuration options and standards are documented [here](provider-configs.md).
75+
Configuration of the control plane for cluster testing varies by provider, and there are multiple reasonable configurations. Discussion and guideline of control plane configuration options and standards are documented [here](configs-and-limits/provider-configs.md).
7676

7777
## Open Questions
7878

0 commit comments

Comments
 (0)