- 15 Jun, 2016 7 commits
-
-
Piotr Szczesniak authored
Changed constans to reduce hpa e2e test flakiness.
-
Filip Grzadkowski authored
Turn off mitlinode pool test in GKE until it is fixed
-
Jerzy Szczepkowski authored
Changed constans to reduce hpa e2e test flakiness.
-
Marcin Wielgus authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Add Google Cloud DNS auth scope to GCE VMs when they are started in a federation. cc @colhom @kubernetes/sig-cluster-federation []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Downward api node defaults Fixes #27062 Replaces https://github.com/kubernetes/kubernetes/pull/27107
-
k8s-merge-robot authored
Automatic merge from submit-queue Update PVC.Selector docs: it's ignored when VolumeName is set @kubernetes/sig-storage
-
- 14 Jun, 2016 33 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue GKE provider: Add a HEAPSTER_MACHINE_TYPE option []() Allows heterogeneous cluster configurations for large cluster synthetic testing. Supersedes #27389
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix a debugging line A trivial update. @k8s-oncall can we manually merge it?
-
k8s-merge-robot authored
Automatic merge from submit-queue Add image pulling node e2e Fixes #27007. Based on #27309, will rebase after #27309 gets merged. This PR added all tests mentioned in #27007: * Pull an image from invalid registry; * Pull an invalid image from gcr; * Pull an image from gcr; * Pull an image from docker hub; * Pull an image needs auth with/without secrets. For the imagePullSecrets test, I created a new gcloud project "authenticated-image-pulling", and the service account in the code only has "Storage Object Viewer" permission. /cc @pwittrock @vishh []()
-
Zach Loafman authored
Allows heterogeneous cluster configurations for large cluster synthetic testing.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add description to created node images Make it a little easier to see who to contact about important node e2e images.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add kubectl version guard around kubectl port-forward Fixes #26594 (once this gets backported to v1.2 and v1.3).
-
k8s-merge-robot authored
Automatic merge from submit-queue petset and volume debug messages To help with https://github.com/kubernetes/kubernetes/issues/27299 https://github.com/kubernetes/kubernetes/issues/27058 simple enough that either reviewer can approve I guess.
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix race in informer Fix #27004 @smarterclayton @hongchaodeng @caesarxuchao
-
k8s-merge-robot authored
Automatic merge from submit-queue Added e2e test for cluster autoslaer for gke with multiple node-pools. []() Added e2e test for cluster autoslaer for gke with multiple node-pools.
-
k8s-merge-robot authored
Automatic merge from submit-queue GCE provider: Fix minor cosmetic logging issue []() Log the pollOp, not the base op. (This will include the final status/timestamp and any errors.)
-
Isaac Hollander McCreery authored
-
derekwaynecarr authored
-
Daniel Smith authored
Fix v1.4.0-alpha.0 tag
-
Zach Loafman authored
This reverts commit c7f1485e, reversing changes made to 939ad411.
-
Zach Loafman authored
-
Vishnu kannan authored
Signed-off-by:Vishnu kannan <vishnuk@google.com>
-
Wojciech Tyczynski authored
-
k8s-merge-robot authored
Automatic merge from submit-queue kubelet/rkt - treat pod container as the infra - only network stats As no "container name" annotation was being applied to the pod as a whole, the rkt pod container didn't have a container name label. This means that in stat/summary it came up as a nameless container that belonged to the pod. this was problematic as it caused double counting of container stats. this adds a container name annotation to the pod level which will be overridden during label creation by annotations of the same name at the container level for the containers themselves. stats/summary will do the right thing as it will treat it the same as the infra container, just get network stats from it. Suppress #26759 cc @kubernetes/sig-node @kubernetes/rktnetes-maintainers
-
Madhusudan.C.S authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Adjust memory limit for heapster's pod nanny cc @piosz @wojtek-t @zmerlynn
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix panic in TestUnschedulableNodes Fix #27344
-
k8s-merge-robot authored
Automatic merge from submit-queue federation: fix dns provider initialization issues This PR is based on the integration test with Google DNS API. This is the first time of full integration test. So multiple issues was found and I combined all of them in this single PR 1. add dns provider initialization and add ensureDns call when removing federation service. 2. add new flags federation-name and zone-name to controller manager, both are used as part of the dns record name 3. fix assertion failure at rrsets.go#L61, which will cause panic 4. change getFederationDNSZoneName to get zoneName from config instead of hard code 5. change logic of ensureDnsRrsets, only add new dns record when endpointReachable(set to true when ready address is catched) is true 6. fix bug in processEndpointUpdate, only call ensuredns when ready address is caught 7. change behavior of syncService, there is cases that endpoint is created before ingress IP assignment, so before there is defect for this case, ensureDns was not called when service being updated, so if Ingress IP is assigned after endpoint ready address is caught, the corresponding A records can not be created 8. add a checking before update federation service @nikhiljindal , can you help to add 1.3 milestone when @quinton-hoole is on leave? Thanks. []()
-
Jerzy Szczepkowski authored
Added e2e test for cluster autoslaer for gke with multiple node-pools.
-
k8s-merge-robot authored
Automatic merge from submit-queue Added warning to hpa design doc fix #22797 cc @davidopp []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Updating federation up scripts to work in non e2e setup Ref: https://github.com/kubernetes/kubernetes.github.io/pull/656 Updating the federation up scripts so that they work as per steps in https://github.com/kubernetes/kubernetes.github.io/pull/656. Changes are: * Updating the default namespace to be "federation" instead of "federation-e2e" * Updated the kubeconfig context to be named "federation-cluster" instead of "federated-context" * Fixing federation-up so that FEDERATION_IMAGE_TAG is set even when federation-up is run without running `e2e.go --up`. e2e-up.sh sets it here: https://github.com/kubernetes/kubernetes/blob/6a388d4a0d9e7fc2549ab89c97bf29ce53982e39/hack/e2e-internal/e2e-up.sh#L44. * Adding a "missingkey=zero" option to template parser. Without this, the parser adds `"<no value>"` at the place of an env var that is not set. With this change, it instead replaces it with the corresponding zero value (for ex "" for strings). This is required for the FEDERATION_DNS_PROVIDER_CONFIG env var. cc @kubernetes/sig-cluster-federation @colhom @mml
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
Adjust Heapster requirements and bump nanny version
-
Random-Liu authored
-
Yu-Ju Hong authored
This commit switches the tests to use the e2e framework, so that namespace creation/deletion is handled between tests.
-
mfanjie authored
-
mfanjie authored
2. ensure dns record removal when service being removed
-
mfanjie authored
-
mfanjie authored
-