kubernetes/docs/api-reference
Kubernetes Submit Queue f9e87e1dc2 Merge pull request #42902 from louyihua/allow-tcp-probe-host
Automatic merge from submit-queue (batch tested with PRs 42998, 42902, 42959, 43020, 42948)

Add Host field to TCPSocketAction

Currently, TCPSocketAction always uses Pod's IP in connection. But when a pod uses the host network, sometimes firewall rules may prevent kubelet from connecting through the Pod's IP.

This PR introduces the 'Host' field for TCPSocketAction, and if it is set to non-empty string, the probe will be performed on the configured host rather than the Pod's IP. This gives users an opportunity to explicitly specify 'localhost' as the target for the above situations.

```release-note
Add Host field to TCPSocketAction
```
2017-03-25 17:17:23 -07:00
..
apps/v1beta1 Merge pull request #42902 from louyihua/allow-tcp-probe-host 2017-03-25 17:17:23 -07:00
authentication.k8s.io generated 2017-02-28 23:05:40 -08:00
authorization.k8s.io generated 2017-02-28 23:05:40 -08:00
autoscaling update-all.sh 2017-03-16 15:58:30 -07:00
batch Merge pull request #42902 from louyihua/allow-tcp-probe-host 2017-03-25 17:17:23 -07:00
certificates.k8s.io/v1beta1 update-all.sh 2017-03-16 15:58:30 -07:00
extensions/v1beta1 Merge pull request #42902 from louyihua/allow-tcp-probe-host 2017-03-25 17:17:23 -07:00
policy/v1beta1 update-all.sh 2017-03-16 15:58:30 -07:00
rbac.authorization.k8s.io update-all.sh 2017-03-16 15:58:30 -07:00
settings.k8s.io/v1alpha1 update-all.sh 2017-03-16 15:58:30 -07:00
storage.k8s.io update-all.sh 2017-03-16 15:58:30 -07:00
v1 Merge pull request #42902 from louyihua/allow-tcp-probe-host 2017-03-25 17:17:23 -07:00
labels-annotations-taints.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00

API Reference

Use the following reference docs to understand the kubernetes REST API for various API group versions:

Analytics