Files
kubernetes/pkg/kubelet
Kubernetes Submit Queue 4515f72824 Merge pull request #38101 from CaoShuFeng/haripin_nsenter
Automatic merge from submit-queue (batch tested with PRs 38101, 41431, 39606, 41569, 41509)

[hairpin] fix argument of nsenter

**Release note**:

```release-note
None
```

We should use:
	nsenter --net=netnsPath -- -F some_command
instend of:
	nsenter -n netnsPath -- -F some_command
Because "nsenter -n netnsPath" get an error output:
	# nsenter -n /proc/67197/ns/net ip addr
	nsenter: neither filename nor target pid supplied for ns/net

If we really want use -n, we need to use -n in such format:
	# sudo nsenter -n/proc/67197/ns/net ip addr
2017-02-16 15:49:10 -08:00
..
2017-01-25 13:52:24 -08:00
2017-01-29 21:41:45 +01:00
2017-01-20 08:04:53 -05:00
2017-02-11 22:28:24 +08:00
2017-02-03 15:29:49 -08:00
2017-01-31 19:14:13 -05:00
2017-01-31 19:14:13 -05:00
2016-07-16 13:48:21 -04:00
2017-01-11 09:09:48 -05:00
2017-01-31 19:14:13 -05:00
2016-11-23 15:53:09 -08:00
2017-01-11 09:09:48 -05:00
2017-01-19 11:04:57 -08:00
2017-01-31 19:14:13 -05:00
2017-01-31 19:14:13 -05:00
2017-01-11 09:09:48 -05:00
2016-11-23 15:53:09 -08:00
2016-11-23 15:53:09 -08:00