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
Copy file name to clipboardexpand all lines: docs/design/architecture.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The `kubelet` manages [pods](../user-guide/pods.md) and their containers, their
51
51
52
52
### `kube-proxy`
53
53
54
-
Each node also runs a simple network proxy and load balancer (see the [services FAQ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Services-FAQ) for more details). This reflects `services` (see [the services doc](../user-guide/services.md) for more details) as defined in the Kubernetes API on each node and can do simple TCP and UDP stream forwarding (round robin) across a set of backends.
54
+
Each node also runs a simple network proxy and load balancer (see the [services FAQ](https://github.com/kubernetes/kubernetes/wiki/Services-FAQ) for more details). This reflects `services` (see [the services doc](../user-guide/services.md) for more details) as defined in the Kubernetes API on each node and can do simple TCP and UDP stream forwarding (round robin) across a set of backends.
55
55
56
56
Service endpoints are currently found via [DNS](../admin/dns.md) or through environment variables (both [Docker-links-compatible](https://docs.docker.com/userguide/dockerlinks/) and Kubernetes `{FOO}_SERVICE_HOST` and `{FOO}_SERVICE_PORT` variables are supported). These variables resolve to ports managed by the service proxy.
Copy file name to clipboardexpand all lines: docs/devel/cherry-picks.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ conflict***.
62
62
63
63
Now that we've structured cherry picks as PRs, searching for all cherry-picks
64
64
against a release is a GitHub query: For example,
65
-
[this query is all of the v0.21.x cherry-picks](https://github.com/GoogleCloudPlatform/kubernetes/pulls?utf8=%E2%9C%93&q=is%3Apr+%22automated+cherry+pick%22+base%3Arelease-0.21)
65
+
[this query is all of the v0.21.x cherry-picks](https://github.com/kubernetes/kubernetes/pulls?utf8=%E2%9C%93&q=is%3Apr+%22automated+cherry+pick%22+base%3Arelease-0.21)
Note that we omit the labels and the selector fields of the replication controller, because they will be populated from the labels field of the pod template by default.
Copy file name to clipboardexpand all lines: docs/devel/instrumentation.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -44,18 +44,18 @@ We use the Prometheus monitoring system's golang client library for instrumentin
44
44
2. Give the metric a name and description.
45
45
3. Pick whether you want to distinguish different categories of things using labels on the metric. If so, add "Vec" to the name of the type of metric you want and add a slice of the label names to the definition.
4. Use the metric by calling the appropriate method for your metric type (Set, Inc/Add, or Observe, respectively for Gauge, Counter, or Histogram/Summary), first calling WithLabelValues if your metric has any labels
Copy file name to clipboardexpand all lines: docs/devel/pull-requests.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Life of a Pull Request
52
52
53
53
Unless in the last few weeks of a milestone when we need to reduce churn and stabilize, we aim to be always accepting pull requests.
54
54
55
-
Either the [on call](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Kubernetes-on-call-rotation) manually or the [submit queue](https://github.com/contrib/tree/master/submit-queue) automatically will manage merging PRs.
55
+
Either the [on call](https://github.com/kubernetes/kubernetes/wiki/Kubernetes-on-call-rotation) manually or the [submit queue](https://github.com/contrib/tree/master/submit-queue) automatically will manage merging PRs.
56
56
57
57
There are several requirements for the submit queue to work:
58
58
* Author must have signed CLA ("cla: yes" label added to PR)
Copy file name to clipboardexpand all lines: docs/getting-started-guides/azure.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ You can create a virtual network:
76
76
77
77
Now you're ready.
78
78
79
-
You can download and install the latest Kubernetes release from [this page](https://github.com/GoogleCloudPlatform/kubernetes/releases), then run the `<kubernetes>/cluster/kube-up.sh` script to start the cluster:
79
+
You can download and install the latest Kubernetes release from [this page](https://github.com/kubernetes/kubernetes/releases), then run the `<kubernetes>/cluster/kube-up.sh` script to start the cluster:
Copy file name to clipboardexpand all lines: docs/getting-started-guides/binary_release.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ You can either build a release from sources or download a pre-built release. If
37
37
38
38
### Prebuilt Binary Release
39
39
40
-
The list of binary releases is available for download from the [GitHub Kubernetes repo release page](https://github.com/GoogleCloudPlatform/kubernetes/releases).
40
+
The list of binary releases is available for download from the [GitHub Kubernetes repo release page](https://github.com/kubernetes/kubernetes/releases).
41
41
42
42
Download the latest release and unpack this tar file on Linux or OS X, cd to the created `kubernetes/` directory, and then follow the getting started guide for your cloud.
43
43
@@ -48,7 +48,7 @@ Get the Kubernetes source. If you are simply building a release from source the
Copy file name to clipboardexpand all lines: docs/getting-started-guides/gce.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ By default, some containers will already be running on your cluster. Containers
90
90
91
91
The script run by the commands above creates a cluster with the name/prefix "kubernetes". It defines one specific cluster config, so you can't run it more than once.
92
92
93
-
Alternately, you can download and install the latest Kubernetes release from [this page](https://github.com/GoogleCloudPlatform/kubernetes/releases), then run the `<kubernetes>/cluster/kube-up.sh` script to start the cluster:
93
+
Alternately, you can download and install the latest Kubernetes release from [this page](https://github.com/kubernetes/kubernetes/releases), then run the `<kubernetes>/cluster/kube-up.sh` script to start the cluster:
Alternatively, you can download [Kubernetes release](https://github.com/GoogleCloudPlatform/kubernetes/releases) and extract the archive. To start your local cluster, open a shell and run:
75
+
Alternatively, you can download [Kubernetes release](https://github.com/kubernetes/kubernetes/releases) and extract the archive. To start your local cluster, open a shell and run:
0 commit comments