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

remove cephfs volume support #2582

Closed
BBBmau opened this issue Sep 4, 2024 · 1 comment
Closed

remove cephfs volume support #2582

BBBmau opened this issue Sep 4, 2024 · 1 comment

Comments

@BBBmau
Copy link
Contributor

BBBmau commented Sep 4, 2024

Description

The release of v1.31 included the removal of cephfs volume support which was marked as deprecated in v1.28

v1.31 mention: https://kubernetes.io/blog/2024/08/13/kubernetes-v1-31-release/#removal-of-cephfs-volume-plugin

func flattenCephFSVolumeSource(in *v1.CephFSVolumeSource) []interface{} {
att := make(map[string]interface{})
att["monitors"] = newStringSet(schema.HashString, in.Monitors)
if in.Path != "" {
att["path"] = in.Path
}
if in.User != "" {
att["user"] = in.User
}
if in.SecretFile != "" {
att["secret_file"] = in.SecretFile
}
if in.SecretRef != nil {
att["secret_ref"] = flattenLocalObjectReference(in.SecretRef)
}
if in.ReadOnly {
att["read_only"] = in.ReadOnly
}
return []interface{}{att}
}

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@BBBmau BBBmau added this to the v3.0.0 milestone Sep 4, 2024
@arybolovlev arybolovlev removed their assignment Sep 4, 2024
@JaylonmcShan03 JaylonmcShan03 self-assigned this Oct 29, 2024
@JaylonmcShan03
Copy link
Contributor

@BBBmau I can take this on for Q4 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants