-
Notifications
You must be signed in to change notification settings - Fork 134
Remove unsupported storages #257
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
Conversation
adambkaplan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold
Need @openshift/api-reviewers input on experimental support for Swift
|
@FlorinPeter we may need to remove the swift storage configuration that you contributed, as we are not ready to support this until a future release. Is it OK if we move this to a feature branch, or are you using it to install the registry on OpenStack? |
|
@adambkaplan yes I am using this part in OCP4 HTB. @tomassedovic I guess you also use this part? |
|
@adambkaplan hi! I think it's okay to remove Swift storage for a while. I'll rebase my PR #211 in that case. |
|
@adambkaplan ptal |
adambkaplan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few nits on the godoc.
pkg/apis/imageregistry/v1/types.go
Outdated
| // S3 represents configuration that uses Amazon Simple Storage Service. | ||
| S3 *ImageRegistryConfigStorageS3 `json:"s3,omitempty"` | ||
| // Swift represents experimental configuration that uses OpenStack Object | ||
| // Storage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // Storage. | |
| // Swift represents configuration that uses OpenStack Object Storage. | |
| // This configuration is EXPERIMENTAL and is subject to change without notice. |
|
Per conversation with @dmage and comments in this PR, Swift and EmptyDir storage will both be marked as EXPERIMENTAL APIs, subject to modification or removal in a future release. |
adambkaplan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold cancel
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan, dmage The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
image-registry operator modified the opertor config object to reduce the supported storage options [1]. This commit updates the docs to follow the new structure [1]: openshift/cluster-image-registry-operator#257
image-registry operator modified the opertor config object to reduce the supported storage options [1]. This commit updates the docs to follow the new structure [1]: openshift/cluster-image-registry-operator#257
As a part of API stabilization we need to remove unsupported storage backends. Fixes #256.