- 18 Aug, 2016 2 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Use MarshalIndent instead of marshal and indent
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Nodecontroller doesn't flip readiness on pods if kubeletVersion < 1.2.0 Older versions of the kubelet didn't know how to reconcile pod.Status, so the nodecontroller would mark pods NotReady on netsplit, and if the partition recovered in < 5m, the pods would never get marked Ready resulting in NotReady endpoints indefinitely (till kubelet restart/pod recreate etc).
-
- 17 Aug, 2016 38 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue AWS: Handle kube-down case where the LaunchConfig is dangling **What this PR does / why we need it**: Fixed `cluster/kube-down.sh` on AWS in the case where no minions were started. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: N/A **Special notes for your reviewer**: N/A **Release note**: If we can't infer it from the tagged instances, assume we've created the $ASG_NAME.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Replace map[string]string with labels.Set (TODO) fixes #27274
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fixing federation event e2e test Fixes https://github.com/kubernetes/kubernetes/issues/30644 cc @kubernetes/sig-cluster-federation
-
bprashanth authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Change kubectl create to use dynamic client https://github.com/kubernetes/kubernetes/issues/16764 https://github.com/kubernetes/kubernetes/issues/3955 This is a series of changes to allow kubectl create to use discovery-based REST mapping and dynamic clients. cc @kubernetes/sig-api-machinery **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 kubectl will no longer do client-side defaulting on create and replace. ```
-
Zach Loafman authored
Always query and attempt to delete the default launch-config
-
Tim Hockin authored
fix wrong path for all registries
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Provide absolute path to cross build image VERSION file. This allows invoking builds from non-root directories. This in turn allows invoking federation `make` from the `federation/` directory.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix pkg/util/mount for osx Fix #30665.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix default resource limits (node allocatable) for downward api volumes and env vars @kubernetes/rh-cluster-infra @pmorie @derekwaynecarr
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue typo: correct spelling
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Use k8s.io docs for memory/cpu request/limit
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Federated namespace controller Implemented based on federation common libs. Depends on #30126. cc: @quinton-hoole @wojtek-t @kubernetes/sig-cluster-federation
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix resource constraint checking in Density test
-
Marek Grabowski authored
Add newline to printf to fix junit
-
Andy Goldstein authored
-
Wojciech Tyczynski authored
Update etcd default ports for v3, and validate tests
-
Timothy St. Clair authored
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Added warning msg for `kubectl get` - added warning description regarding terminated pods to `get` long help message - added printing of warning message in case of `get pods` if there are hidden pods Fixes #22986 (initiall PR and discussion are here #26417) ## **Output examples:** ### # kubectl get pods ``` NAME READY STATUS RESTARTS AGE dapi-test-pod1 0/1 Terminating 0 22h liveness-http 0/1 CrashLoopBackOff 11245 22d ubuntu1-1206318548-oh9tc 0/1 CrashLoopBackOff 2336 8d info: 1 completed object(s) was(were) not shown in pods list. Pass --show-all to see all objects. ``` ### # kubectl get pods,namespaces ``` NAME READY STATUS RESTARTS AGE po/dapi-test-pod1 0/1 Terminating 0 22h po/liveness-http 1/1 Running 11242 22d po/ubuntu1-1206318548-oh9tc 0/1 CrashLoopBackOff 2335 8d info: 1 completed object(s) was(were) not shown in pods list. Pass --show-all to see all objects. NAME STATUS AGE ns/default Active 89d ns/kube-system Active 41d ``` ### # kubectl get pods -a ``` NAME READY STATUS RESTARTS AGE busybox 0/1 Error 0 27d dapi-test-pod1 0/1 Terminating 0 22h liveness-http 0/1 CrashLoopBackOff 11245 22d ubuntu1-1206318548-oh9tc 0/1 CrashLoopBackOff 2336 8d ``` ### # kubectl get -h ``` Display one or many resources. Possible resource types include (case insensitive): pods (aka 'po'), services (aka 'svc'), deployments (aka 'deploy'), replicasets (aka 'rs'), replicationcontrollers (aka 'rc'), nodes (aka 'no'), events (aka 'ev'), limitranges (aka 'limits'), persistentvolumes (aka 'pv'), persistentvolumeclaims (aka 'pvc'), resourcequotas (aka 'quota'), namespaces (aka 'ns'), serviceaccounts (aka 'sa'), ingresses (aka 'ing'), horizontalpodautoscalers (aka 'hpa'), daemonsets (aka 'ds'), configmaps (aka 'cm'), componentstatuses (aka 'cs), endpoints (aka 'ep'), petsets (alpha feature, may be unstable) and secrets. This command will hide resources that have completed. For instance, pods that are in the Succeeded or Failed phases. You can see the full results for any resource by providing the '--show-all' flag. By specifying the output as 'template' and providing a Go template as the value of the --template flag, you can filter the attributes of the fetched resource(s). Examples: ......... ````
-
Maciej Kwiek authored
-
Eric Tune authored
-
Marek Grabowski authored
[GarbageCollector] Fix waitForRCPodsGone
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue use Reader.ReadLine instead of bufio.Scanner to support bigger yaml @smarterclayton ptal. Also refer #19603 #23125 for more details.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Hpa ext client ```release-note Removed support for HPA in extensions client. ``` fix #21578
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add GetDeviceNameFromMount in mount_unsupported.go
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix verbosity flag in cluster autoscaler manifest cc: @piosz
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue pkg/storage: remove Codec() from interface What? Removes Codec() from storage.Interface. Why? - storage interface doesn't need to expose Codec(). - Codec() isn't used anywhere.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add validation conditions for autoscale When validate the value of max and min in autoscale.go, it should append all the invalid conditions to errs, and print the value.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Modify IsInvalidObj name and description IsInvalidObj note incorrect, modify it.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add note: kubelet manages only k8s containers. Kubelet wrote log when accesing container which was not created in k8s, what could confuse users. That's why we added note about it in documentation and lowered log level of the message to 5. Here is example of the message: ``` > Apr 19 11:50:32 openshift-114.lab.sjc.redhat.com atomic-openshift-node[9551]: I0419 11:50:32.194020 9600 docker.go:363] Docker Container: /tiny_babbage is not managed by kubelet. ``` bug 1328441 Bugzilla link https://bugzilla.redhat.com/show_bug.cgi?id=1328441
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add shortname for certificate signing request in kubectl #30163
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Correct the url in comment and optimise the code style The PR modified two aspects: 1) Correct the url in comment, the original url can't be accessed; 2) Optimise the code style according to the go style guide.
-
Wojciech Tyczynski authored
Revert part of #30424
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Adding top-level OWNERS file. Fixes #29575
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue remove duplicate word in CHANGELOG <!-- 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 remove duplicate word in CHANGELOG ``` Signed-off-by:
Xianglin Gao <xlgao@zju.edu.cn>
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Node Conformance Test: Start e2e services in a separate process For https://github.com/kubernetes/kubernetes/issues/30122. This is the first step of https://github.com/kubernetes/kubernetes/issues/30174. This PR added a `start-services-only` mode in the test suite, and start all e2e services in a separate process by run the test binary again in `start-services-only` mode.
-
Wojciech Tyczynski authored
-