- 03 Aug, 2016 39 commits
-
-
Andrey Kurilin authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Addresses vSphere Volume Attach limits This PR resolves bug #29878.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Move non-Minikube local cluster guides from docs repo to kubernetes d… Move the local cluster docs out of the docs repo. Keeping them around since they may be used by some folks for development.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Federation - common libs - FederatedInformer Fixes #29383 Will add more tests after the first pass of the review. ref: #29347 cc: @nikhiljindal @wojtek-t
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix various typos in kubectl
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Increase the unit test coverage in pkg/util These are easy to test, so lets increase coverage.
-
Daniel Smith authored
Use format instead of awk to extract active account/project
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix creating pod from file failure in scheduler-predicates fix #29816 ref https://github.com/kubernetes/kubernetes/pull/25584#discussion_r73349738 and https://github.com/kubernetes/kubernetes/pull/25584#discussion_r73349328
-
Phillip Wittrock authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix elasticsearch example volume descriptors fixes #26257 []()
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue integration test: Modify PVs/PVCs during binding. Previous volume binder code was not able to cope with PVs or PVCs getting modified during the binding process. Current one should be resilient to these changes, so let's test it. It makes the test approximately twice as long as before, from ~2 seconds to ~4-5. @kubernetes/sig-storage Marking as 1.3 target, however it does not really matter here, it's just a test.
-
Erick Fejta authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix various typos in kubelet
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Kubelet: add kubeGenericRuntimeManager for new runtime API Part of #28789. Add `kubeGenericRuntimeManager` for kubelet new runtime API #17048. Note that: - To facilitate code reviewing, #28396 is splited into a few small PRs. This is the first part. - This PR also fixes some syntax errors in `api.proto`. - This PR is depending on #29811 (already merged). CC @yujuhong @Random-Liu @kubernetes/sig-node
-
Marcin Wielgus authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue automation.md: fix typos
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue allow restricting subresource access Looks like subresource resolution got lost in the port. Adding it back in as `"resource/subresource"`. That allows easy expression of rules and we can later allow something like `"*/subresource"` to handle cases like the hpa controller. @kubernetes/sig-auth
-
Kevin authored
-
Marek Grabowski authored
Revert "Add density (batch pods creation latency and resource) and resource performance tests to `test-e2e-node'"
-
Marek Grabowski authored
Revert "Add density (batch pods creation latency and resource) and resource performance tests to `test-e2e-node'"
-
deads2k authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue E2E & Node E2E: Improve node e2e test framework This is first part of https://github.com/kubernetes/kubernetes/pull/29494. I split #29494 into several PRs to help review. For https://github.com/kubernetes/kubernetes/issues/29081. This PR changes TestContainerOutput to use the framework pod client:** so that all test using `TestContainerOutput` could be shared automatically. For example: https://github.com/kubernetes/kubernetes/blob/master/test/e2e/configmap.go#L198 @vishh @timstclair /cc @kubernetes/sig-node
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add density (batch pods creation latency and resource) and resource performance tests to `test-e2e-node' This PR contains two new tests (migrate from e2e test): 1. Density test: verify startup latency and resource usage when create a batch of pod with throughput control. Throughput control is done by sleep for an interval between firing concurrently create pod operations. It tests both batch creation and sequential (back-to-back) creation and report the throughputs. 2. Verify resource usage of steady state kubelet. The test creates a new resource controller for `test-node-e2e' (resource_controller.go) which monitors resource through a standalone Cadvisor pod (port 8090) with 1s housekeeping interval.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue kubectl: notfound errors should not error out Fixes the flake in https://github.com/kubernetes/kubernetes/issues/28378#issuecomment-234677846 @pwittrock ptal
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Change the owner of JSON NodeAffinity test Make @kevin-wangzefeng an owner of SchedulerPredicates JSON NodeAffinity test. cc @fejta
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Refactoring runner resource container linedelimiter to it's own pkg Continuing my work ref #15634 Anyone is ok to review this fix.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Stabilize volume unit tests by waiting for exact state Wait for specific final state instead of waiting for specific number of operations in controller unit tests. The tests are more readable and will survive random goroutine ordering (PV and PVC controller have both their own goroutine). @kubernetes/sig-storage
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Increase test timeouts for creating LB in large clusters Ref #29189
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Update the AppArmor design proposal 3 modifications to the original AppArmor design proposal: 1. Remove the pod-level AppArmor profile specification, since it was unnecessary complexity. I think the typical multi-container case is a main app, some side-cars (e.g. log helpers), and maybe some init containers. All of those containers are likely to have very different permissions needs, so I do not see benefit to the pod-level profile. If there is sufficient demand (i.e. user feedback) for this feature we can add it back. 2. Added a proposal for the beta (and GA) API. Beginning the discussion of this API now will smooth the transition from alpha, and guide the implementation of the internal API. 3. [EDIT] The profile deployment pod will poll the source directories for changes. This change is motivated by the fact that DaemonSets must run with RestartAlways. /cc @bgrant0607 @erictune @pmorie @pweil-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Delete useless code The correct code is `cluster, ok := obj.(*v1beta1.Cluster)`, so the above `cluster := obj.(*v1beta1.Cluster)` is useless.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Kubelet: add gRPC implementation of new runtime interface Add gRPC implementation of new runtime interface. CC @yujuhong @Random-Liu @kubernetes/sig-node
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Validate list objects when building scheme The first commit is #29468. This PR is a followup. Modified the description of **List** in api-convention.md to: `The name of a list kind must end with "List". Lists have a limited set of common metadata. All lists use the required "items" field to contain the array of objects they return. Any kind that has the "items" field must be a list kind.` Also added code to enforce the above rules during scheme registration. @kubernetes/sig-api-machinery @bgrant0607 @erictune @lavalamp @smarterclayton
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Documented second arg to create-flanneld-opts in cluster/ubuntu/util.sh This is a bug fix, no release note needed. Fixes #29546
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add err return Since err can be returned by previous code, add err return.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Allow Secret & ConfigMap keys to contain caps, dots, and underscores []() Re: #23722 This makes loosens the regex used in in Secrets and ConfigMap, in order to make environment variable style keys valid
-
Pengfei Ni authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Give away my e2e tests.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix bad Godeps. These changes make the updated verify-godeps.sh in #29920 pass. Fixes #29402.
-
- 02 Aug, 2016 1 commit
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue dockershim: Implement PodSandboxMethods Only the last three commits are new.
-