- 24 Feb, 2017 28 commits
-
-
Clayton Coleman authored
We can afford to wait longer than 30 seconds, and we should be printing more error and output information about the cause of the failure.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Update owners file to reflect Juju/Charm knowledgable reviewers **What this PR does / why we need it**: Several reviewers have expressed confusion on why they're being added to pull requests related to cluster/juju. This is likely because the cluster OWNER wasn't updated from the original when created. This removes those who have expressed confusion to avoid noise in future updates to this directory. Removed: - @pmorie [ref](https://github.com/kubernetes/kubernetes/pull/40814#issuecomment-282107925) - @jsafrane [ref](https://github.com/kubernetes/kubernetes/pull/42007#issuecomment-282246574) Added: - @marcoceppi - @chuckbutler - @mbruzek **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix zsh completion: unknown file attribute error **What this PR does / why we need it**: Fixes zsh completion. Sourcing the file with `zsh` > 4 resulted in an `unknown file attribute`. More details at http://stackoverflow.com/questions/37220495/zsh-unknown-file-attribute
-
Marco Ceppi authored
-
elipapa authored
sourcing the file with `zsh` > 4 resulted in an `unknown file attribute`. More details at http://stackoverflow.com/questions/37220495/zsh-unknown-file-attribute replacing $@ with $* for get_comp_words as suggested by @sttts worked to resolve the issue
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add f.close for the opend file
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue kubelet config should ignore file start with dots Fixes: #39156 Ignore files started with dot.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue NodeController sets NodeTaints instead of deleting Pods ```release-note Add an alpha feature that makes NodeController set Taints instead of deleting Pods from not Ready Nodes. ``` cc @timothysc @wojtek-t @davidopp @aveshagarwal - this PR just uses library functions from previous one. @kevin-wangzefeng - the only thing that's left is to write an admission controller. I don't remember what was the agreements. Are you going to write it, or should I?
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue hack/verify-staging-client-go.sh: fail verbosely if working dir is dirty Fail early and show verbose error message if repository is dirty.
-
Dr. Stefan Schimanski authored
-
gmarek authored
-
gmarek authored
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue redact detailed errors from healthz and expose in default policy Makes `/healthz` less sensitive and exposes it by default. @kubernetes/sig-auth-pr-reviews @kubernetes/sig-api-machinery-misc @liggitt
-
SongRuixia authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Remove ivan4th from reviewers **What this PR does / why we need it**: Per @ivan4th request in #41351 he would like to be removed from the reviewers list in this directory tree. This commit addresses that request. **Special notes for your reviewer**: As Ivan has already investigated the PR in question under 41351 I would like to see that driven to landing before landing this OWNERS file change, unless another reviewer would like to step in and help land that open PR. **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix for Support selection of datastore for dynamic provisioning in vS… Fixes #40558 Current vSphere Cloud provider doesn't allow a user to select a datastore for dynamic provisioning. All the volumes are created in default datastore provided by the user in the global vsphere configuration file. With this fix, the user will be able to provide the datastore in the storage class definition. This will allow the volumes to be created in the datastore specified by the user in the storage class definition. This field is optional. If no datastore is specified, the volume will be created in the default datastore specified in the global config file. For example: User creates a storage class with the datastore kind: StorageClass apiVersion: storage.k8s.io/v1beta1 metadata: name: slow provisioner: kubernetes.io/vsphere-volume parameters: diskformat: thin datastore: VMFSDatastore Now the volume will be created in the datastore - "VMFSDatastore" specified by the user. If the user creates a storage class without any datastore kind: StorageClass apiVersion: storage.k8s.io/v1beta1 metadata: name: slow provisioner: kubernetes.io/vsphere-volume parameters: diskformat: thin Now the volume will be created in the datastore which in the global configuration file (vsphere.conf) @pdhamdhere @kerneltime
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Base etcd-empty-dir-cleanup on busybox, run as nobody, and update to etcdctl 3.0.14 **What this PR does / why we need it**: since the `etcd-empty-dir-cleanup` image just uses a simple shell script and `etcdctl`, we can base it on busybox, which is a smaller target than alpine. I've also updated this to use an `etcdctl` from etcd 3.0.14, which matches the version of etcd we're running in 1.6 clusters (I believe), and changed the tag to match the `etcdctl` version. Tested in my own e2e cluster, where it seems to work. I haven't pushed the image yet, so e2e tests *may* fail. Tagging `do-not-merge`; if you think this looks good, I'll push the image and retest. **Release note**: ```release-note ``` cc @timstclair @mml @wojtek-t
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 41667, 41820, 40910, 41645, 41361) Refactor ControllerRefManager **What this PR does / why we need it**: To prepare for implementing ControllerRef across all controllers (https://github.com/kubernetes/community/pull/298), this pushes the common adopt/orphan logic into ControllerRefManager so each controller doesn't have to duplicate it. This also shares the adopt/orphan logic between Pods and ReplicaSets, so it lives in only one place. **Which issue this PR fixes**: **Special notes for your reviewer**: **Release note**: ```release-note ``` cc @kubernetes/sig-apps-pr-reviews
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 41667, 41820, 40910, 41645, 41361) Switch admission to use shared informers Originally part of #40097 cc @smarterclayton @derekwaynecarr @deads2k @liggitt @sttts @gmarek @wojtek-t @timothysc @lavalamp @kubernetes/sig-scalability-pr-reviews @kubernetes/sig-api-machinery-pr-reviews
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 41667, 41820, 40910, 41645, 41361) Allow multiple mounts in StatefulSet volume zone placement We have some heuristics that ensure that volumes (and hence stateful set pods) are spread out across zones. Sadly they forgot to account for multiple mounts. This PR updates the heuristic to ignore the mount name when we see something that looks like a statefulset volume, thus ensuring that multiple mounts end up in the same AZ. Fix #35695 ```release-note Fix zone placement heuristics so that multiple mounts in a StatefulSet pod are created in the same zone ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 41667, 41820, 40910, 41645, 41361) Changing --use-kubernetes-version to --kubernetes-version for kubeadm beta **What this PR does / why we need it**: to follow-up agreement on SIG-Cluster-Lifecycle on 2017-02-21, flag for `kubeadm init` should be renamed. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: Meeting minutes for SIG-Cluster-Lifecycle 2017-02-21 **Release note**: ```release-note Flag --use-kubernetes-version for kubeadm init renamed to --kubernetes-version ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 41667, 41820, 40910, 41645, 41361) refactor certs in GCE to break up usages TODO: debian
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix references to PetSet Removing PetSet references in scaler/reaper code ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix comment for struct DeploymentBasicGeneratorV1 **Release note**: ```release-note ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add approvers to StatefulSet The owners file has no approvers at the moment, adding people from workloads
-
Saad Ali authored
Revert "[Federation][kubefed] Add label selector for etcd pvc"
-
Saad Ali authored
Sort slices before comparing in deployment util test
-
- 23 Feb, 2017 12 commits
-
-
Wojciech Tyczynski authored
add WATCH to list of excluded verbs for latency metrics
-
deads2k authored
-
Janet Kuo authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue hack/verify-staging-client-go.sh: use git-archive to survive dirty working tree We used rsync before and copied over the checkout. If some other script, created or changed files, godep refused to run. Now the script uses git-archive against HEAD instead.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue move kube-dns to a separate service account Switches the kubedns addon to run as a separate service account so that we can subdivide RBAC permission for it. The RBAC permissions will need a little more refinement which I'm expecting to find in https://github.com/kubernetes/kubernetes/pull/38626 . @cjcullen @kubernetes/sig-auth since this is directly related to enabling RBAC with subdivided permissions @thockin @kubernetes/sig-network since this directly affects now kubedns is added. ```release-note `kube-dns` now runs using a separate `system:serviceaccount:kube-system:kube-dns` service account which is automatically bound to the correct RBAC permissions. ```
-
Anirudh Ramanathan authored
-
Alexander Kanevskiy authored
agreed on SIG-Cluster-Lifecycle meeting.
-
Mike Danese authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add deads2k and sttts to kubeapiserver owners Adds @deads2k and @sttts to packages we authored or significantly modified. @lavalamp @smarterclayton
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 39855, 41433, 41567, 41887, 41652) Switch namespace controller to shared informer @smarterclayton @derekwaynecarr @gmarek @wojtek-t @deads2k @sttts @liggitt @kubernetes/sig-scalability-pr-reviews
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 39855, 41433, 41567, 41887, 41652) Use watch param instead of deprecated /watch/ prefix Reopen of https://github.com/kubernetes/kubernetes/pull/41722 after reverted in https://github.com/kubernetes/kubernetes/pull/41774 Required https://github.com/kubernetes/kubernetes/pull/41797 to merge first cc @deads2k @wojtek-t
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 39855, 41433, 41567, 41887, 41652) Add fluentd monitoring to fluentd-gcp image Right now we are not able to monitor the state of fluentd in cluster, which may result in logging subsystem quietly failing. This PR tries to address that problem by introducing the fluentd container monitoring: * fluentd internal metrics, like number of buffers and number of data in buffers * `logging_line_count`, number of lines, read by fluentd from application containers' logs * Has `tag` label, corresponding to the fluentd tag of the entry * `logging_entry_count`, number of entries, emitted to the output plugin * With label `component` set to `container`, generated by application containers * With label `component` set to `system`, generated by system components like kubelet, docker, scheduler, etc. * Has `tag` label, corresponding to the fluentd tag of the entry CC @fabxc @igorpeshansky @edsiper
-