k3s/pkg
k8s-merge-robot d00dec7825 Merge pull request #26397 from euank/fixReadOnlyRootfsPanic
Automatic merge from submit-queue

rkt: Fix panic in setting ReadOnlyRootFS

What the title says. I wish this method were broken out in a reasonably unit testable way. fixing this panic is more important for the second though, testing will come in a later commit.

I observed the panic in a `./hack/local-up-cluster.sh` run with rkt as the container runtime.

This is also the panic that's failing our jenkins against master ([recent run](https://console.cloud.google.com/m/cloudstorage/b/rktnetes-jenkins/o/logs/kubernetes-e2e-gce/1946/artifacts/jenkins-e2e-minion-group-qjh3/kubelet.log for the log output of a recent run))

cc @tmrts @yifan-gu
2016-05-29 02:17:09 -07:00
..
admission make admission plugins configurable based on external criteria 2016-05-26 09:12:17 -04:00
api Merge pull request #26033 from smarterclayton/safer_quantity 2016-05-28 09:56:39 -07:00
apimachinery Moving StorageFactory building logic to genericapiserver 2016-05-10 00:57:11 -07:00
apis add gc and its enablement flag to kube-controller-manager 2016-05-28 14:12:33 -07:00
apiserver Merge pull request #26085 from smarterclayton/delay_flush 2016-05-28 11:53:51 -07:00
auth Add an 'authenticated user' metric to the RequestAuthenticator. 2016-05-19 16:04:11 -07:00
capabilities
client Merge pull request #26007 from smarterclayton/watch_opt 2016-05-28 06:27:00 -07:00
cloudprovider Merge pull request #26020 from quinton-hoole/2016-05-21-google-cloud-dns 2016-05-28 07:55:21 -07:00
controller Merge pull request #25826 from freehan/svcsourcerange 2016-05-28 02:20:13 -07:00
conversion Remove src and dest version - they are not used (now) 2016-05-12 10:10:35 -04:00
credentialprovider Add ap-northeast-2 2016-05-10 12:03:41 -04:00
dns added dns-port flag to have a custom DNS port for skydns to serve DNS requests on. updated imports 2016-05-23 14:54:00 -07:00
fieldpath Downward API implementation for resources limits and requests 2016-05-24 12:22:35 -04:00
fields
genericapiserver pkg/master: enable certificates API and add rbac authorizer 2016-05-25 14:24:47 -07:00
healthz
httplog
hyperkube
kubectl Merge pull request #25802 from dshulyak/sort_history 2016-05-28 22:56:31 -07:00
kubelet Merge pull request #26397 from euank/fixReadOnlyRootfsPanic 2016-05-29 02:17:09 -07:00
kubemark Added pods-per-core to kubelet. #25762 2016-05-27 07:10:13 -04:00
labels Make IsValidLabelValue return error strings 2016-05-17 21:36:10 -07:00
master pkg/master: enable certificates API and add rbac authorizer 2016-05-25 14:24:47 -07:00
metrics Add an 'authenticated user' metric to the RequestAuthenticator. 2016-05-19 16:04:11 -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 Update use of Quantity in other classes 2016-05-19 08:41:43 -04:00
registry Merge pull request #26007 from smarterclayton/watch_opt 2016-05-28 06:27:00 -07:00
runtime Merge pull request #26007 from smarterclayton/watch_opt 2016-05-28 06:27:00 -07: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 Merge pull request #26386 from janetkuo/etcd-test-flake 2016-05-27 05:49:51 -07:00
types
ui Remove url query param that is leading to XSS issue 2016-03-22 10:35:06 -07:00
util Merge pull request #25802 from dshulyak/sort_history 2016-05-28 22:56:31 -07:00
version Include Go version, platform, and other build info in version string 2016-03-14 13:55:28 -07:00
volume Fix DATA RACE in unit tests: reconciler_test.go 2016-05-27 01:19:25 -07:00
watch Merge pull request #24789 from wojtek-t/use_proper_codec_in_client 2016-05-04 11:00:04 -07:00
OWNERS