Skip to content

Commit

Permalink
add prod readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
wlan0 committed Jun 13, 2022
1 parent 313d946 commit 2d39911
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions keps/prod-readiness/sig-storage/1979.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kep-number: 1979
alpha:
approver: "@deads2k"
8 changes: 5 additions & 3 deletions keps/sig-storage/1979-object-storage-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ Workloads are expected to read the definition in this file to access a bucket. T

## Accessing existing Buckets

Since COSI automates the lifecycle management of credentials used for accessing buckets, and also standardizes a pattern for consuming object storage buckets in kubernetes, it is be desirable to access existing buckets in a similar fashion to a bucket created by COSI. This user story explains the steps to re-use a bucket:
Since COSI automates the lifecycle management of credentials used for accessing buckets, and also standardizes a pattern for consuming object storage buckets in kubernetes, it is desirable to access existing buckets in a similar fashion to a bucket created by COSI. This user story explains the steps to re-use a bucket:

The following stakeholders are involved in this lifecycle:

Expand Down Expand Up @@ -469,6 +469,8 @@ Bucket {

// BucketID is the unique id of the bucket in the OSP. This field should be
// used to specify a bucket that has been created outside of COSI.
//
// This field will be empty when the Bucket is dynamically provisioned by COSI.
// +optional
BucketID string
}
Expand Down Expand Up @@ -600,13 +602,13 @@ BucketAccessRequest {

Spec BucketAccessRequestSpec {
// BucketRequestName is the name of the BucketRequest.
// Mutually exclusive with BucketName
// Exactly one of BucketRequestName or BucketName must be set.
// +optional
BucketRequestName string

// BucketName is the name of the Bucket for which
// credetials need to be generated
// Mutually exclusive with BucketRequestName
// Exactly one of BucketRequestName or BucketName must be set.
// +optional
BucketName string

Expand Down

0 comments on commit 2d39911

Please sign in to comment.