Skip to content

Commit

Permalink
Add ga-beacon analytics to gendocs scripts
Browse files Browse the repository at this point in the history
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
  • Loading branch information
j3ffml committed May 16, 2015
1 parent ab08448 commit 553f9f8
Show file tree
Hide file tree
Showing 241 changed files with 780 additions and 53 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,3 +586,6 @@

## 0.4 (10/14/2014)
- Support Persistent Disk volume type


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/CHANGELOG.md?pixel)]()
4 changes: 3 additions & 1 deletion CONTRIB.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
[Moved to CONTRIBUTING.md](CONTRIBUTING.md)
[Moved to CONTRIBUTING.md](CONTRIBUTING.md)

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/CONTRIB.md?pixel)]()
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ Also take a look at the [development guide](docs/devel/development.md) for infor
## Adding dependencies

If your patch depends on new packages, add that package with [`godep`](https://github.com/tools/godep). Follow the [instructions to add a dependency](docs/devel/development.md#godep-and-dependency-management).


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/CONTRIBUTING.md?pixel)]()
3 changes: 3 additions & 0 deletions DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ See the [user overview](docs/overview.md) for an introduction to Kubernetes and
See the [design overview](docs/design) for an overview of the system design.

See the [API overview](docs/api.md) and [conventions](docs/api-conventions.md) for an overview of the API design.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/DESIGN.md?pixel)]()
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@ We also have the [google-containers Google Groups mailing list](https://groups.g

If you are a company and are looking for a more formal engagement with Google around Kubernetes and containers at Google as a whole, please fill out [this form](https://docs.google.com/a/google.com/forms/d/1_RfwC8LZU4CKe4vKq32x5xpEJI5QZ-j0ShGmZVv9cm4/viewform) and we'll be in touch.



[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/README.md?pixel)]()
3 changes: 3 additions & 0 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@ These are in no particular order
* [X] Harmonize with scripts in `hack/`. How much do we support building outside of Docker and these scripts?
* [X] Deprecate/replace most of the stuff in the hack/
* [ ] Finish support for the Dockerized runtime. Issue (#19)[https://github.com/GoogleCloudPlatform/kubernetes/issues/19]. A key issue here is to make this fast/light enough that we can use it for development workflows.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/build/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ See the [getting-started guides](../docs/getting-started-guides) for examples of
*cloudprovider*/`config-default.sh` contains a set of tweakable definitions/parameters for the cluster.

The heavy lifting of configuring the VMs is done by [SaltStack](http://www.saltstack.com/).


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/addons/cluster-monitoring/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Heapster

Heapster enables monitoring of Kubernetes Clusters using [cAdvisor](https://github.com/google/cadvisor). The kubelet will communicate with an instance of cAdvisor running on localhost and proxy container stats to Heapster. Kubelet will attempt to connect to cAdvisor on port 4194 by default but this port can be configured with kubelet's `-cadvisor_port` run flag. Detailed information about heapster can be found [here](https://github.com/GoogleCloudPlatform/heapster).


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/cluster-monitoring/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/addons/dns/MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Maintainers

Tim Hockin <thockin@google.com>


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/dns/MAINTAINERS.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/addons/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ SkyDNS to find.
Kubernetes installs do not configure the nodes' resolv.conf files to use the
cluster DNS by default, because that process is inherently distro-specific.
This should probably be implemented eventually.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/dns/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/addons/dns/kube2sky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ example, if this is set to `kubernetes.io`, then a service named "nifty" in the

'-etcd_mutation_timeout': For how long the application will keep retrying etcd
mutation (insertion or removal of a dns entry) before giving up and crashing.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/dns/kube2sky/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/addons/dns/skydns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

This container only exists until skydns itself is reduced in some way. At the
time of this writing, it is over 600 MB large.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/dns/skydns/README.md?pixel)]()
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ and sends them to an instance of [Elasticsearch](http://www.elasticsearch.org/).
This image is designed to be used as part of the [Kubernetes](https://github.com/GoogleCloudPlatform/kubernetes)
cluster bring up process. The image resides at DockerHub under the name
[kubernetes/fluentd-eslasticsearch](https://registry.hub.docker.com/u/kubernetes/fluentd-elasticsearch/).


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/fluentd-elasticsearch/fluentd-es-image/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/addons/fluentd-gcp/fluentd-gcp-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ This image is designed to be used as part of the [Kubernetes](https://github.com
cluster bring up process. The image resides at DockerHub under the name
[kubernetes/fluentd-gcp](https://registry.hub.docker.com/u/kubernetes/fluentd-gcp/).



[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/fluentd-gcp/fluentd-gcp-image/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/aws/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ Please note: Do not set this to "false" unless you...
- ... already configured a route for "0.0.0.0/0" to this NAT instance
- ... already configured a route for "YOUR_IP/32" to an AWS internet gateway (for the master instance to reach your
client directly during setup)


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/aws/options.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/images/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ This image is used to run nginx on the master.
make




[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/images/nginx/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/juju/bundles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,6 @@ for more details about the Kubernetes concepts and terminology.

Having a problem? Check the [Kubernetes issues database](https://github.com/GoogleCloudPlatform/kubernetes/issues)
for related issues.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/juju/bundles/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/juju/charms/trusty/kubernetes-master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ to interact with the environment.
- [Kubernetes issue tracker](https://github.com/GoogleCloudPlatform/kubernetes/issues)
- [Kubernetes Documenation](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/docs)
- [Kubernetes releases](https://github.com/GoogleCloudPlatform/kubernetes/releases)


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/juju/charms/trusty/kubernetes-master/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/juju/charms/trusty/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,6 @@ to interact with the environment.
- [Kubernetes issue tracker](https://github.com/GoogleCloudPlatform/kubernetes/issues)
- [Kubernetes Documenation](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/docs)
- [Kubernetes releases](https://github.com/GoogleCloudPlatform/kubernetes/releases)


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/juju/charms/trusty/kubernetes/README.md?pixel)]()
4 changes: 3 additions & 1 deletion cluster/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ This is a work-in-progress; not all options are documented yet!

**NUM_MINIONS**

The number of minion instances to create. Most providers default this to 4.
The number of minion instances to create. Most providers default this to 4.

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/options.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/saltbase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ See more:
* [pillar](pillar/)
* [reactor](reactor/)
* [salt](salt/)


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/saltbase/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/saltbase/pillar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ this directory, though, because they are written into
## Future work

Document the current pillars across providers


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/saltbase/pillar/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/saltbase/reactor/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[SaltStack reactor](http://docs.saltstack.com/en/latest/topics/reactor/) files, largely defining reactions to new nodes.

**Ignored for GCE, which runs standalone on each machine**


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/saltbase/reactor/README.md?pixel)]()
3 changes: 3 additions & 0 deletions cluster/saltbase/salt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ Config | GCE | Vagrant | AWS | Az
[static-routes](static-routes/) (vsphere only) | | | |
[base](base.sls) | M n | M n | M n | M n
[kube-client-tools](kube-client-tools.sls) | M | M | M | M


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/saltbase/salt/README.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ Only etcd:
Only flannel:

$ ansible-playbook -i inventory flannel.yml


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/ansible/README.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/completions/bash/MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Maintainers

Eric Paris <eparis@redhat.com>


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/completions/bash/MAINTAINERS.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/for-demos/serve_hostname/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ serve_hostname
==============

Util app to serve your hostname on TCP and/or UDP. Useful for testing.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/for-demos/serve_hostname/README.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/git-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ docker run -d GIT_SYNC_REPO=https://github.com/GoogleCloudPlatform/kubernetes GI
# run a nginx container to serve sync'ed content
docker run -d -p 8080:80 -v /git-data:/usr/share/nginx/html nginx
```


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/git-sync/README.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/git-sync/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ kubectl services create config/pod.html
```

Open the service external ip in your browser


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/git-sync/demo/README.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/git-sync/demo/blog/content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ title = "about"
## A headline

Some content about the blog.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/git-sync/demo/blog/content/about.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/git-sync/demo/blog/content/post/first.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ title = "first"
## first port

This is the first post.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/git-sync/demo/blog/content/post/first.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/git-sync/demo/hugo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ docker build -t hugo .
# run the hugo container
docker run -e HUGO_BASE_URL=example.com -v /path/to/md:/src -v /path/to/html:/dest hugo
``
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/git-sync/demo/hugo/README.md?pixel)]()
4 changes: 3 additions & 1 deletion contrib/go2docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ Hello, Go examples!
- [ ] go get the package if not present in `$GOPATH`
- [ ] add push command
- [ ] test more complicated package (ex: etcd)
- [ ] fix permission inside the tar
- [ ] fix permission inside the tar

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/go2docker/README.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/init/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ It may seem reasonable to use --option=${OPTION} in the .service file instead of
While some command line options to the daemons use the default when passed an empty option some cause the daemon to fail to launch. --allow_privileged= (without a value of true/false) will cause the kube-apiserver and kubelet to refuse to launch.

It also may seem reasonable to just use $DAEMON_ARGS and string all of these into one line in the environment file. While that makes the .service file simple it makes the admin job more difficult to locate and make appropriate changes to the config. This is a tradeoff between having to update the .service file to add new options or having the config files easy for an admin to work with. I choose: "easy for admin most of the time".


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/init/systemd/README.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/logging/fluentd-sidecar-es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ You should see the logs show up in the cluster's Kibana log viewer shortly after
```
kubectl delete -f logging-sidecar-pod.yaml
```


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/logging/fluentd-sidecar-es/README.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/logging/fluentd-sidecar-gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ You should see the logs show up in the log viewer of the Google Developer Consol
```
kubectl delete -f logging-sidecar-pod.yaml
```


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/logging/fluentd-sidecar-gcp/README.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/podex/MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Maintainers

Johan Euphrosine <proppy@google.com>


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/podex/MAINTAINERS.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/podex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ $ podex -format json -type container -name nodejs-nginx google/nodejs-hello ngin
- [ ] option to merge multiple container manifest into one pod
- [ ] docker run flags support
- [ ] option to generate service bindings from links


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/podex/README.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ at port 9090.
- Possibly use postgre or mysql as a promdash database.
- push gateway (https://github.com/prometheus/pushgateway) setup.
- Setup high availability via NFS


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/prometheus/README.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ Solutions to interesting problems and unique implementations that showcase the e

- [Automated APIServer load balancing using Hipache and Fleet](docs/apiserver_hipache_registration.md)
- [Jenkins-triggered rolling updates on sucessful "builds"](docs/rolling_updates_from_jenkins.md)


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/recipes/README.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/recipes/docs/apiserver_hipache_registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ That's it! Fleet will schedule the apiserver on one of your minions and once it'
twitter @jeefy

irc.freenode.net #kubernetes jeefy


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/recipes/docs/apiserver_hipache_registration.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/recipes/docs/rolling_updates_from_jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ When using a private docker registry as we are, the Jenkins slaves as well as th
twitter @jeefy

irc.freenode.net #kubernetes jeefy


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/recipes/docs/rolling_updates_from_jenkins.md?pixel)]()
3 changes: 3 additions & 0 deletions contrib/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
${KUBERNETES_ROOT}/build/make-release-notes.sh <pr-number>
```



[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/contrib/release-notes/README.md?pixel)]()
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
* An overview of the [Design of Kubernetes](design)

* There are example files and walkthroughs in the [examples](../examples) folder.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/README.md?pixel)]()
5 changes: 4 additions & 1 deletion docs/accessing-the-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,7 @@ kube-dns-oh43e 10.244.1.10 etcd
monitoring-heapster-controller-fplln 10.244.0.4 heapster kubernetes/heapster:v0.8 kubernetes-minion-2il2.c.kubernetes-user2.internal/130.211.155.16 kubernetes.io/cluster-service=true,name=heapster,uses=monitoring-influxdb Running 5 hours
monitoring-influx-grafana-controller-0133o 10.244.3.4 influxdb kubernetes/heapster_influxdb:v0.3 kubernetes-minion-kmin.c.kubernetes-user2.internal/130.211.173.22 kubernetes.io/cluster-service=true,name=influxGrafana Running 5 hours
grafana kubernetes/heapster_grafana:v0.4
```
```


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/accessing-the-cluster.md?pixel)]()
3 changes: 3 additions & 0 deletions docs/accessing_the_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ variety of uses cases:
Localhost will no longer be needed, and will not be the default.
However, the localhost port may continue to be an option for
installations that want to do their own auth proxy.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/accessing_the_api.md?pixel)]()
3 changes: 3 additions & 0 deletions docs/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ Possible information that could be recorded in annotations:
* phone/pager number(s) of person(s) responsible, or directory entry where that info could be found, such as a team website

Yes, this information could be stored in an external database or directory, but that would make it much harder to produce shared client libraries and tools for deployment, management, introspection, etc.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/annotations.md?pixel)]()
3 changes: 3 additions & 0 deletions docs/api-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,3 +578,6 @@ Events
TODO: Document events (refer to another doc for details)




[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/api-conventions.md?pixel)]()
3 changes: 3 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ Some important differences between v1beta1/2 and v1beta3:
* Pull policies changed from `PullAlways`, `PullNever`, and `PullIfNotPresent` to `Always`, `Never`, and `IfNotPresent`.
* The volume `source` is inlined into `volume` rather than nested.
* Host volumes have been changed from `hostDir` to `hostPath` to better reflect that they can be files or directories.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/api.md?pixel)]()
3 changes: 3 additions & 0 deletions docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ after the user has been (re)authenticated by a *bedrock* authentication
provider external to Kubernetes. We plan to make it easy to develop modules
that interface between kubernetes and a bedrock authentication provider (e.g.
github.com, google.com, enterprise directory, kerberos, etc.)


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/authentication.md?pixel)]()
3 changes: 3 additions & 0 deletions docs/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,6 @@ to a remote authorization service. Authorization modules can implement
their own caching to reduce the cost of repeated authorization calls with the
same or similar arguments. Developers should then consider the interaction between
caching and revocation of permissions.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/authorization.md?pixel)]()
3 changes: 3 additions & 0 deletions docs/availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ calls for maximum 100 node clusters at v1.0 and maximum 1000 node clusters in th
When you have multiple clusters, you would typically create services with the same config in each cluster and put each of those
service instances behind a load balancer (AWS Elastic Load Balancer, GCE Forwarding Rule or HTTP Load Balancer), so that
failures of a single cluster are not visible to end users.


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/availability.md?pixel)]()
3 changes: 3 additions & 0 deletions docs/cli-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ Server-side support:
1. Field selection [#1362](https://github.com/GoogleCloudPlatform/kubernetes/issues/1362)
1. Field filtering [#1459](https://github.com/GoogleCloudPlatform/kubernetes/issues/1459)
1. Operate on uids


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/cli-roadmap.md?pixel)]()
3 changes: 3 additions & 0 deletions docs/client-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
* [PHP](https://github.com/devstub/kubernetes-api-php-client)
* [Node.js](https://github.com/tenxcloud/node-kubernetes-client)



[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/client-libraries.md?pixel)]()
3 changes: 3 additions & 0 deletions docs/cluster-admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ project.](salt.md).

* **Authorization** [authorization]( authorization.md)



[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/cluster-admin-guide.md?pixel)]()
3 changes: 3 additions & 0 deletions docs/cluster_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ If you want more control over the upgrading process, you may use the following w
If you deleted the node's VM instance and created a new one, then a new schedulable node resource will
be created automatically when you create a new VM instance (if you're using a cloud provider that supports
node discovery; currently this is only GCE, not including CoreOS on GCE using kube-register). See [Node](node.md).


[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/cluster_management.md?pixel)]()
Loading

0 comments on commit 553f9f8

Please sign in to comment.