Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[controller] Add controllers for CephClusterConnection and CephStorageClass resources #3

Merged
merged 21 commits into from
Jun 21, 2024

Conversation

AleksZimin
Copy link
Member

@AleksZimin AleksZimin commented Jun 9, 2024

Description

This PR introduces new controllers to handle the resources CephClusterConnection and CephStorageClass. These controllers simplify the setup process for the CSI driver for Ceph by consolidating configuration into two resources, reducing the need to manage settings across configmaps, secrets, and StorageClass objects.

Why do we need it, and what problem does it solve?

Previously, setting up the CSI driver for Ceph required managing configurations in configmaps, secrets, and creating StorageClass objects separately. This process was complex and prone to errors. By introducing CephClusterConnection and CephStorageClass resources, we streamline and simplify the setup process, reducing the potential for misconfiguration and making it easier for users to manage their Ceph storage settings.

What is the expected result?

  • Simplified setup process for the CSI driver for Ceph.
  • Reduced complexity by consolidating configuration into two resources.
  • Minimized risk of misconfiguration and improved user experience.

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

@AleksZimin AleksZimin added the enhancement New feature or request label Jun 9, 2024
@AleksZimin AleksZimin self-assigned this Jun 9, 2024
alexandr.zimin@flant.com and others added 19 commits June 15, 2024 01:18
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
@AleksZimin AleksZimin changed the base branch from ceph-csi-refactoring to main June 20, 2024 23:02
@AleksZimin AleksZimin changed the base branch from main to ceph-csi-refactoring June 20, 2024 23:02
@AleksZimin AleksZimin changed the title [controller] Add controller [controller] Add controllers for CephClusterConnection and CephStorageClass resources Jun 20, 2024
@AleksZimin AleksZimin requested a review from dxavx June 21, 2024 07:08
@AleksZimin AleksZimin marked this pull request as ready for review June 21, 2024 07:08
@AleksZimin AleksZimin force-pushed the add-controller branch 2 times, most recently from e187dd2 to 090d5c6 Compare June 21, 2024 12:04
@AleksZimin AleksZimin force-pushed the add-controller branch 3 times, most recently from 4c59ab5 to f047ee9 Compare June 21, 2024 13:27
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
@AleksZimin AleksZimin merged commit 4bfa1a0 into ceph-csi-refactoring Jun 21, 2024
3 checks passed
@AleksZimin AleksZimin deleted the add-controller branch June 21, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants