- 21 Nov, 2016 2 commits
-
-
Brendan Burns authored
enabled.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add logs near force deletions of Pods We should always log something when control plane force deletes the Pod. @davidopp I think that logging force deletions is enough, or do you think we should log soft deletions as well? cc @deads2k
-
- 19 Nov, 2016 15 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix invalid predicates describe Just fix some nits when working on predicate cache. Anyone can review and approve this.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Retry job update after failure to prevent modification conflict This fixes #34585 flake. @janetkuo || @kubernetes/sig-apps ptal I've been getting too many emails recently wrt to that issue, so I wanted to "clean" my inbox a bit
😉 -
Maciej Szulik authored
-
Harry Zhang authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Revert "Add more test cases to k8s e2e upgrade tests" Reverts kubernetes/kubernetes#35697
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix kubectl Stratigic Merge Patch compatibility As @smarterclayton pointed out in [comment1](https://github.com/kubernetes/kubernetes/pull/35647#pullrequestreview-8290820) and [comment2](https://github.com/kubernetes/kubernetes/pull/35647#pullrequestreview-8290847) in PR #35647, we cannot assume the API servers publish version and they shares the same version. This PR removes all the calls of GetServerSupportedSMPatchVersion(). Change the behavior of `apply` and `edit` to: Retrying with the old patch version, if the new version fails. Default other usage of SMPatch to the new version, since they don't update list of primitives. fixes #36916 cc: @pwittrock @smarterclayton
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Eviction Thresholds Update Sets the defaults for the eviction-hard threshold for GCE based on what we were using during testing: "memory.available<250Mi,nodefs.available<10%,nodefs.inodesFree<5%". Sets flags for e2e tests to use eviction-minimum-reclaim: "nodefs.available<5%,nodefs.inodesFree<5%" this fixes #32537
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue OpenAPI Bugfix: []byte should be treated as integer array data field of v1.Secret is a map of string to byte array. Generated spec should generate a map of string to (type="string", format="byte" that means map of base64 string) however current code converts it to an array of integer that is wrong. fixes #37126
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add limited config-map support to kube-dns This is an integration bugfix for https://github.com/kubernetes/kubernetes/issues/36194 ```release-note kube-dns Added --config-map and --config-map-namespace command line options. If --config-map is set, kube-dns will load dynamic configuration from the config map referenced by --config-map-namespace, --config-map. The config-map supports the following properties: "federations". --federations flag is now deprecated. Prefer to set federations via the config-map. Federations can be configured by settings the "federations" field to the value currently set in the command line. Example: kind: ConfigMap apiVersion: v1 metadata: name: kube-dns namespace: kube-system data: federations: abc=def ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue azure: support nics with multiple ipconfigs **What this PR does / why we need it**: When I initially wrote the cloudprovider, the ipconfig primary field either wasn't present or wasn't populated. Now it is and we have someone trying to use kubelet on a node with a nic with multiple ipconfigs and they ran into this. **Which issue this PR fixes**: n/a no issue filed. **Special notes for your reviewer**: **Release note**: ```release-note azure: support multiple ipconfigs on a NIC ``` If we can get this backported to 1.4.x, that would be great.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue CRI: address knows issues of seccomp For https://github.com/kubernetes/kubernetes/issues/36997. To move forward, we decided to list seccomp profile path problem as a know issue in CRI (see [here](https://github.com/kubernetes/kubernetes/issues/36997#issuecomment-261673120)). cc/ @yujuhong @euank @kubernetes/sig-node
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue revert revert of test/e2e/generated/BUILD
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Adding e2e tests for validating cascading deletion of federation resources Ref https://github.com/kubernetes/kubernetes/issues/33612 Adding e2e tests for code in https://github.com/kubernetes/kubernetes/pull/36330 and https://github.com/kubernetes/kubernetes/pull/36476. Adding test cases to ensure that cascading deletion happens as expected. Also adding code to ensure that all resources are cleaned up in AfterEach. cc @kubernetes/sig-cluster-federation @caesarxuchao @madhusudancs
-
Pengfei Ni authored
-
Bowei Du authored
- Adds command line flags --config-map, --config-map-ns. - Fixes 36194 (https://github.com/kubernetes/kubernetes/issues/36194) - Update kube-dns yamls - Update bazel (hack/update-bazel.sh) - Update known command line flags - Temporarily reference new kube-dns image (this will be fixed with a separate commit when the DNS image is created)
-
- 18 Nov, 2016 23 commits
-
-
Bowei Du authored
This allows for tweaking more options for executing commands in pods.
-
ymqytw authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix issue in converting aws volume id from mount paths This PR is to fix the issue in converting aws volume id from mount paths. Currently there are three aws volume id formats supported. The following lists example of those three formats and their corresponding global mount paths: 1. aws:///vol-123456 (/var/lib/kubelet/plugins/kubernetes.io/aws-ebs/mounts/aws/vol-123456) 2. aws://us-east-1/vol-123456 (/var/lib/kubelet/plugins/kubernetes.io/mounts/aws/us-est-1/vol-123455) 3. vol-123456 (/var/lib/kubelet/plugins/kubernetes.io/mounts/aws/us-est-1/vol-123455) For the first two cases, we need to check the mount path and convert them back to the original format. This PR fixes #36269
-
saadali authored
-
nikhiljindal authored
-
nikhiljindal authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Include gci-beta-55-8872-47 changelog in K8s changelog @jessfraz This should be cherry-picked into 1.4 as well. I just kept the GCI changelog format similar to what they do [here](https://cloud.google.com/container-optimized-os/docs/resources/release-notes). Is there a preferred format for this type of content in the K8s changelog?
-
Antoine Pelisse authored
Revert "Add fast-path for Listing with ResourceVersion=0"
-
Antoine Pelisse authored
-
Mike Danese authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Bug fix: Allows user to change service type when sourceRanges is declared. Fixes #36784. Adds logic in validation to make changing service type possible when sourceRanges is declared. @bowei @bprashanth
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix typo in cluster/gce/util.sh Somehow the gcloud command is written as "cloud".
-
Michael Taufen authored
-
Mike Danese authored
broken in fad1990e
-
Antoine Pelisse authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add log rotation to kubemark We were running out of disk in our large cluster tests, as we didn't have log rotation enabled. cc @saad-ali
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add fast-path for Listing with ResourceVersion=0 We slightly change the behavior, but we keep the current contract, so release note is not needed. cc @saad-ali
-
Tim Hockin authored
Fix quoting of $PATH in instructions.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix recycler pod deletion race. We should use clone of recycler pod template instead of reusing the same one for two or more recyclers running in parallel. Also add some logs to relevant places to spot the error easily next time. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1392338
-
ymqytw authored
-
David Ashpole authored
added eviction minimum reclaim flags to test flags, and changed gce default config for eviction-hard to match what tests are using
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Append newline to the "deleted context ... " and "deleted cluster" message **What this PR does / why we need it**: Append newline to the "deleted context ... " message. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #35966 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
-
Wojciech Tyczynski authored
-