- 07 Jul, 2016 33 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Remove unneeded continute very minor but I noticed and it and it bugged me :-) Signed-off-by:Doug Davis <dug@us.ibm.com>
-
k8s-merge-robot authored
Automatic merge from submit-queue s/positive/negative/ in the error message I think we meant to imply that "if the error isn't real" then update the exceptions file - which to me means "false negative", ie. false failure. Signed-off-by:Doug Davis <dug@us.ibm.com>
-
k8s-merge-robot authored
Automatic merge from submit-queue Mount r/w GCE PD disks with -o discard As per https://cloud.google.com/compute/docs/disks/add-persistent-disk#formatting. Fixes #23258
-
k8s-merge-robot authored
Automatic merge from submit-queue Remove br_netfilter warning in kube-proxy Many distros have this module linked in, generating a spurious error. Fixes #23385
-
k8s-merge-robot authored
Automatic merge from submit-queue MESOS: Support a pre-installed km binary at a well known, agent-local path fixes #26930
-
k8s-merge-robot authored
Automatic merge from submit-queue Represent unversioned.Time correctly in swagger spec unversioned.Time previously represented as "string" type with no format while the correct representation should also have "date-time" as format. fixes #2968
-
k8s-merge-robot authored
Automatic merge from submit-queue break integration tests into seperate packages so that they run in parallel If this is broken then our tests aren't threadsafe. ref #25940
-
Klaus Ma authored
-
k8s-merge-robot authored
Automatic merge from submit-queue api: validate generation updates @bprashanth @liggitt PTAL
-
k8s-merge-robot authored
Automatic merge from submit-queue Log available pods of deployments when scaling down old RS Ref #26834 []()
-
k8s-merge-robot authored
Automatic merge from submit-queue build: fixed ${KUBE_ROOT} prefix for build scripts Running `./make-build-image.sh` command inside the `build` directory doesn't work: ```sh $ cd build $ ./make-build-image.sh ./../build/common.sh: line 32: hack/lib/init.sh: No such file or directory ``` This PR adds `${KUBE_ROOT}` prefix for the `source` bash function. Also I added braces to unify the code style. []() -
k8s-merge-robot authored
Automatic merge from submit-queue Cleanup hack/ Dockerfiles <!-- Checklist for submitting a Pull Request Please remove this comment block before submitting. 1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md). 2. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md). 3. If you want this PR to automatically close an issue when it is merged, add `fixes #<issue number>` or `fixes #<issue number>, fixes #<issue number>` to close multiple issues (see: https://github.com/blog/1506-closing-issues-via-pull-requests). 4. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below. --> ```release-note Small improvements to hack/ Dockerfiles ``` []()
-
Michail Kargakis authored
-
Mike Danese authored
Signed-off-by:Mike Danese <mikedanese@google.com>
-
Mike Danese authored
Signed-off-by:Mike Danese <mikedanese@google.com>
-
Mike Danese authored
Signed-off-by:Mike Danese <mikedanese@google.com>
-
k8s-merge-robot authored
Automatic merge from submit-queue Change redis image gcr Follow up https://github.com/kubernetes/kubernetes/pull/27577#discussion_r67809871: > Any chance we can move these images somewhere in gcr.io? I pushed `kubernetes/redis:v1` to `gcr.io/google_containers/redis:v1`. []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Log all image deletion errors instead of just the last one #27169
-
k8s-merge-robot authored
Automatic merge from submit-queue Make kubectl help strings consistent
-
k8s-merge-robot authored
Automatic merge from submit-queue Reformat kubectl completion example text
-
k8s-merge-robot authored
Automatic merge from submit-queue "was not created" should be "was created" In file pkg\client\restclient/request_test.go, line #1089, "t.Errorf("expected object was not created")" , here "was not created" should be "was created" because the if condition is "if wasCreated". -
k8s-merge-robot authored
Automatic merge from submit-queue delete the redundant word "a" In file docs/reporting-security-issues.md, line #37, "If you believe you have discovered a vulnerability or a have a security incident to report", here the second "a" is redundant, should be deleted.
-
k8s-merge-robot authored
Automatic merge from submit-queue kubectl convert --local prints info message to stderr fix #28298
-
k8s-merge-robot authored
Automatic merge from submit-queue fix some typos Just a minor typos fix. Signed-off-by:bin liu <liubin0329@gmail.com>
-
k8s-merge-robot authored
Automatic merge from submit-queue daemon/controller.go: remove unused func enqueueAllDaemonSets
-
k8s-merge-robot authored
Automatic merge from submit-queue Collect cluster state into a single type. Mostly just makes it easier to read and, hopefully, extend.
-
k8s-merge-robot authored
Automatic merge from submit-queue [client-gen] stop update release_1_3 clientset; create release_1_4 We'll bump the version after we cut 1.3 release. I'll keep this PR assigned to myself in the mean time. @lavalamp
-
k8s-merge-robot authored
Automatic merge from submit-queue kubectl should print usage at the bottom Override the Usage: output using SetUsageTemplate. Just moved the strings in the template to make sure we print Usage: at the bottom of the output and not at the top. Fixes issue #7496
-
k8s-merge-robot authored
Automatic merge from submit-queue getting emailAddress from TLS cert Kubernetes if using TLS cert to perform authentication will use the CommonName field of the cert as the authenticating user. In https://github.com/kubernetes/kubernetes/blob/master/plugin/pkg/auth/authenticator/request/x509/x509.go#L106, alternative methods are defined to use emailAddress or DNSName as the authenticating user. The method that uses the emailAddress is not comprehensive as this information can be encoded in different places of the certificate. This PR fixes this.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add spec.Name() to the configmap GetVolumeName() This is to base the name on the volume not just on the source configMap. If you have 2 volumes that both have the same configMap as a source, the volume is see as being in the attached state (it's state is looked up based on GetVolumeName()). Fixes #28502
-
k8s-merge-robot authored
Automatic merge from submit-queue Copy FEDERATIONS_DOMAIN_MAP to a local variable since the helper script doesn't allow overwriting the existing variable. cc @kubernetes/sig-cluster-federation []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Revert "Declare out of disk when there is no free inodes" Reverts kubernetes/kubernetes#28176 Fixes #28481
-
k8s-merge-robot authored
Automatic merge from submit-queue E2E: Add UpdatePod function in e2e framework and change the test to use it. Fix https://github.com/kubernetes/kubernetes/issues/28096. Some e2e tests need to update pod, but the pod update is a bit complex because of potential conflict. #28096 happened just because the test only called pod `Update` once. This PR move the update pod logic into a util function `UpdatePod` in e2e framework, and change the tests to use it. Mark P2 because the original issue is P0, but in fact happens not quite frequently. :) []() the test to use it.
-
- 06 Jul, 2016 7 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Document known issues for v1.3.0
-
Madhusudan.C.S authored
Copy FEDERATIONS_DOMAIN_MAP to a local variable since the helper script doesn't allow overwriting the existing variable.
-
Madhusudan.C.S authored
Copy FEDERATIONS_DOMAIN_MAP to a local variable since the helper script doesn't allow overwriting the existing variable.
-
Matt Liggett authored
-
Matt Liggett authored
-
Matt Liggett authored
-
Matt Liggett authored
-