- 17 Aug, 2016 1 commit
-
-
Daniel Smith authored
-
- 16 Aug, 2016 24 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue syncNetworkUtil in kubelet and fix loadbalancerSourceRange on GCE fixes: #29997 #29039 @yujuhong Can you take a look at the kubelet part? @girishkalele KUBE-MARK-DROP is the chain for dropping connections. Marked connection will be drop in INPUT/OUTPUT chain of filter table. Let me know if this is good enough for your use case.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add NodeName to EndpointAddress object Adding a new string type `nodeName` to api.EndpointAddress. We could also do *ObjectReference to the api.Node object instead, which would be more precise for the future. ``` type ObjectReference struct { Kind string `json:"kind,omitempty"` Namespace string `json:"namespace,omitempty"` Name string `json:"name,omitempty"` UID types.UID `json:"uid,omitempty"` APIVersion string `json:"apiVersion,omitempty"` ResourceVersion string `json:"resourceVersion,omitempty"` // Optional. If referring to a piece of an object instead of an entire object, this string // should contain information to identify the sub-object. For example, if the object // reference is to a container within a pod, this would take on a value like: // "spec.containers{name}" (where "name" refers to the name of the container that triggered // the event) or if no container name is specified "spec.containers[2]" (container with // index 2 in this pod). This syntax is chosen only to have some well-defined way of // referencing a part of an object. // TODO: this design is not final and this field is subject to change in the future. FieldPath string `json:"fieldPath,omitempty"` } ``` -
Kubernetes Submit Queue authored
Automatic merge from submit-queue Check resource leaks only when needed @fejta Broken by #28575
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix resource leak check in case of run that cleans up after failed one @fejta Broken by #28575
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add back the original liveness check timeout. Fixes https://github.com/kubernetes/kubernetes/issues/30342. Fixes https://github.com/kubernetes/kubernetes/issues/30335. When I moved the test into common directory, I removed the original 10s timeout - https://github.com/kubernetes/kubernetes/pull/29814/commits/0362789283d06c31b42e94ac7e81c1ba981a0b87#diff-0f856ff011970dca55a2cd916b9ddcf0L1128. It turns out that the default 1s timeout is not enough. In all the flake, the probe request is cancelled on the kubelet side. This PR added back a 5s timeout to eliminate the flake. Mark P0 to match the corresponding issue. @freehan /cc @matchstick :)
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Bump cluster autoscaler to 0.3.0-beta1 cc: @piosz @fgrzadkowski @jszczepkowski
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue pkg/storage: cleanup unused Config The entry has been moved to [pkg/storage/storagebackend/factory.Create()](https://github.com/kubernetes/kubernetes/blob/master/pkg/storage/storagebackend/factory/factory.go#L27)
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue cluster/gke: reword package docs Rewords the package docs and removes the confusing dot trailing the file name
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue SetClientFactory in FederatedInformer For unit tests. cc: @quinton-hoole @wojtek-t @kubernetes/sig-cluster-federation
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix typo Maybe a typo.
-
gmarek authored
-
Wojciech Tyczynski authored
-
Marcin Wielgus authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Implement AppArmor Kubelet support Includes PR https://github.com/kubernetes/kubernetes/pull/29812 Implements the Kubelet logic for AppArmor based on the alpha API proposed [here](https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/apparmor.md). Also adds an E2E test, and I ran manual tests. Remaining work: PodSecurityPolicy support, profile loader daemon, documentation, (maybe) beta API. /cc @jfrazelle @Amey-D @kubernetes/sig-node *Note on release-note-none: I am implementing AppArmor over multiple PRs. I will submit a single release note once the implementation is done to cover all of them.*
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Implement restful for InstallLogsSupport The PR implement restful for InstallLogsSupport in apiserver.go.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix node controller event uid issue Fix #29289. @smarterclayton ptal. This is not a very elegant fix, if we can use nodeName in log maybe we can set timedValue.Value to node.UID.
-
Girish Kalele authored
-
Girish Kalele authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue update strategic patch test for merge list of maps Refer #26418 for more details. @janetkuo the test case is added, ptal.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Prevent device unmount from deleting dir on failed unmount This PR cleans up the device unmount code for attachable volumes. Specifically it: * Prevents deletion of directory via `os.Remove` unless unmount succeeds. * Moves common shared device unmount logic to a common util file.
-
PingWang authored
Signed-off-by:
PingWang <wang.ping5@zte.com.cn> add ws.doc Signed-off-by:
PingWang <wang.ping5@zte.com.cn> run hack/update-swagger-spec.sh Signed-off-by:
PingWang <wang.ping5@zte.com.cn> update update-swagger-spec.sh Signed-off-by:
PingWang <wang.ping5@zte.com.cn> update apiserver_test.go Signed-off-by:
PingWang <wang.ping5@zte.com.cn> update comment Signed-off-by:
PingWang <wang.ping5@zte.com.cn>
-
Minhan Xia authored
-
Minhan Xia authored
-
Girish Kalele authored
-
- 15 Aug, 2016 15 commits
-
-
saadali authored
Prevent device unmount from deleting dir unless volume is successfully unmounted first.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add a certificate signing request resource printer in kubectl #30163
-
Girish Kalele authored
-
Girish Kalele authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Updated Google Groups link <!-- 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**: This is a small change to the markdown on a Troubleshooting document redirecting from a deprecated Google group to the accurate, active group. **Special notes for your reviewer**: **Release note**: ```NONE ``` What was google-containers@googlegroups.com is now kubernetes-users@googlegroups.com. Links were updated in the troubleshooting document.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue [Kubelet] Check if kubelet is running as uid 0 Related to #30176
-
Minhan Xia authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix image verification when hostname is present in image Deal better with the situation where a image name contains a hostname as well. Fixes #30580
-
Hongchao Deng authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add volume reconstruct/cleanup logic in kubelet volume manager Currently kubelet volume management works on the concept of desired and actual world of states. The volume manager periodically compares the two worlds and perform volume mount/unmount and/or attach/detach operations. When kubelet restarts, the cache of those two worlds are gone. Although desired world can be recovered through apiserver, actual world can not be recovered which may cause some volumes cannot be cleaned up if their information is deleted by apiserver. This change adds the reconstruction of the actual world by reading the pod directories from disk. The reconstructed volume information is added to both desired world and actual world if it cannot be found in either world. The rest logic would be as same as before, desired world populator may clean up the volume entry if it is no longer in apiserver, and then volume manager should invoke unmount to clean it up. Fixes https://github.com/kubernetes/kubernetes/issues/27653
-
Tim St. Clair authored
-
Tim St. Clair authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix a typo in nodeaffinity
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix go vet errors <!-- 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 ``` This fixes the `go vet` errors brought about by go 1.7 testing re (#28742). The are all pretty trivial and mostly related to literal composites. also related to #16086
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue examples/elasticsearch: fix awkward sentence
-