Skip to content

Commit 09f5c42

Browse files
authored
Merge pull request #24619 from neha-viswanathan/24380-remove-k8s-incubator
update kubernetes-incubator references
2 parents df0f955 + a8b6551 commit 09f5c42

File tree

17 files changed

+23
-23
lines changed

17 files changed

+23
-23
lines changed

content/en/docs/concepts/extend-kubernetes/service-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The following example describes how to map secret values into application enviro
229229

230230
* If you are familiar with {{< glossary_tooltip text="Helm Charts" term_id="helm-chart" >}}, [install Service Catalog using Helm](/docs/tasks/service-catalog/install-service-catalog-using-helm/) into your Kubernetes cluster. Alternatively, you can [install Service Catalog using the SC tool](/docs/tasks/service-catalog/install-service-catalog-using-sc/).
231231
* View [sample service brokers](https://github.com/openservicebrokerapi/servicebroker/blob/master/gettingStarted.md#sample-service-brokers).
232-
* Explore the [kubernetes-incubator/service-catalog](https://github.com/kubernetes-incubator/service-catalog) project.
232+
* Explore the [kubernetes-sigs/service-catalog](https://github.com/kubernetes-sigs/service-catalog) project.
233233
* View [svc-cat.io](https://svc-cat.io/docs/).
234234

235235

content/en/docs/concepts/services-networking/dual-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ On cloud providers which support IPv6 enabled external load balancers, setting t
9898

9999
## Egress Traffic
100100

101-
The use of publicly routable and non-publicly routable IPv6 address blocks is acceptable provided the underlying {{< glossary_tooltip text="CNI" term_id="cni" >}} provider is able to implement the transport. If you have a Pod that uses non-publicly routable IPv6 and want that Pod to reach off-cluster destinations (eg. the public Internet), you must set up IP masquerading for the egress traffic and any replies. The [ip-masq-agent](https://github.com/kubernetes-incubator/ip-masq-agent) is dual-stack aware, so you can use ip-masq-agent for IP masquerading on dual-stack clusters.
101+
The use of publicly routable and non-publicly routable IPv6 address blocks is acceptable provided the underlying {{< glossary_tooltip text="CNI" term_id="cni" >}} provider is able to implement the transport. If you have a Pod that uses non-publicly routable IPv6 and want that Pod to reach off-cluster destinations (eg. the public Internet), you must set up IP masquerading for the egress traffic and any replies. The [ip-masq-agent](https://github.com/kubernetes-sigs/ip-masq-agent) is dual-stack aware, so you can use ip-masq-agent for IP masquerading on dual-stack clusters.
102102

103103
## Known Issues
104104

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ run, what volume plugin it uses (including Flex), etc. The repository
9494
[kubernetes-sigs/sig-storage-lib-external-provisioner](https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner)
9595
houses a library for writing external provisioners that implements the bulk of
9696
the specification. Some external provisioners are listed under the repository
97-
[kubernetes-incubator/external-storage](https://github.com/kubernetes-incubator/external-storage).
97+
[kubernetes-sigs/external-storage](https://github.com/kubernetes-sigs/external-dns).
9898
9999
For example, NFS doesn't provide an internal provisioner, but an external
100100
provisioner can be used. There are also cases when 3rd party storage

content/en/docs/reference/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use Helm to:
4444

4545
## Kompose
4646

47-
[`Kompose`](https://github.com/kubernetes-incubator/kompose) is a tool to help Docker Compose users move to Kubernetes.
47+
[`Kompose`](https://github.com/kubernetes/kompose) is a tool to help Docker Compose users move to Kubernetes.
4848

4949
Use Kompose to:
5050

content/en/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,6 @@ The DEB and RPM packages shipped with the Kubernetes releases are:
200200
| `kubeadm` | Installs the `/usr/bin/kubeadm` CLI tool and the [kubelet drop-in file](#the-kubelet-drop-in-file-for-systemd) for the kubelet. |
201201
| `kubelet` | Installs the kubelet binary in `/usr/bin` and CNI binaries in `/opt/cni/bin`. |
202202
| `kubectl` | Installs the `/usr/bin/kubectl` binary. |
203-
| `cri-tools` | Installs the `/usr/bin/crictl` binary from the [cri-tools git repository](https://github.com/kubernetes-incubator/cri-tools). |
203+
| `cri-tools` | Installs the `/usr/bin/crictl` binary from the [cri-tools git repository](https://github.com/kubernetes-sigs/cri-tools). |
204204

205205

content/en/docs/setup/production-environment/turnkey/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To create a Kubernetes cluster on AWS, you will need an Access Key ID and a Secr
2323

2424
* [Kubernetes Operations](https://github.com/kubernetes/kops) - Production Grade K8s Installation, Upgrades, and Management. Supports running Debian, Ubuntu, CentOS, and RHEL in AWS.
2525

26-
* [kube-aws](https://github.com/kubernetes-incubator/kube-aws), creates and manages Kubernetes clusters with [Flatcar Linux](https://www.flatcar-linux.org/) nodes, using AWS tools: EC2, CloudFormation and Autoscaling.
26+
* [kube-aws](https://github.com/kubernetes-retired/kube-aws), creates and manages Kubernetes clusters with [Flatcar Linux](https://www.flatcar-linux.org/) nodes, using AWS tools: EC2, CloudFormation and Autoscaling.
2727

2828
* [KubeOne](https://github.com/kubermatic/kubeone) is an open source cluster lifecycle management tool that creates, upgrades and manages Kubernetes Highly-Available clusters.
2929

content/en/docs/tasks/administer-cluster/cluster-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Oracle creates and manages a set of master nodes in the Oracle control plane on
7373
Different providers, and tools, will manage upgrades differently. It is recommended that you consult their main documentation regarding upgrades.
7474

7575
* [kops](https://github.com/kubernetes/kops)
76-
* [kubespray](https://github.com/kubernetes-incubator/kubespray)
76+
* [kubespray](https://github.com/kubernetes-sigs/kubespray)
7777
* [CoreOS Tectonic](https://coreos.com/tectonic/docs/latest/admin/upgrade.html)
7878
* [Digital Rebar](https://provision.readthedocs.io/en/tip/doc/content-packages/krib.html)
7979
* ...

content/en/docs/tasks/administer-cluster/dns-horizontal-autoscaling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The idea is that when a cluster is using nodes that have many cores,
143143
cores, `nodesPerReplica` dominates.
144144

145145
There are other supported scaling patterns. For details, see
146-
[cluster-proportional-autoscaler](https://github.com/kubernetes-incubator/cluster-proportional-autoscaler).
146+
[cluster-proportional-autoscaler](https://github.com/kubernetes-sigs/cluster-proportional-autoscaler).
147147

148148
## Disable DNS horizontal autoscaling
149149

@@ -233,5 +233,5 @@ patterns: *linear* and *ladder*.
233233

234234
* Read about [Guaranteed Scheduling For Critical Add-On Pods](/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/).
235235
* Learn more about the
236-
[implementation of cluster-proportional-autoscaler](https://github.com/kubernetes-incubator/cluster-proportional-autoscaler).
236+
[implementation of cluster-proportional-autoscaler](https://github.com/kubernetes-sigs/cluster-proportional-autoscaler).
237237

content/en/docs/tasks/administer-cluster/ip-masq-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ By default, in GCE/Google Kubernetes Engine starting with Kubernetes version 1.7
6262
To create an ip-masq-agent, run the following kubectl command:
6363

6464
`
65-
kubectl apply -f https://raw.githubusercontent.com/kubernetes-incubator/ip-masq-agent/master/ip-masq-agent.yaml
65+
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/ip-masq-agent/master/ip-masq-agent.yaml
6666
`
6767

6868
You must also apply the appropriate node label to any nodes in your cluster that you want the agent to run on.
@@ -71,7 +71,7 @@ You must also apply the appropriate node label to any nodes in your cluster that
7171
kubectl label nodes my-node beta.kubernetes.io/masq-agent-ds-ready=true
7272
`
7373

74-
More information can be found in the ip-masq-agent documentation [here](https://github.com/kubernetes-incubator/ip-masq-agent)
74+
More information can be found in the ip-masq-agent documentation [here](https://github.com/kubernetes-sigs/ip-masq-agent)
7575

7676
In most cases, the default set of rules should be sufficient; however, if this is not the case for your cluster, you can create and apply a [ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/) to customize the IP ranges that are affected. For example, to allow only 10.0.0.0/8 to be considered by the ip-masq-agent, you can create the following [ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/) in a file called "config".
7777

content/en/docs/tasks/configure-pod-container/assign-cpu-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allocated as much CPU as it requests.
2222
Your cluster must have at least 1 CPU available for use to run the task examples.
2323

2424
A few of the steps on this page require you to run the
25-
[metrics-server](https://github.com/kubernetes-incubator/metrics-server)
25+
[metrics-server](https://github.com/kubernetes-sigs/metrics-server)
2626
service in your cluster. If you have the metrics-server
2727
running, you can skip those steps.
2828

0 commit comments

Comments
 (0)