k3s/pkg
Kubernetes Submit Queue b12314e246 Merge pull request #48480 from liggitt/namespace-reconcile
Automatic merge from submit-queue (batch tested with PRs 48480, 48353)

Ensure namespace exists as part of RBAC reconciliation

reconciliation can race with the controller that creates the namespaces containing the bootstrap roles. if it loses, it gets a NotFound error trying to create the namespaced role/rolebinding.

Fixes https://github.com/kubernetes/kubeadm/issues/335

```release-note
RBAC role and role-binding reconciliation now ensures namespaces exist when reconciling on startup.
```
2017-07-05 05:49:28 -07:00
..
api Merge pull request #48125 from xiangpengzhao/downwardapi-poduid 2017-06-30 20:58:31 -07:00
apimachinery/tests Fix Unstructured field accessor 2017-06-28 13:44:29 -04:00
apis run hack/update-all 2017-06-22 11:31:03 -07:00
auth
bootstrap/api run hack/update-all 2017-06-22 11:31:03 -07:00
capabilities
client run hack/update-all 2017-06-22 11:31:03 -07:00
cloudprovider Use the azure certificate password when decoding the certificate 2017-07-04 08:56:40 +02:00
controller Merge pull request #48383 from gyliu513/refactor-daemon 2017-07-05 01:53:04 -07:00
conversion
credentialprovider run hack/update-all 2017-06-22 11:31:03 -07:00
features Add priority to Kubernetes API 2017-06-26 13:43:19 -07:00
fieldpath Add Pod UID (metadata.uid) to downward API env var 2017-06-27 16:54:35 +08:00
fields
generated removed 'Storage' option from 'kubectl top' like options 2017-06-23 08:34:53 -07:00
hyperkube
kubeapiserver Merge pull request #47038 from yastij/DefaultExternalHost-for-registredCP 2017-06-27 08:29:25 -07:00
kubectl Merge pull request #47217 from CaoShuFeng/trival_fix 2017-07-05 03:21:30 -07:00
kubelet fix-review 2017-07-05 15:40:51 +08:00
kubemark Merge pull request #47783 from NickrenREN/containerruntime 2017-06-23 08:29:28 -07:00
labels
master run hack/update-all 2017-06-22 11:31:03 -07:00
metrics
printers Merge pull request #48056 from luxas/kubeadm_remove_old_label 2017-06-30 22:06:23 -07:00
probe
proxy Populate endpoints and allow ports with headless service 2017-06-28 11:15:51 +08:00
quota run hack/update-all 2017-06-22 11:31:03 -07:00
registry Ensure namespace exists as part of RBAC reconciliation 2017-07-04 18:24:16 -05:00
routes
runtime
security run hack/update-all 2017-06-22 11:31:03 -07:00
securitycontext run hack/update-all 2017-06-22 11:31:03 -07:00
serviceaccount don't accept delete tokens that are waiting to be reaped 2017-06-30 09:22:36 -04:00
ssh
types
util split util/slice 2017-06-30 23:04:18 -07:00
version
volume Merge pull request #48055 from yiqinguo/yiqinguo_remove_err_ignored 2017-07-02 20:05:39 -07:00
watch
BUILD run hack/update-all 2017-06-22 11:31:03 -07:00
OWNERS