- 03 Sep, 2017 35 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50602, 51561, 51703, 51748, 49142) Slow-start batch pod creation of rs, rc, ds, jobs Prevent too-large replicas from generating enormous numbers of events by creating only a few pods at a time, then increasing the batch size when pod creations succeed. Stop creating batches of pods when any pod creation errors are encountered. Todo: - [x] Add automated tests - [x] Test ds Fixes https://github.com/kubernetes/kubernetes/issues/49145 **Release note**: ```release-note controllers backoff better in face of quota denial ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50602, 51561, 51703, 51748, 49142) Simplify describe events table The describe table for events is not easy to read and violates other output guidelines. Change to use spaces (we don't use tabs in formal output for tables). Remove columns that are not normally needed or available on events. Example for pods: ``` ... QoS Class: BestEffort Node-Selectors: role=app Tolerations: <none> Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Pulling 1h (x51 over 5h) kubelet, origin-ci-ig-n-gj0x pulling image "registry.svc.ci.openshift.org/experiment/commenter:latest" Normal BackOff 8m (x1274 over 5h) kubelet, origin-ci-ig-n-gj0x Back-off pulling image "registry.svc.ci.openshift.org/experiment/commenter:latest" Warning FailedSync 3m (x1359 over 5h) kubelet, origin-ci-ig-n-gj0x Error syncing pod ``` Puts the type first (separate important from not), then reason (which is the most impactful scanning field). Collapses first seen, last seen, and times into a single field, since most of the time you care about the last time the event happened, not the first time. @kubernetes/sig-cli-pr-reviews sorry for the last minute drop, but the usability of this is driving me up the wall and I can't take it anymore. Would like to slip this into 1.8 so that I can debug things without dying a little inside. Fixes #47715 ```release-note The event table output under `kubectl describe` has been simplified to show only the most essential info. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50602, 51561, 51703, 51748, 49142) expose discovery information on scalable resources Builds on https://github.com/kubernetes/kubernetes/pull/49971 and provides the GroupVersion information that can be used by a dynamic scale client. @kubernetes/sig-api-machinery-pr-reviews @foxish @DirectXMan12 since you both asked for it.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50602, 51561, 51703, 51748, 49142) Implement GetZoneByProviderID & GetZoneByNodeName Adding an implementation of GetZoneByProviderID & GetZoneByNodeName for GCE. This is related to ticket 50926. This was tested as part of the ongoing separate GCE cloud provider work. **What this PR does / why we need it**: It implements GCE methods needed by the cloud provider work. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #50926 **Special notes for your reviewer**: Tested with pull/50811 **Release note**: <!-- Steps to write your release note: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50602, 51561, 51703, 51748, 49142) Use arm32v7|arm64v8 images instead of the deprecated armhf|aarch64 image organizations **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #50601 **Special notes for your reviewer**: /assign @ixdy @jbeda @zmerlynn **Release note**: ```release-note Use arm32v7|arm64v8 images instead of the deprecated armhf|aarch64 image organizations ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51301, 50497, 50112, 48184, 50993) Replace the deprecated function with the suggest function in aws module **What this PR does / why we need it**: There are some deprecated function and I replace the deprecated function with the suggest function in aws module. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ``` NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51301, 50497, 50112, 48184, 50993) audit newest impersonated user info in the ResponseStarted, ResponseComplete audit stage Impersonation will automatically add system:authenticated, system:serviceaccounts group to the impersonated user info. This pr use the newest impersonated user info in the second audit event. This will help users to debug rbac problems. **Release note**: ``` [advanced audit] audit newest impersonated user info in the ResponseStarted, ResponseComplete audit stage ``` @liggitt @sttts
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51301, 50497, 50112, 48184, 50993) AWS: handle multiple IPs when using more than 1 network interface per ec2 instance **What this PR does / why we need it**: Adds support for kubelets running with the AWS cloud provider on ec2 instances with multiple network interfaces. If the active interface is not eth0, the AWS cloud provider currently reports the wrong node IP. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #44686 **Special notes for your reviewer**: There is also some work necessary for handling multiple DNS names and such but I didn't fix them in this PR. **Release note**: ```release-note Fixed bug in AWS provider to handle multiple IPs when using more than 1 network interface per ec2 instance. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51301, 50497, 50112, 48184, 50993) Introduce new flag "--include-uninitialized" to kubectl **What this PR does / why we need it**: Introduce `--include-uninitialized` as a global flag to kubectl **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49035 **Special notes for your reviewer**: /assign @caesarxuchao @smarterclayton @ahmetb @deads2k **Release note**: ```release-note Add flag "--include-uninitialized" to kubectl annotate, apply, edit-last-applied, delete, describe, edit, get, label, set. "--include-uninitialized=true" makes kubectl commands apply to uninitialized objects, which by default are ignored if the names of the objects are not provided. "--all" also makes kubectl commands apply to uninitialized objects. Please see the [initializer](https://kubernetes.io/docs/admin/extensible-admission-controllers/) doc for more details. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue GCE: Add Alpha feature "Network Tiers" for external L4 load balancers **Special notes for your reviewer**: The PR has been manually tested in a GCE e2e cluster for the following conditions: 1. When `network-tier` is not enabled in gce.conf, network tier annotations are completely ignored by the controller. 2. When `network-tier` is enabled in gce.conf: * Service w/ Standard tier: create a standard-tier LB. * Update Service to use a different tier: tear down the existing forwarding rule and release the IP before creating a new LB. * Service w/ an invalid tier value: `ensureExternalLoadBalancer()` returns an error, and controller emits an event. * Service w/ a user-owned static IP: check if the tier matches, if not, returns an error and emits an event. I uploaded an e2e test #51483. You're welcome to review that one too. **Release note**: ```release-note GCE: Service object now supports "Network Tiers" as an Alpha feature via annotations. ``` -
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51666, 49829, 51058, 51004, 50938) Fix threshold notifier build tags **What this PR does / why we need it**: Cross building from darwin is currently broken on the following error: ``` # k8s.io/kubernetes/pkg/kubelet/eviction pkg/kubelet/eviction/threshold_notifier_unsupported.go:25: NewMemCGThresholdNotifier redeclared in this block previous declaration at pkg/kubelet/eviction/threshold_notifier_linux.go:38 ``` It looks like #49300 broke the build tags introduced in #38630 and #37384. This fixes the build tag on `threshold_notifier_unsupported.go` as the cgo requirement was removed from `threshold_notifier_linux.go`. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #50935 **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` -
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51666, 49829, 51058, 51004, 50938) add the caller ip into rsync hosts allow list fixes https://github.com/kubernetes/kubernetes/issues/51003. This patch allows running build in pods. ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51666, 49829, 51058, 51004, 50938) Add debugging to the codegen process This was useful when debugging a different problem.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51666, 49829, 51058, 51004, 50938) Add test items for job utils **What this PR does / why we need it**: Add test item for job util **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: NONE **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51666, 49829, 51058, 51004, 50938) Fixed integer overflow when matching PVPVC claims Fixes #49911 Fixed integer overflow when matching PVPVC claims. Added test to guard this behavior.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51553, 51538, 51663, 51069, 51737) Edit owner files for kube-proxy manifests **What this PR does / why we need it**: We should have owner file for kube-proxy daemonset manifest. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #NONE **Special notes for your reviewer**: /assign @bowei @thockin cc @dnardo @freehan @nicksardo **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51553, 51538, 51663, 51069, 51737) Allow enable pod priority feature gate for GCE and configure priority for kube-proxy **What this PR does / why we need it**: From #23225, this PR adds an option for user to enable pod priority feature gate using GCE startup scripts, and configure pod priority for kube-proxy when enabled. The setup `priorityClassName: system` derives from: https://github.com/kubernetes/kubernetes/blob/ce1485c626d8cddc9dbffe24f91f7d62480148cd/staging/src/k8s.io/api/core/v1/types.go#L2536-L2542 The plan is to configure pod priority for kube-proxy daemonset (https://github.com/kubernetes/kubernetes/pull/50705) in the same way. **Special notes for your reviewer**: cc @bsalamat @davidopp @thockin **Release note**: ```release-note When using kube-up.sh on GCE, user could set env `ENABLE_POD_PRIORITY=true` to enable pod priority feature gate. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51553, 51538, 51663, 51069, 51737) Update the label manifest with new do-not-merge labels Signed-off-by:
Steve Kuznetsov <skuznets@redhat.com> https://github.com/kubernetes/kubernetes/issues/51735 (issue added by fejta) ```release-note NONE ``` /cc @bgrant0607 @fejta /assign @grodrigues3 @spxtr
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51553, 51538, 51663, 51069, 51737) Consistent Names for ControllerRevisions, ReplicaSets, and objects using GenerateName **What this PR does / why we need it**: Adds the rand.SafeEncodeString function and uses this function to generate names for ReplicaSets and ControllerRevisions. ```release-note The names generated for ControllerRevision and ReplicaSet are consistent with the GenerateName functionality of the API Server and will not contain "bad words". ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Expose PVC metrics via kubelet prometheus This depends on https://github.com/kubernetes/kubernetes/pull/51448, opening early though. second commit is mine and mostly a copy/paste job. implements metrics listed in here https://github.com/kubernetes/community/pull/855 following method here https://github.com/kubernetes/community/pull/930#issuecomment-325509736 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: https://github.com/kubernetes/features/issues/363 **Special notes for your reviewer**: **Release note**: ```release-note PersistentVolumeClaim metrics like "volume_stats_inodes" and "volume_stats_capacity_bytes" are now reported via kubelet prometheus ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51583, 51283, 51374, 51690, 51716) bazel: Generate deb and rpms package with correct versions **What this PR does / why we need it**: Currently deb packages generated by bazel build have hardcoded version which does not correspond to actual content. This PR allows to set versions for debian packages similar to rpms. Another issue that currently versions have underscores in the version field which is not acceptable by many of packaging guidelines. After this PR it will generate versions like: ``` 1.6.9 1.7.0~alpha.1 1.7.0~beta.0 1.7.0~rc.1 1.7.0 1.7.1~beta.0 1.7.1 1.7.6~beta.0 1.8.0~alpha.0 1.8.0~alpha.3.602+5f8adc0c042843 1.8.0~alpha.3.601+e3210c6c+dirty ``` This allows to sort versions correctly both in DPKG and RPM. (Fedora packaging guidelines don't like ~, but rpm in Fedora, CentOS and OpenSuSE properly support it). **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: Depends on kubernetes/repo-infra#38, don't merge yet. **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51583, 51283, 51374, 51690, 51716) Create a secondary range for the services instead of a subnetwork GCE now supports >1 secondary ranges / subnetwork. Fixes #51774 ```release-note When using IP aliases, use a secondary range rather than subnetwork to reserve cluster IPs. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51583, 51283, 51374, 51690, 51716) Add IPAM controller for synchronizing node pod CIDR range allocations between the cluster and the cloud (alpha feature) ```release-note IPAM controller unifies handling of node pod CIDR range allocation. It is intended to supersede the logic that is currently in range_allocator and cloud_cidr_allocator. (ALPHA FEATURE) Note: for this change, the other allocators still exist and are the default. It supports two modes: * CIDR range allocations done within the cluster that are then propagated out to the cloud provider. * Cloud provider managed IPAM that is then reflected into the cluster. ``` Fixes https://github.com/kubernetes/kubernetes/issues/51826
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51583, 51283, 51374, 51690, 51716) Unify initializer name validation Unify the validation rules on initializer names. Fix https://github.com/kubernetes/kubernetes/issues/51843. ```release-note Action required: validation rule on metadata.initializers.pending[x].name is tightened. The initializer name needs to contain at least three segments separated by dots. If you create objects with pending initializers, (i.e., not relying on apiserver adding pending initializers according to initializerconfiguration), you need to update the initializer name in existing objects and in configuration files to comply to the new validation rule. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Do not mutate original UnstructuredList even temporarily to avoid data races **What this PR does / why we need it**: See #51521. **Which issue this PR fixes**: Fixes #51521. **Release note**: ```release-note NONE ``` /kind bug /sig api-machinery
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50832, 51119, 51636, 48921, 51712) apiextensions: add maximum for validation Missed the `Maximum` field for validation. Adding it now. **Release note**: ```release-note NONE ``` /cc @sttts
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50832, 51119, 51636, 48921, 51712) Alpha list paging implementation Design in kubernetes/community#896 Support `?limit=NUMBER`, `?continue=CONTINUATIONTOKEN`, and a `continue` field on ListMeta and pass through to etcd. Perform minor validation as an example. ``` # first out of three $ curl http://127.0.0.1:8080/api/v1/namespaces?limit=1 { "kind": "NamespaceList", "apiVersion": "v1", "metadata": { "selfLink": "/api/v1/namespaces", "resourceVersion": "146", "next": "ZGVmYXVsdA" }, "items": [ { "metadata": { "name": "default", "selfLink": "/api/v1/namespaces/default", "uid": "f95e1390-6852-11e7-ab03-7831c1b76042", "resourceVersion": "4", "creationTimestamp": "2017-07-14T05:12:03Z" }, "spec": { "finalizers": [ "kubernetes" ] }, "status": { "phase": "Active" } } ] } ... # last $ curl "http://127.0.0.1:8080/api/v1/namespaces?limit=1&continue=a3ViZS1wdWJsaWM" { "kind": "NamespaceList", "apiVersion": "v1", "metadata": { "selfLink": "/api/v1/namespaces", "resourceVersion": "145" }, "items": [ { "metadata": { "name": "kube-system", "selfLink": "/api/v1/namespaces/kube-system", "uid": "f95e9484-6852-11e7-ab03-7831c1b76042", "resourceVersion": "5", "creationTimestamp": "2017-07-14T05:12:03Z" }, "spec": { "finalizers": [ "kubernetes" ] }, "status": { "phase": "Active" } } ] } ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50832, 51119, 51636, 48921, 51712) add reconcile command to kubectl auth This pull exposes the RBAC reconcile commands through `kubectl auth reconcile -f FILE`. When passed a file which contains RBAC roles, rolebindings, clusterroles, or clusterrolebindings, it will compute covers and add the missing rules. The logic required to properly "apply" rbac permissions is more complicated that a json merge since you have to compute logical covers operations between rule sets. This means that we cannot use `kubectl apply` to update rbac roles without risking breaking old clients (like controllers). To solve this problem, RBAC created reconcile functions to use during startup for "stock" roles. We want to offer this power to users who are running their own controllers and extension servers. This is an intersection between @kubernetes/sig-auth-misc and @kubernetes/sig-cli-misc
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50832, 51119, 51636, 48921, 51712) Allow audit to log authorization failures **What this PR does / why we need it**: This PR extends our current audit mechanism allowing to audit failed login attempts. **Release note**: ```release-note Advanced audit allows logging failed login attempts ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50832, 51119, 51636, 48921, 51712) kubeadm: Add support for using an external CA whose key is never stored in the cluster We allow a kubeadm user to use an external CA by checking to see if ca.key is missing and skipping cert checks and kubeconfig generation if ca.key is missing. We also pass an empty arg --cluster-signing-key-file="" to kube controller manager so that the csr signer doesn't start. **What this PR does / why we need it**: This PR allows the kubeadm certs phase and kubeconfig phase to be skipped if the ca.key is missing but all other certs are present. **Which issue this PR fixes** : Fixes kubernetes/kubeadm/issues/280 **Special notes for your reviewer**: @luxas @mikedanese @fabriziopandini **Release note**: ```release-note kubeadm: Add support for using an external CA whose key is never stored in the cluster ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51335, 51364, 51130, 48075, 50920) Graduate custom metrics API to v1beta1 This graduates custom-metrics.metrics.k8s.io/v1alpha1 to custom-metrics.metrics.k8s.io/v1beta1. The move is more-or-less just a straightforward rename. Part of kubernetes/features#117 and kubernetes/features#118 ```release-note the custom metrics API (custom-metrics.metrics.k8s.io) has moved from v1alpha1 to v1beta1 ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51335, 51364, 51130, 48075, 50920) [API] Feature/job failure policy **What this PR does / why we need it**: Implements the Backoff policy and failed pod limit defined in https://github.com/kubernetes/community/pull/583 **Which issue this PR fixes**: fixes #27997, fixes #30243 **Special notes for your reviewer**: This is a WIP PR, I updated the api batchv1.JobSpec in order to prepare the backoff policy implementation in the JobController. **Release note**: ```release-note Add backoff policy and failed pod limit for a job ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51335, 51364, 51130, 48075, 50920) Add the possibility to set return values for the FakeDiscovery implementation **What this PR does / why we need it**: As an user of the fake clientset (with the fake discovery), I want to be able to set the fake server's version on demand like this for example: ```go func TestFakingServerVersion(t *testing.T) { client := fakeclientset.NewSimpleClientset() fakeDiscovery, ok := client.Discovery().(*fakediscovery.FakeDiscovery) if !ok { t.Fatalf("couldn't convert Discovery() to *FakeDiscovery") } testGitCommit := "v1.0.0" fakeDiscovery.FakedServerVersion = &version.Info{ GitCommit: testGitCommit, } sv, err := client.Discovery().ServerVersion() if err != nil { t.Fatalf("unexpected error: %v", err) } if sv.GitCommit != testGitCommit { t.Fatalf("unexpected faked discovery return value: %q", sv.GitCommit) } } ``` This PR makes that possible, in wait for a more sophisticated FakeDiscovery implementation generally. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` @kubernetes/sig-api-machinery-pr-reviews -
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51335, 51364, 51130, 48075, 50920) Change default validation to openapi **What this PR does / why we need it**: And also update the test to match the new error string. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes https://github.com/kubernetes/kubectl/issues/49 **Special notes for your reviewer**: **Release note**: ```release-note Performs validation (when applying for example) against OpenAPI schema rather than Swagger 1.0. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue kubeadm: Cut unnecessary kubectl dependency **What this PR does / why we need it**: Removes unnecessary dep **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` @kubernetes/sig-cli-pr-reviews
-
- 02 Sep, 2017 5 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue kubeadm: preflight check for enabled swap **What this PR does / why we need it**: Recent versions of kubelet require special flags if runned on the system with enabled swap. Thus, remind user about either disabling swap or add appropriate flag to kubelet settings **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue kubeadm: Add node-cidr-mask-size to pass to kube-controller-manager for IPv6 Due to the increased size of subnets with IPv6, the node-cidr-mask-size needs to be passed to kube-controller-manager. If IPv4 it will be set to 24 as it was previously, if IPv6, it will be set to 64 **What this PR does / why we need it**: If the user specifies the --pod-network-cidr with kubeadm init, this caused the kube-controller-manager manifest to include the "--allocate-node-cidrs" and "--cluster-cidr" flags to be set. The --node-cidr-mask-size is not set, and currently defaults to 24, which is fine for IPv4, but not appropriate for IPv6. This change passes the a value as the node-cidr-mask-size to the controller-manager. It detects if it is IPv4 or v6, and sets --node-cidr-mask-size to 24 for IPv4 as before, and to 64 for IPv6. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #50469 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Use the right image for the right platform in the e2e tests **What this PR does / why we need it**: This PR is for enabling kubernetes tests for multi architecture platform **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #38067 **Special notes for your reviewer**: This will enable conformance tests for all the supported architectures. **Release note**: ```release-note Make all e2e tests lookup image to use from a centralized place. In that centralized place, add support for multiple platforms. ``` x-ref #38067
-
Jaice Singer DuMars authored
Fix scheduling e2e test case for local ephemeral storage
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue basic logging and additional documentation for healthz installer @pmorie upstream logging - InstallHandler is the public interface through which all interaction occurs. - It is good to know whether the default ping is occurring to know due to manual installation or automatic installation. - It is good to know how many handlers are installed to see whether code changes are taking effect. **What this PR does / why we need it**: add logging for external users of the genericapiserver **Special notes for your reviewer**: This should run exactly once at startup. **Release note**: ```release-note NONE ```
-