- 27 Oct, 2016 37 commits
-
-
Brandon Philips authored
This is doc seems out of place. It is next to the build system for this addon and is out of date, with del tags blocking out parts. Lets delete it and I will merge the good parts over to the admin guide: http://kubernetes.io/docs/admin/dns/
-
Dawn Chen authored
Bump container-vm version in config-test.sh
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Cadvisor root path configuration This solves #33444 and reverts PR #33520. This takes the root directory and passes it to cadvisor, which sets up the "nodefs" based on the provided path, rather than using "/" as before. This PR is pending on changes in cadvisor, and will not pass tests until those changes are merged, and cadvisor godeps are updated. ```release-note kubelet summary rootfs now refers to the filesystem that contains the Kubelet RootDirectory (var/lib/kubelet) instead of cadvisor's rootfs ( / ), since they may be different filesystems. ```
-
Michael Taufen authored
So we can qualify the new container-vm image against our full set of active tests.
-
Anirudh Ramanathan authored
Removing datagen.go as it has been removed from godeps
-
Anirudh authored
-
David Ashpole authored
-
Anirudh Ramanathan authored
Regerated godeps licenses.
-
David Ashpole authored
kubelet calls GetDirFsInfo(root directory) instead of using GetFsInfo(root label). Reverted #33520, and changed e2e test context to use nodefs
-
David Ashpole authored
-
Anirudh authored
-
Marek Grabowski authored
Hopefully fix verify-godeps.
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue remove the non-generated client Removes the non-generated client from kube. The package has a few methods left, but nothing that needs updating when adding new groups. @ingvagabund
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Remove outdated parts of density test Removed functionality is handled by RunRC in other way. Events were a proxy for checking if Pods are running. They're not needed anymore (for good few releases;) cc @timothysc
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix migration script to make it sh-friendly Ref #22448 There is no bash in etcd image, so the script needs to be "sh-friendly". Also, few fixes to the script.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue ssh pubkey parsing: prevent segfault
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Increase watchcache sizes for large clusters
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fixed gcloud command in logs-generator makefile I grepped through the code looking for `gcloud` and `push` commands and only found one Makefile missing the `--`. I added it. fixes #33765
🐛 -
Kubernetes Submit Queue authored
Automatic merge from submit-queue Set done to true & return error if RestartPolicy not Always in test framework Found a small issue with https://github.com/kubernetes/kubernetes/pull/34632, it returns an error if the RestartPolicy is not Always, but the user will never see it because done isn't set to true & they will timeout instead. @Random-Liu because you wrote that PR
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Centos: download client and server tarballs instead of mondo-tarball Part of https://github.com/kubernetes/kubernetes/issues/28629 / https://github.com/kubernetes/kubernetes/issues/28435. This should be functionally the same, except that you will download ~1/3 the bytes.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Adding a root filesystem override for kubelet mounter This is necessary to get hostPath volumes to work with containerized kubelet mounter
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix potential panic in namespace controller when rapidly create/delet… Fixes https://github.com/kubernetes/kubernetes/issues/33676 The theory is this could occur in either of the following scenarios: 1. HA environment where a GET to a different API server than what the WATCH was read from 1. In a many controller scenario (i.e. where multiple finalizers participate), a namespace that is created and deleted with the same name could trip up the other namespace controller to see a namespace with the same name that was not actually in a delete state. Added checks to verify uid matches across retry operations. /cc @liggitt @kubernetes/rh-cluster-infra
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Prefer sha1sum (C) to shasum (Perl). This should avoid spamming build-log.txt with messages like: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). OSX has shasum but not sha1sum, which is part of GNU coreutils. -
Kubernetes Submit Queue authored
Automatic merge from submit-queue First pass at CRI stream server library implementation This is a first pass at implementing a library for serving attach/exec/portforward calls from a CRI shim process as discussed in [CRI Streaming Requests](https://docs.google.com/document/d/1OE_QoInPlVCK9rMAx9aybRmgFiVjHpJCHI9LrfdNM_s/edit#). Remaining library work: - implement authn/z - implement `stayUp=false`, a.k.a. auto-stop the server once all connections are closed /cc @kubernetes/sig-node
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Make the fake RESTClient usable by all the API groups, not just core. cc @kubernetes/sig-cluster-federation @quinton-hoole @nikhiljindal
-
Vishnu kannan authored
This is useful for supporting hostPath volumes via containerized mounters in kubelet. Signed-off-by:Vishnu kannan <vishnuk@google.com>
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue minor changes: remove unnecessary import rename This will make migration to client-go a little more smooth.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Adding cascading deletion support to federated namespaces Ref https://github.com/kubernetes/kubernetes/issues/33612 With this change, whenever a federated namespace is deleted with `DeleteOptions.OrphanDependents = false`, then federation namespace controller first deletes the corresponding namespaces from all underlying clusters before deleting the federated namespace. cc @kubernetes/sig-cluster-federation @caesarxuchao ```release-note Adding support for DeleteOptions.OrphanDependents for federated namespaces. Setting it to false while deleting a federated namespace also deletes the corresponding namespace from all registered clusters. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Deprecate the --reconcile-cidr flag <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md 2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md 3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes --> **What this PR does / why we need it**: Follows up https://github.com/kubernetes/kubernetes/pull/34906 **Special notes for your reviewer**: I'm not sure why coreos had set `--reconcile-cidr` to `false` and what the implications are now. **Release note**: <!-- Steps to write your release note: 1. Use the release-note-* labels to set the release note state (if you have access) 2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. --> ```release-note Deprecate the --reconcile-cidr kubelet flag because it has no function anymore ``` PTAL @thockin @freehan @justinsb @yujuhong @kubernetes/sig-node @kubernetes/sig-network **I will add `hack/update-all.sh` contents soon to fix builds**
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add sysctls for dockershim This PR adds sysctls support for dockershim. All sysctls e2e tests are passed in my local settings. Note that sysctls runtimeAdmit is not included in this PR, it is addressed in #32803. cc/ @yujuhong @Random-Liu
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Sending #35255 again: Remove versioned LabelSelectors ref #35255: "Remove versioned LabelSelectors" FYI @smarterclayton
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue CRI: Enable remote dockershim by default Enable remote dockershim by default. Once the grpc integration is stabilized, I'll remove the temporary knob and configure container runtime endpoint in all test suite. @yujuhong @feiskyer /cc @kubernetes/sig-node
-
Chao Xu authored
-
- 26 Oct, 2016 3 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue rename kubelet flag mounter-path to experimental-mounter-path ```release-note * Kubelet flag '--mounter-path' renamed to '--experimental-mounter-path' ``` The feature the flag controls is an experimental feature and this renaming ensures that users do not depend on this feature just yet.
-
nikhiljindal authored
-
Brian Grant authored
Remove obsolete munger on docs
-