Skip to content

feat: general k8s storage class #178

@mglotov

Description

@mglotov

Prerequisites

Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

Expected Behavior

There is one general storageclass for all PVC with next options:

  • encrypted is true
  • allowVolumeExpansion is true
  • volumeBindingMode is WaitForFirstConsumer
  • reclaim_policy is Retain

Current Behavior

We create separate k8s storageclass for elk stack (named ELK). However, we have several other STSs and deployments with PVC that don't use this storageclass and use default storageclass.
Default storageclass can't be expanded by default and it isn't encrypted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions