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

test manual crd migration #111

Draft
wants to merge 2 commits into
base: old-crd
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crds/lvmvolumegroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
openAPIV3Schema:
type: object
description: |
An interface for managing Volume Groups and Thin pools on the nodes.
An interface for managing Volume Groups and Thin pools on the nodes. 1

> These resources might be created both by a user and the sds-node-configurator controller. The sds-node-configurator controller will automatically create an LVMVolumeGroup resource if it detects an existing Volume Group on a node tagged with 'storage.deckhouse.io/enabled=true'. The controller will fill in both the 'spec' and 'status' fields.
> The `spec.thinPools` field must be filled in by yourself.
Expand Down
1 change: 1 addition & 0 deletions docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The controller supports two types of resources:

## `BlockDevice` resources


### Creating a `BlockDevice` resource

The controller regularly scans the existing devices on the node. If a device meets all the conditions
Expand Down
Loading