Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: kubernetes1.28-kubeadm | Distribution: openSUSE Tumbleweed |
Version: 1.28.11 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed Jun 26 08:15:39 2024 |
Group: System/Management | Build host: reproducible |
Size: 51577139 | Source RPM: kubernetes1.28-1.28.11-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://kubernetes.io/ | |
Summary: Kubernetes kubeadm bootstrapping tool |
Manage a cluster of Linux containers as a single system to accelerate Dev and simplify Ops. kubeadm bootstrapping tool
Apache-2.0
* Wed Jun 26 2024 Priyanka Saggu <priyanka.saggu@suse.com> - Update to version 1.28.11: * Bump images, dependencies and versions to go 1.21.11 and distroless iptables/setcap/debian-base * Don't fill in NodeToStatusMap with UnschedulableAndUnresolvable * Revert "scheduler: preallocation for NodeToStatusMap" * add an integration test when nodeAffinity specifies a non-existent node. * base on allNodes when calculating nextStartNodeIndex * backport verify-govulncheck.sh to 1.28 * Don't sort under lock * Fix printPod panic with spurious container statuses * Cherry pick #124618 to 1.28 * Fix NFS related issues on GCP/Ubuntu * fix requests tracker concurrency * fix conflict race in statefulset rest update * fix stateful set pod recreation and event spam * fix pods tracking and internal error checking in statefulset tests * Updated & added visibility to apiserver x509 test certificates expiring this year * Fri May 17 2024 Priyanka Saggu <priyanka.saggu@suse.com> - Update to version 1.28.10: * scheduler: preallocation for NodeToStatusMap * add e2e test when a plugin (in-tree or out-of-tree) return non-existent/illegal nodes, the pod should be scheduled normally if suitable nodes exists * test to catch illegal nodeNames returned by PreFilterResult * add integration test for pod with pvc has node-affinity to non-existent/existent nodes * hotfix when a plugin (in-tree or out-of-tree) return non-existent/illegal nodes, the pod scheduling flow will abort immediately. * Fix PersistentVolumeLabel admission plugin on Azure * cluster/gce: upgrade cos-97-lts -> cos-109-lts * storage e2e: update hostpath and mock images * add log verbosity to endpoint topology hint loop. * Rename `cluster` to `storage_cluster_id` for apiserver_storage_size_bytes metric * gce: fix test for non-existing instance in cloud * cloud-node-lifecycle controller: add fallback for empty providerID in shutdown * Thu Apr 18 2024 Priyanka Saggu <priyanka.saggu@suse.com> - Update to version 1.28.9: * Add envFrom to serviceaccount admission plugin * update debian-base to bookworm-v1.0.2 * [go] Bump images, dependencies and versions to go 1.22.1 and distroless iptables / set-cap * [CVE-2023-45288] .*: bump x/net to v0.23.0 * Use the right feature gate when updating uncertain volumes * fix panic with SIGSEGV in kubeadm certs check-expiration * hack/tools: bump honnef.co/go/tools to v0.4.6 * Serve watch without resourceVersion from cache and introduce a WatchFromStorageWithoutResourceVersion feature gate to allow serving watch from storage. * fix aggregator path filtering to include / * Filter aggregated apiservice gv * Use DBG=1 for conformance verification * build: use -trimpath in non-DBG mode - Update .spec file to bump go version build requirements: * `BuildRequires: go >= 1.21.9` * ref: https://github.com/kubernetes/kubernetes/blob/v1.28.9/build/dependencies.yaml#L115-L117 * Mon Apr 08 2024 Priyanka Saggu <priyanka.saggu@suse.com> - update .spec file to set FORCE_HOST_GO env variable, to force k8s build scripts use the local GOTOOLCHAIN version from the build pipeline (i.e. GOTOOLCHAIN='auto') * ref: https://github.com/kubernetes/kubernetes/blob/9791f0d1f39f3f1e0796add7833c1059325d5098/hack/lib/golang.sh#L507 * Mon Apr 08 2024 priyanka.saggu@suse.com - Update to version 1.28.8: * remove --v arg from kubetest2-tester-ginkgo test args * ci: bump kind to latest for kms jobs * [go] Bump images, dependencies and versions to go 1.21.8 / distroless-iptables to v0.4.6 * [CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0 * keep existing PDB conditions when updating status * Validate restartable init container state transition * Test that separation of streams work by using progress notifies * Prevent watch cache starvation, by moving its watch to separate RPC and add a SeparateCacheWatchRPC feature flag to disable this behavior * fix UT failure TestPrintIPAddressList * Fix race condition between external-resizer and kubelet * codegen: don't nuke files if only verifying * dra: increase timeout in setupFakeDRADriverGRPCServer to prevent tests to flake. * e2e_node: replace `registry.k8s.io/stress:v1` with agnhost * promote agnhost to v2.47 * fixing issue with GetCPUUsageNanoCores on Windows * Fix cleanup of file subpaths * etcd: Update to version 3.5.12 * build etcd image v3.5.12 - Update .spec file to bump go version build requirements: * `BuildRequires: go >= 1.21.8` * ref: https://github.com/kubernetes/kubernetes/blob/v1.28.8/build/dependencies.yaml#L115-L117 * Mon Feb 26 2024 priyanka.saggu@suse.com - Update to version 1.28.7: * [go] Bump images, dependencies and versions to go 1.21.7 / setcap/debian-base to bookworm-v1.0.1 and distroless-iptables to v0.4.5 * Add processStartTime in metrics/slis * Revert "kubeadm: fix a bug where the uploaded kubelet configuration in kube-system/kubelet-config ConfigMap does not respect user patch" * kubeadm: better checks if the node is CP during "upgrade node" * If a pvc has an empty storageclass name, don't try to assign a default StorageClass to it. * Drop PendingChanges methods from change trackers, move into UpdateResults * Squash some unnecessarily-chained methods in the change trackers - Update .spec file to bump go version build requirements: * `BuildRequires: golang(API) = 1.21` * Thu Feb 22 2024 Dominique Leuenberger <dimstar@opensuse.org> - Use %patch -P N instead of deprecated %patchN. * Wed Jan 24 2024 priyanka.saggu@suse.com - Update .spec file to remove go version build requirements: * above build requirement causing build failures with following error: - `go: download go1.20.13 for linux/amd64: toolchain not available` - ref: https://go.dev/doc/toolchain - Update to version 1.28.6: * Revert "Graduate Evented PLEG to Beta" * [go] Bump images, dependencies and versions to go 1.20.13 and distroless iptables to 0.2.9 * e2e framework: adapt unit test to Go 1.22 * use context for lazy evaluation. * Handle edge cases in seat demand stats * .*: bump golang.org/x/tools to v0.16.1 * fix: 119921 * Use a separate function for checking if device was reconstructed * Add tests for checking of uncertain device paths * Fix device uncertain errors on reboot * fix(scheduler): fix incorrect loop logic in MultiPoint to avoid a plugin being loaded multiple times * Add unit test for Job Controller for panic when PodFailurePolicy is used on 1.28 * etcd: Update to version 3.5.10 * kube-proxy: Fix etp:Local for externalIPs * Wed Jan 24 2024 priyanka.saggu@suse.com - Update to version 1.28.5: * enable SchedulerQueueingHints feature gate in TestIncomingPodsMetrics * fix: disable SchedulerQueueingHints feature flag by default * Fix panic if there are more terminating pods than active pods * [go] Bump images, dependencies and versions to go 1.20.12 * Move adding GroupVersion log until after an update is confirmed * pass GOTOOLCHAIN to build containers * handle GOTOOLCHAIN in kube::golang::verify_go_version * fix: requeue pods rejected by Extenders properly * Bump distroless-iptables to 0.2.8 based on Go 1.20.11 * fix: smb file share unavailable issue when it's deleted * Make StatefulSet restart pods with phase Succeeded * run hack scripts to update cyphar/filepath-securejoin to v0.2.4 correctly * update filepath-securejoin dependency to 0.2.4 to fix security vulnerability * DRA: call plugins for claims even if exist in cache * Fix panic when process RunScorePlugins for cap out of range * e2e: bootstrap vsphere tests earlier * apf: request ejected from queue should use reason 'time-out' * apf: remove RequestWaitLimit from queueset config * apf: remove timeoutOldRequestsAndRejectOrEnqueueLocked function * apf: use context for queue wait * apiserver: add flow control metric current_inqueue_seats * Fri Nov 24 2023 Priyanka Saggu <priyanka.saggu@suse.com> - Update .spec file to bump go version build requirements: * `BuildRequires: go >= 1.20.11` - Update to version 1.28.4: * Use golang library instead of mklink * [go] Bump images, dependencies and versions to go 1.20.11 * Fixing attempt to deploy past allocatable memory limits test on Windows * bump golang.org/grpc to v1.56.3 * Add more test cases ensuring nextScheduleTimeDuration is never < 0 * Modify mostRecentScheduleTime to return more detailed information about missed schedules * removing the import of "k8s.io/utils/ptr" because it was introduced after 1.28 * Fixing CurrentReplicas and CurrentRevision in completeRollingUpdate * Use Patch instead of SSA for Pod Disruption condition * KCCM: fix GCP ILB by reintroducing readiness predicate for eTP:Local * Fix panic testing intree vSphere dynamic PV. * service controller: improve node lifecycle updates - update nodes if providerID has changed * implement Stringer for podActions * Retry operations if CSI Driver Isn't Found by Treating this Error as Transient * Thu Oct 26 2023 Priyanka Saggu <priyanka.saggu@suse.com> - Update .spec file to bump go version build requirements: * `BuildRequires: go >= 1.20.10` - Update to version 1.28.3: * Register UnauthenticatedHTTP2DOSMitigation into kube components * Skip TestUnauthenticatedHTTP2ClientConnectionClose http1 tests * Disable UnauthenticatedHTTP2DOSMitigation by default * Prevent rapid reset http2 DOS on API server * Fix concurrent write when filling PVC labels * Modify test PVC to detect concurrent map write bug * [go] Bump images, dependencies and versions to go 1.20.10 * Fix to honor PDB with an empty selector `{}` * .: bump golang.org/x/net to v0.17.0 * Mark a volume as uncertain-attached after detach error * Unit & integration tests for OpenAPIV2 AddUpdateAPIService * Fix 120878 - Refactor cacheabledownloader so handler can be updated and fix AddUpdateAPIService to update handler * Fix 120739 - Prevent AddUpdateAPIService from blocking on updating spec * Fix 120758 - prevent cache Load on uninitialized spec * Add nil checks for hpa object target type values * Make a certain ipv4-vs-ipv6 config error non-fatal, for backward compat * [go] Bump images, versions and deps to use Go 1.20.9 * Only configure swap if available on node * Use local isCgroup2UnifiedMode consistently * cronjob controller: ensure already existing jobs are added to Active list of cronjobs * reintroduce resourcequota.NewMonitor * change rolling update logic to exclude sunsetting nodes * vsphere: adapt to govmomi bump * .: bump govmomi to v0.30.6 * Increase range of job_sync_duration_seconds * sync Service API status rest storage * kubeadm: remove reference of k8s.io/kubernetes/pkg/apis/core/v1 * fix race on etcd client constructor for healthchecks * e2e pods: fix WaitForPodsResponding retry * kmsv2: reload metrics bug fix backport * scheduler: start scheduling attempt with clean UnschedulablePlugins * Wed Sep 20 2023 Priyanka Saggu <priyanka.saggu@suse.com> - Update to version 1.28.2: * fix(queue_test): make sure the first bind failure via counter * [go] Bump images, versions and deps to use Go 1.20.8 * scheduler: unit test case for concurrent event with other pod * scheduler: fix tracking of concurrent events * sort stability list of metrics in the shell command * Feature-gate SidecarContainers code in pkg/kubelet/kuberuntime * Add an e2e test for the pod sandbox changed scenario * fix: concurrent map writes in e2e test * Automated cherry pick of #119776: Fix a job quota related deadlock (#120319) * TopologyAwareHints: Take lock in HasPopulatedHints * Fallback to legacy discovery on a wider range of conditions in aggregator * Fix OpenAPI aggregation cleanup * apiextensions-apiserver: generate applyconfigurations * Revert to json-patch 4.12.0 * update build cross image to the correct release branch image * Mark Job onPodConditions as optional in pod failure policy * Incorporating feedback on 119341 * Release commit for Kubernetes v1.28.1 * Add wait for cache sync * check for overflow * Fix CEL cost handling of zero length replacement strings * Use env varaibles for passing path * Use environment varaibles for parameters in Powershell * e2e framework util subtle bug checking endpoints * Pass Pinned field to kubecontainer.Image * prep for go1.21: use -e in go list * kubeadm: fix nil pointer when etcd member is already removed * update to golangci-lint v1.54.1 + go-ruleguard v0.4.0 * Make gomaxprocs install optional, limit to tests * Drop [Feature: tag to make sure this tests runs on pre-submits * Statefulset should wait for new replicas when removing .start.ordinal * e2e WaitForServiceEndpointsNum take into account the address family * fix: when PreFilter returns UnschedulableAndUnresolvable, copy the state in all nodes in statusmap * Fix a bug that PostFilter plugin may not function if previous PreFilter plugins return Skip * Add test coverage of result size of string operations * Bump cel-go to v0.16.1 * Wed Sep 20 2023 Priyanka Saggu <priyanka.saggu@suse.com> - initial package for Kubernetes v1.28.0
/usr/bin/kubeadm /usr/lib/modules-load.d /usr/lib/modules-load.d/kubeadm.conf /usr/lib/sysctl.d/90-kubeadm.conf /usr/lib/systemd/system/kubelet.service.d/10-kubeadm.conf /usr/share/doc/packages/kubernetes1.28-kubeadm /usr/share/doc/packages/kubernetes1.28-kubeadm/CHANGELOG-1.28.md /usr/share/doc/packages/kubernetes1.28-kubeadm/CONTRIBUTING.md /usr/share/doc/packages/kubernetes1.28-kubeadm/README.md /usr/share/licenses/kubernetes1.28-kubeadm /usr/share/licenses/kubernetes1.28-kubeadm/LICENSE /usr/share/man/man1/kubeadm-alpha.1.gz /usr/share/man/man1/kubeadm-certs-certificate-key.1.gz /usr/share/man/man1/kubeadm-certs-check-expiration.1.gz /usr/share/man/man1/kubeadm-certs-generate-csr.1.gz /usr/share/man/man1/kubeadm-certs-renew-admin.conf.1.gz /usr/share/man/man1/kubeadm-certs-renew-all.1.gz /usr/share/man/man1/kubeadm-certs-renew-apiserver-etcd-client.1.gz /usr/share/man/man1/kubeadm-certs-renew-apiserver-kubelet-client.1.gz /usr/share/man/man1/kubeadm-certs-renew-apiserver.1.gz /usr/share/man/man1/kubeadm-certs-renew-controller-manager.conf.1.gz /usr/share/man/man1/kubeadm-certs-renew-etcd-healthcheck-client.1.gz /usr/share/man/man1/kubeadm-certs-renew-etcd-peer.1.gz /usr/share/man/man1/kubeadm-certs-renew-etcd-server.1.gz /usr/share/man/man1/kubeadm-certs-renew-front-proxy-client.1.gz /usr/share/man/man1/kubeadm-certs-renew-scheduler.conf.1.gz /usr/share/man/man1/kubeadm-certs-renew.1.gz /usr/share/man/man1/kubeadm-certs.1.gz /usr/share/man/man1/kubeadm-completion.1.gz /usr/share/man/man1/kubeadm-config-images-list.1.gz /usr/share/man/man1/kubeadm-config-images-pull.1.gz /usr/share/man/man1/kubeadm-config-images.1.gz /usr/share/man/man1/kubeadm-config-migrate.1.gz /usr/share/man/man1/kubeadm-config-print-init-defaults.1.gz /usr/share/man/man1/kubeadm-config-print-join-defaults.1.gz /usr/share/man/man1/kubeadm-config-print-reset-defaults.1.gz /usr/share/man/man1/kubeadm-config-print.1.gz /usr/share/man/man1/kubeadm-config-validate.1.gz /usr/share/man/man1/kubeadm-config.1.gz /usr/share/man/man1/kubeadm-init-phase-addon-all.1.gz /usr/share/man/man1/kubeadm-init-phase-addon-coredns.1.gz /usr/share/man/man1/kubeadm-init-phase-addon-kube-proxy.1.gz /usr/share/man/man1/kubeadm-init-phase-addon.1.gz /usr/share/man/man1/kubeadm-init-phase-bootstrap-token.1.gz /usr/share/man/man1/kubeadm-init-phase-certs-all.1.gz /usr/share/man/man1/kubeadm-init-phase-certs-apiserver-etcd-client.1.gz /usr/share/man/man1/kubeadm-init-phase-certs-apiserver-kubelet-client.1.gz /usr/share/man/man1/kubeadm-init-phase-certs-apiserver.1.gz /usr/share/man/man1/kubeadm-init-phase-certs-ca.1.gz /usr/share/man/man1/kubeadm-init-phase-certs-etcd-ca.1.gz /usr/share/man/man1/kubeadm-init-phase-certs-etcd-healthcheck-client.1.gz /usr/share/man/man1/kubeadm-init-phase-certs-etcd-peer.1.gz /usr/share/man/man1/kubeadm-init-phase-certs-etcd-server.1.gz /usr/share/man/man1/kubeadm-init-phase-certs-front-proxy-ca.1.gz /usr/share/man/man1/kubeadm-init-phase-certs-front-proxy-client.1.gz /usr/share/man/man1/kubeadm-init-phase-certs-sa.1.gz /usr/share/man/man1/kubeadm-init-phase-certs.1.gz /usr/share/man/man1/kubeadm-init-phase-control-plane-all.1.gz /usr/share/man/man1/kubeadm-init-phase-control-plane-apiserver.1.gz /usr/share/man/man1/kubeadm-init-phase-control-plane-controller-manager.1.gz /usr/share/man/man1/kubeadm-init-phase-control-plane-scheduler.1.gz /usr/share/man/man1/kubeadm-init-phase-control-plane.1.gz /usr/share/man/man1/kubeadm-init-phase-etcd-local.1.gz /usr/share/man/man1/kubeadm-init-phase-etcd.1.gz /usr/share/man/man1/kubeadm-init-phase-kubeconfig-admin.1.gz /usr/share/man/man1/kubeadm-init-phase-kubeconfig-all.1.gz /usr/share/man/man1/kubeadm-init-phase-kubeconfig-controller-manager.1.gz /usr/share/man/man1/kubeadm-init-phase-kubeconfig-kubelet.1.gz /usr/share/man/man1/kubeadm-init-phase-kubeconfig-scheduler.1.gz /usr/share/man/man1/kubeadm-init-phase-kubeconfig.1.gz /usr/share/man/man1/kubeadm-init-phase-kubelet-finalize-all.1.gz /usr/share/man/man1/kubeadm-init-phase-kubelet-finalize-experimental-cert-rotation.1.gz /usr/share/man/man1/kubeadm-init-phase-kubelet-finalize.1.gz /usr/share/man/man1/kubeadm-init-phase-kubelet-start.1.gz /usr/share/man/man1/kubeadm-init-phase-mark-control-plane.1.gz /usr/share/man/man1/kubeadm-init-phase-preflight.1.gz /usr/share/man/man1/kubeadm-init-phase-show-join-command.1.gz /usr/share/man/man1/kubeadm-init-phase-upload-certs.1.gz /usr/share/man/man1/kubeadm-init-phase-upload-config-all.1.gz /usr/share/man/man1/kubeadm-init-phase-upload-config-kubeadm.1.gz /usr/share/man/man1/kubeadm-init-phase-upload-config-kubelet.1.gz /usr/share/man/man1/kubeadm-init-phase-upload-config.1.gz /usr/share/man/man1/kubeadm-init-phase.1.gz /usr/share/man/man1/kubeadm-init.1.gz /usr/share/man/man1/kubeadm-join-phase-control-plane-join-all.1.gz /usr/share/man/man1/kubeadm-join-phase-control-plane-join-etcd.1.gz /usr/share/man/man1/kubeadm-join-phase-control-plane-join-mark-control-plane.1.gz /usr/share/man/man1/kubeadm-join-phase-control-plane-join-update-status.1.gz /usr/share/man/man1/kubeadm-join-phase-control-plane-join.1.gz /usr/share/man/man1/kubeadm-join-phase-control-plane-prepare-all.1.gz /usr/share/man/man1/kubeadm-join-phase-control-plane-prepare-certs.1.gz /usr/share/man/man1/kubeadm-join-phase-control-plane-prepare-control-plane.1.gz /usr/share/man/man1/kubeadm-join-phase-control-plane-prepare-download-certs.1.gz /usr/share/man/man1/kubeadm-join-phase-control-plane-prepare-kubeconfig.1.gz /usr/share/man/man1/kubeadm-join-phase-control-plane-prepare.1.gz /usr/share/man/man1/kubeadm-join-phase-kubelet-start.1.gz /usr/share/man/man1/kubeadm-join-phase-preflight.1.gz /usr/share/man/man1/kubeadm-join-phase.1.gz /usr/share/man/man1/kubeadm-join.1.gz /usr/share/man/man1/kubeadm-kubeconfig-user.1.gz /usr/share/man/man1/kubeadm-kubeconfig.1.gz /usr/share/man/man1/kubeadm-reset-phase-cleanup-node.1.gz /usr/share/man/man1/kubeadm-reset-phase-preflight.1.gz /usr/share/man/man1/kubeadm-reset-phase-remove-etcd-member.1.gz /usr/share/man/man1/kubeadm-reset-phase.1.gz /usr/share/man/man1/kubeadm-reset.1.gz /usr/share/man/man1/kubeadm-token-create.1.gz /usr/share/man/man1/kubeadm-token-delete.1.gz /usr/share/man/man1/kubeadm-token-generate.1.gz /usr/share/man/man1/kubeadm-token-list.1.gz /usr/share/man/man1/kubeadm-token.1.gz /usr/share/man/man1/kubeadm-upgrade-apply.1.gz /usr/share/man/man1/kubeadm-upgrade-diff.1.gz /usr/share/man/man1/kubeadm-upgrade-node-phase-control-plane.1.gz /usr/share/man/man1/kubeadm-upgrade-node-phase-kubelet-config.1.gz /usr/share/man/man1/kubeadm-upgrade-node-phase-preflight.1.gz /usr/share/man/man1/kubeadm-upgrade-node-phase.1.gz /usr/share/man/man1/kubeadm-upgrade-node.1.gz /usr/share/man/man1/kubeadm-upgrade-plan.1.gz /usr/share/man/man1/kubeadm-upgrade.1.gz /usr/share/man/man1/kubeadm-version.1.gz /usr/share/man/man1/kubeadm.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 10:53:35 2024