k3s/pkg
k8s-merge-robot 7c4c19f623 Merge pull request #26936 from yifan-gu/fix_selinux
Automatic merge from submit-queue

rkt: Fix incomplete selinux context string when the option is partial.

Fix "EmptyDir" e2e tests failures caused by #https://github.com/kubernetes/kubernetes/pull/24901

As mentioned in https://github.com/kubernetes/kubernetes/pull/24901#discussion_r61372312
We should apply the selinux context of the rkt data directory (/var/lib/rkt) when users do not specify all the selinux options.

Due to my fault, the change was missed during rebase, thus caused the regression.

After applying this PR, the e2e tests passed.
```
$ go run hack/e2e.go -v -test --test_args="--ginkgo.dryRun=false --ginkgo.focus=EmptyDir"
...
Ran 19 of 313 Specs in 199.319 seconds
SUCCESS! -- 19 Passed | 0 Failed | 0 Pending | 294 Skipped PASS
```

BTW, the test is removed because the `--no-overlay=true` flag will only be there on non-coreos distro.

cc @euank @kubernetes/sig-node
2016-06-09 19:14:08 -07:00
..
admission make admission plugins configurable based on external criteria 2016-05-26 09:12:17 -04:00
api Revert commit a31ca0dc98 and move batch/v2alpha1 tests to separate group in KUBE_TEST_API_VERSIONS 2016-06-10 01:11:56 +02:00
apimachinery Moving StorageFactory building logic to genericapiserver 2016-05-10 00:57:11 -07:00
apis Fix NetworkPolicy validation bug 2016-06-08 16:31:29 -07:00
apiserver Merge pull request #25731 from Pensu/master 2016-06-06 12:06:32 -07:00
auth Add an 'authenticated user' metric to the RequestAuthenticator. 2016-05-19 16:04:11 -07:00
capabilities
client Fix Retry-After in clients 2016-06-07 21:04:44 +02:00
cloudprovider Merge pull request #25987 from hpcloud/openstack-lbaas-v2 2016-06-09 18:32:35 -07:00
controller Merge pull request #26493 from caesarxuchao/fix-gc-flake 2016-06-04 01:52:31 -07:00
conversion Remove unused deep_copies 2016-06-06 17:18:22 -04:00
credentialprovider Add ap-northeast-2 2016-05-10 12:03:41 -04:00
dns Fix srv record lookup 2016-06-03 20:41:08 -07:00
fieldpath Downward API implementation for resources limits and requests 2016-05-24 12:22:35 -04:00
fields
genericapiserver Fixing externalAddress in genericapiserver 2016-06-03 11:21:29 -07:00
healthz
httplog
hyperkube
kubectl Merge pull request #26354 from csrwng/fix_visitor_error 2016-06-09 02:43:27 -07:00
kubelet Merge pull request #26936 from yifan-gu/fix_selinux 2016-06-09 19:14:08 -07:00
kubemark Added pods-per-core to kubelet. #25762 2016-05-27 07:10:13 -04:00
labels Remove unused deep_copies 2016-06-06 17:18:22 -04:00
master Revert commit a31ca0dc98 and move batch/v2alpha1 tests to separate group in KUBE_TEST_API_VERSIONS 2016-06-10 01:11:56 +02:00
metrics Fix call-sites after dep updates 2016-06-02 16:57:28 -07:00
probe followup to add http server close method 2016-05-05 12:04:41 +08:00
proxy add hostport support for kubenet 2016-05-22 22:18:58 -07:00
quota Move quota usage testing for loadbalancers into unit tests 2016-06-07 12:54:11 -04:00
registry Merge pull request #25894 from brendandburns/thirdparty-watch 2016-06-04 15:42:41 -07:00
runtime Remove unused deep_copies 2016-06-06 17:18:22 -04:00
security Adding volume plugin to api/v1 and updating auto-generated files 2016-05-21 12:53:03 -07:00
securitycontext Merge pull request #24909 from pmorie/security-context-loc 2016-05-27 10:27:55 -07:00
serviceaccount Make name validators return string slices 2016-05-18 00:48:01 -07:00
ssh Merge pull request #24506 from timstclair/ssh 2016-04-19 22:36:44 -07:00
storage Fix traces 2016-06-06 10:49:46 +02:00
types
ui
util Merge pull request #26936 from yifan-gu/fix_selinux 2016-06-09 19:14:08 -07:00
version
volume Merge pull request #26615 from jsafrane/gce-attach-tests 2016-06-09 06:00:56 -07:00
watch Merge pull request #24789 from wojtek-t/use_proper_codec_in_client 2016-05-04 11:00:04 -07:00
OWNERS