-
Notifications
You must be signed in to change notification settings - Fork 142
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
feat: remote storage class #2693
Conversation
Skipping CI for Draft Pull Request. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2693 +/- ##
==========================================
+ Coverage 64.05% 65.31% +1.26%
==========================================
Files 131 131
Lines 15583 15591 +8
==========================================
+ Hits 9982 10184 +202
+ Misses 4651 4418 -233
- Partials 950 989 +39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
a43359a
to
afce0ea
Compare
afce0ea
to
d57d3ec
Compare
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.
Nice, just a nit about a comment otherwise
/lgtm
/hold for potential update
@@ -141,6 +141,10 @@ type BuildSpec struct { | |||
// when using deployment and remote build process (only relevant when Remote is true). | |||
PVCSize string `yaml:"pvcSize,omitempty"` | |||
|
|||
// RemoteStorageClass specifies the storage class to use for the volume used | |||
// on-cluster during when built remotely. |
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.
// on-cluster during when built remotely. | |
// on-cluster when built remotely. |
i guess this is a left-over word?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gauron99, lkingland The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Adds the --remote-storage-class flag which allows specifying a storage class name for the PVC used for on-cluster builds.
/kind enhancement
Release Note