mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #96679 from stmcginnis/appspot-cleanup
Remove stale analytics links from docs
This commit is contained in:
commit
ee8983705a
@ -7,5 +7,3 @@ The [Kubernetes community repo](https://github.com/kubernetes/community) contain
|
||||
## Sign the CLA
|
||||
|
||||
You must sign the [Contributor License Agreement](https://git.k8s.io/community/contributors/guide/README.md#sign-the-cla) in order to contribute.
|
||||
|
||||
[]()
|
||||
|
@ -89,6 +89,3 @@
|
||||
|
||||
### Version 1 (Thu May 5 2016 Mike Danese @mikedanese)
|
||||
- Run kube-addon-manager in a pod
|
||||
|
||||
|
||||
[]()
|
||||
|
@ -2,5 +2,3 @@
|
||||
|
||||
Piotr Bryk <bryk@google.com> and committers to the https://github.com/kubernetes/dashboard repository.
|
||||
|
||||
|
||||
[]()
|
||||
|
@ -2,5 +2,3 @@
|
||||
|
||||
The image was moved to the
|
||||
[new location](https://github.com/kubernetes/contrib/tree/master/fluentd/fluentd-gcp-image).
|
||||
|
||||
[]()
|
||||
|
@ -16,5 +16,3 @@ Decreasing resource requirements for cluster addons may cause system instability
|
||||
- `kubectl top` not working (starting with Kubernetes 1.10)
|
||||
|
||||
Overwritten configuration persists through cluster updates, therefore may cause all effects above after a cluster update.
|
||||
|
||||
[]()
|
||||
|
@ -106,5 +106,3 @@ family as a prefix, e.g cos-dev, cos-beta, cos-stable. However, the milestone
|
||||
number in those families may change when channel promotions happen. Only when a milestone becomes LTS, the
|
||||
image will have a new family, and the milestone number in the image name stays the same. The image
|
||||
will be always there even after the milestone is deprecated.
|
||||
|
||||
[]()
|
||||
|
@ -38,4 +38,3 @@ If you don't want to push the images, run `make` or `make build` instead
|
||||
kubectl create -f conformance-e2e.yaml
|
||||
```
|
||||
|
||||
[]()
|
||||
|
@ -73,6 +73,3 @@ $ make build ARCH=ppc64le
|
||||
```
|
||||
|
||||
If you don't want to push the images, run `make` or `make build` instead
|
||||
|
||||
|
||||
[]()
|
||||
|
@ -1,4 +1,2 @@
|
||||
See [generating-clientset.md](https://git.k8s.io/community/contributors/devel/sig-api-machinery/generating-clientset.md)
|
||||
|
||||
|
||||
[]()
|
||||
|
@ -2,5 +2,3 @@
|
||||
|
||||
* [Angus Lees](https://github.com/anguslees)
|
||||
|
||||
|
||||
[]()
|
||||
|
@ -304,9 +304,6 @@ kubectl run logs-generator \
|
||||
-- logs-generator -t 10 -d 1s
|
||||
```
|
||||
|
||||
[]()
|
||||
|
||||
|
||||
### mounttest
|
||||
|
||||
The `mounttest` subcommand can be used to create files with various permissions, read files,
|
||||
@ -373,8 +370,6 @@ HTTP server:
|
||||
-d '{"LocalAddr":"127.0.0.1:9999"}'
|
||||
```
|
||||
|
||||
[]()
|
||||
|
||||
### netexec
|
||||
|
||||
Starts a HTTP(S) server on given port with the following endpoints:
|
||||
@ -571,9 +566,6 @@ Usage:
|
||||
kubectl exec test-agnhost -- /agnhost porter
|
||||
```
|
||||
|
||||
[]()
|
||||
|
||||
|
||||
### resource-consumer-controller
|
||||
|
||||
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:
|
||||
kubectl exec test-agnhost -- /agnhost serve-hostname [--tcp] [--udp] [--http] [--close] [--port <port>]
|
||||
```
|
||||
|
||||
[]()
|
||||
|
||||
[]()
|
||||
|
||||
|
||||
### test-webserver
|
||||
|
||||
Starts a simple HTTP fileserver which serves any file specified in the URL path, if it exists.
|
||||
|
@ -8,5 +8,3 @@ docker run -it k8s.gcr.io/redis-install-3.2.0:e2e --cmd --install-into=/opt --wo
|
||||
```
|
||||
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.
|
||||
|
||||
|
||||
[]()
|
||||
|
@ -8,5 +8,3 @@ docker run -it k8s.gcr.io/zookeeper-install-3.5.0-alpha:e2e --cmd --install-into
|
||||
```
|
||||
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.
|
||||
|
||||
|
||||
[]()
|
||||
|
@ -79,5 +79,3 @@ Docker image of Resource Consumer can be found in Google Container Registry as g
|
||||
1. Create consuming pod and start consuming appropriate amount of resources
|
||||
2. Observed that limits has been increased
|
||||
|
||||
|
||||
[]()
|
||||
|
@ -4,5 +4,3 @@ This container exports test_vol volume with an index.html inside.
|
||||
|
||||
Used by test/e2e/* to test GlusterfsVolumeSource. Not for production use!
|
||||
|
||||
|
||||
[]()
|
||||
|
@ -10,5 +10,3 @@ Inspired by https://github.com/rvykydal/dockerfile-iscsid
|
||||
|
||||
block.tar.gz is a small ext2 filesystem created by `create_block.sh` (run as root!)
|
||||
|
||||
|
||||
[]()
|
||||
|
@ -9,5 +9,3 @@ Inspired by https://github.com/cpuguy83/docker-nfs-server.
|
||||
|
||||
Used by test/e2e/* to test NFSVolumeSource. Not for production use!
|
||||
|
||||
|
||||
[]()
|
||||
|
Loading…
Reference in New Issue
Block a user