We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.spec.pause
YDB Kubernetes Operator version: 0.5.32
Environment
Current behavior:
An attempt to create a Storage and/or Dabase manifest with value true for spec.pause results in a panic error
true
spec.pause
Expected behavior:
The ability to create a Storage and/or Database object with a value true in the .spec.pause field
Steps to reproduce:
see above
Related code:
Storage controller https://github.com/ydb-platform/ydb-kubernetes-operator/blob/master/internal/controllers/storage/sync.go#L293-L302
Database controller https://github.com/ydb-platform/ydb-kubernetes-operator/blob/master/internal/controllers/database/sync.go#L360-L366
Other information:
The text was updated successfully, but these errors were encountered:
.spec.pause: true
No branches or pull requests
Bug Report
YDB Kubernetes Operator version: 0.5.32
Environment
Current behavior:
An attempt to create a Storage and/or Dabase manifest with value
true
forspec.pause
results in a panic errorExpected behavior:
The ability to create a Storage and/or Database object with a value
true
in the.spec.pause
fieldSteps to reproduce:
see above
Related code:
Storage controller
https://github.com/ydb-platform/ydb-kubernetes-operator/blob/master/internal/controllers/storage/sync.go#L293-L302
Database controller
https://github.com/ydb-platform/ydb-kubernetes-operator/blob/master/internal/controllers/database/sync.go#L360-L366
Other information:
The text was updated successfully, but these errors were encountered: