kubernetes/docs
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
..
admin run hack/update-generated-docs.sh to strip munge tags 2017-02-16 10:17:17 -08:00
api-reference Merge pull request #42902 from louyihua/allow-tcp-probe-host 2017-03-25 17:17:23 -07:00
design replace contents of docs/design with stubs 2017-01-11 08:23:44 -05:00
devel PR template: Update links to kubernetes/community repo 2017-03-17 12:23:58 -04:00
getting-started-guides README: Update obsolete link 2017-03-17 12:15:35 -04:00
images Updated for v1.2.0. 2016-03-18 14:20:56 -07:00
man/man1 Merge pull request #41694 from shiywang/apply-set1 2017-02-26 23:16:51 -08:00
proposals replace contents of docs/proposals with stubs 2016-12-21 21:15:09 -05:00
user-guide Merge pull request #41694 from shiywang/apply-set1 2017-02-26 23:16:51 -08:00
yaml/kubectl add kubectl can-i to see if you can perform an action 2017-02-23 09:12:35 -05:00
.generated_docs Merge pull request #41694 from shiywang/apply-set1 2017-02-26 23:16:51 -08:00
api.md fix munge-docs build errors 2016-11-17 16:49:00 +01:00
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
OWNERS Move .generated_docs to docs/ so docs OWNERS can review / approve 2017-02-16 10:11:57 -08:00
README.md fix munge-docs build errors 2016-11-17 16:49:00 +01:00
reporting-security-issues.md Replace out of date security disclosure doc 2017-03-17 10:45:33 -07:00

Kubernetes Documentation: releases.k8s.io/HEAD

Analytics