Skip to content

Commit be13145

Browse files
committed
Remove stale analytics links from docs
Many README files and other docs contained a link to a an appspot tracking app that is no longer active. Following the links leads to an error about Go 1.9 no longer being supported. Go 1.9 support was dropped in appspot in 2019 and disabled June 2020. This also resulted in a broken image link displaying when viewing these files on GitHub. Since the app is no longer functioning, and since it causes a potentially (but granted, minor) confusing error to display, this just removes those links as I don't believe they are needed anymore. Signed-off-by: Sean McGinnis <[email protected]>
1 parent b3fc888 commit be13145

File tree

17 files changed

+0
-46
lines changed

17 files changed

+0
-46
lines changed

CONTRIBUTING.md

-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ The [Kubernetes community repo](https://github.com/kubernetes/community) contain
77
## Sign the CLA
88

99
You must sign the [Contributor License Agreement](https://git.k8s.io/community/contributors/guide/README.md#sign-the-cla) in order to contribute.
10-
11-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/CONTRIBUTING.md?pixel)]()

cluster/addons/addon-manager/CHANGELOG.md

-3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,3 @@
8686

8787
### Version 1 (Thu May 5 2016 Mike Danese @mikedanese)
8888
- Run kube-addon-manager in a pod
89-
90-
91-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/addon-manager/CHANGELOG.md?pixel)]()

cluster/addons/dashboard/MAINTAINERS.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22

33
Piotr Bryk <[email protected]> and committers to the https://github.com/kubernetes/dashboard repository.
44

5-
6-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/dashboard/MAINTAINERS.md?pixel)]()

cluster/addons/fluentd-gcp/fluentd-gcp-image/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22

33
The image was moved to the
44
[new location](https://github.com/kubernetes/contrib/tree/master/fluentd/fluentd-gcp-image).
5-
6-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/fluentd-gcp/fluentd-gcp-image/README.md?pixel)]()

cluster/addons/metrics-server/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ Decreasing resource requirements for cluster addons may cause system instability
1616
- `kubectl top` not working (starting with Kubernetes 1.10)
1717

1818
Overwritten configuration persists through cluster updates, therefore may cause all effects above after a cluster update.
19-
20-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/cluster-monitoring/README.md?pixel)]()

cluster/gce/gci/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,3 @@ family as a prefix, e.g cos-dev, cos-beta, cos-stable. However, the milestone
106106
number in those families may change when channel promotions happen. Only when a milestone becomes LTS, the
107107
image will have a new family, and the milestone number in the image name stays the same. The image
108108
will be always there even after the milestone is deprecated.
109-
110-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/gce/gci/README.md?pixel)]()

cluster/images/conformance/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ If you don't want to push the images, run `make` or `make build` instead
3838
kubectl create -f conformance-e2e.yaml
3939
```
4040

41-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/images/conformance/README.md?pixel)]()

cluster/images/etcd/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,3 @@ $ make build ARCH=ppc64le
7373
```
7474

7575
If you don't want to push the images, run `make` or `make build` instead
76-
77-
78-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/images/etcd/README.md?pixel)]()
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
See [generating-clientset.md](https://git.k8s.io/community/contributors/devel/sig-api-machinery/generating-clientset.md)
22

3-
4-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/staging/src/k8s.io/code-generator/client-gen/README.md?pixel)]()

staging/src/k8s.io/legacy-cloud-providers/openstack/MAINTAINERS.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22

33
* [Angus Lees](https://github.com/anguslees)
44

5-
6-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/staging/src/k8s.io/legacy-cloud-providers/openstack/MAINTAINERS.md?pixel)]()

test/images/agnhost/README.md

-13
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,6 @@ kubectl run logs-generator \
304304
-- logs-generator -t 10 -d 1s
305305
```
306306

307-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/test/images/logs-generator/README.md?pixel)]()
308-
309-
310307
### mounttest
311308

312309
The `mounttest` subcommand can be used to create files with various permissions, read files,
@@ -373,8 +370,6 @@ HTTP server:
373370
-d '{"LocalAddr":"127.0.0.1:9999"}'
374371
```
375372

376-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/test/images/net/README.md?pixel)]()
377-
378373
### netexec
379374

380375
Starts a HTTP(S) server on given port with the following endpoints:
@@ -571,9 +566,6 @@ Usage:
571566
kubectl exec test-agnhost -- /agnhost porter
572567
```
573568

574-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/test/images/porter/README.md?pixel)]()
575-
576-
577569
### resource-consumer-controller
578570

579571
This subcommand starts an HTTP server that spreads requests around resource consumers. The HTTP server has the same endpoints and usage as the one spawned by the ``resource-consumer`` subcommand.
@@ -613,11 +605,6 @@ Usage:
613605
kubectl exec test-agnhost -- /agnhost serve-hostname [--tcp] [--udp] [--http] [--close] [--port <port>]
614606
```
615607

616-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/for-demos/serve_hostname/README.md?pixel)]()
617-
618-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/test/images/serve_hostname/README.md?pixel)]()
619-
620-
621608
### test-webserver
622609

623610
Starts a simple HTTP fileserver which serves any file specified in the URL path, if it exists.

test/images/pets/redis-installer/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ docker run -it k8s.gcr.io/redis-install-3.2.0:e2e --cmd --install-into=/opt --wo
88
```
99
To share the installation with other containers mount the appropriate volumes as `--install-into` and `--work-dir`, where `install-into` is the directory to install redis into, and `work-dir` is the directory to install the user/admin supplied on-{start,change} hook scripts.
1010

11-
12-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/test/images/pets/redis/README.md?pixel)]()

test/images/pets/zookeeper-installer/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ docker run -it k8s.gcr.io/zookeeper-install-3.5.0-alpha:e2e --cmd --install-into
88
```
99
To share the installation with other containers mount the appropriate volumes as `--install-into` and `--work-dir`, where `install-into` is the directory to install zookeeper into, and `work-dir` is the directory to install the user/admin supplied on-{start,change} hook scripts.
1010

11-
12-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/test/images/pets/zookeeper/README.md?pixel)]()

test/images/resource-consumer/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,3 @@ Docker image of Resource Consumer can be found in Google Container Registry as g
7979
1. Create consuming pod and start consuming appropriate amount of resources
8080
2. Observed that limits has been increased
8181

82-
83-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/test/images/resource-consumer/README.md?pixel)]()

test/images/volume/gluster/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ This container exports test_vol volume with an index.html inside.
44

55
Used by test/e2e/* to test GlusterfsVolumeSource. Not for production use!
66

7-
8-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/test/images/volumes-tester/gluster/README.md?pixel)]()

test/images/volume/iscsi/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ Inspired by https://github.com/rvykydal/dockerfile-iscsid
1010

1111
block.tar.gz is a small ext2 filesystem created by `create_block.sh` (run as root!)
1212

13-
14-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/test/images/volumes-tester/iscsi/README.md?pixel)]()

test/images/volume/nfs/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ Inspired by https://github.com/cpuguy83/docker-nfs-server.
99

1010
Used by test/e2e/* to test NFSVolumeSource. Not for production use!
1111

12-
13-
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/test/images/volumes-tester/nfs/README.md?pixel)]()

0 commit comments

Comments
 (0)