Skip to content

Conversation

@cuisongliu
Copy link
Collaborator

@cuisongliu cuisongliu commented Aug 31, 2025

This pull request adds new deployment definitions for several base components, primarily introducing new Kubefile configurations for various services and a new CustomResourceDefinition (CRD) for Kubernetes snapshots. The most significant changes are the addition of a comprehensive deployment for kubeblocks and its associated storage plugins, as well as the inclusion of the VolumeSnapshotClass CRD to support Kubernetes snapshot management.

New base component deployments:

  • Added a multi-stage Kubefile for kubeblocks v0.8.2, which aggregates binaries and resources from multiple related images (including MySQL, PostgreSQL, MongoDB, Redis, Kafka, and CSI S3 plugins) and sets up a custom entrypoint.
  • Added individual Kubefile definitions for the following components:
    • cert-manager v1.14.6
    • cilium v1.15.8 and v1.17.1 (both referencing v1.15.8 image)
    • cockroach v2.12.0
    • helm v3.16.2
    • higress v2.0.1

Kubernetes CRD addition:

  • Introduced snapshot.storage.k8s.io_volumesnapshotclasses.yaml for kubeblocks v0.8.2, defining the VolumeSnapshotClass CRD (with support for both v1 and deprecated v1beta1 versions) to enable advanced volume snapshot management in Kubernetes clusters.

@cuisongliu cuisongliu requested a review from a team as a code owner August 31, 2025 09:20
@cuisongliu cuisongliu added this to the v5.1 milestone Aug 31, 2025
@cuisongliu cuisongliu marked this pull request as draft September 1, 2025 05:07
@cuisongliu cuisongliu force-pushed the feat-images branch 4 times, most recently from 7cb3ea0 to 5470083 Compare September 1, 2025 10:24
@pull-request-size
Copy link

Whoa! Easy there, Partner!

This PR is too big. Please break it up into smaller PRs.

@codecov
Copy link

codecov bot commented Sep 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.97%. Comparing base (caeddca) to head (a2d4861).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5912   +/-   ##
=======================================
  Coverage   61.97%   61.97%           
=======================================
  Files           8        8           
  Lines         647      647           
=======================================
  Hits          401      401           
  Misses        200      200           
  Partials       46       46           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cuisongliu cuisongliu force-pushed the feat-images branch 7 times, most recently from a2d4861 to 4fc0408 Compare September 2, 2025 07:38
@cuisongliu cuisongliu marked this pull request as ready for review September 2, 2025 11:23
@bxy4543 bxy4543 merged commit 78c9ccb into labring:main Sep 2, 2025
22 checks passed
@cuisongliu cuisongliu deleted the feat-images branch September 2, 2025 11:26
Zllinc pushed a commit to Zllinc/sealos that referenced this pull request Sep 5, 2025
* feat(images): add sealos cloud deps images

Signed-off-by: cuisongliu <[email protected]>

* feat(images): restructure and update VictoriaMetrics Helm chart files

Signed-off-by: cuisongliu <[email protected]>

* feat(images): enable snapshot-controller and refactor addon installation script

Signed-off-by: cuisongliu <[email protected]>

* feat(images): delete vm v1.96.0

Signed-off-by: cuisongliu <[email protected]>

* feat(images): apply CRDs for VictoriaMetrics Helm chart using server-side apply

Signed-off-by: cuisongliu <[email protected]>

* feat(images): apply CRDs for VictoriaMetrics Helm chart using server-side apply

Signed-off-by: cuisongliu <[email protected]>

---------

Signed-off-by: cuisongliu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants