-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add support for the CSI workspace type #5030
Conversation
Hi @JeromeJu. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
@JeromeJu looks like there is still an extra space in those generated files |
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.
This is in draft state so I'm guessing it's not meant to work e2e-- but if we're going to introduce support via multiple PRs we should make sure each is self contained (i.e. update the docs to indicate that this isn't fully supported, and make this clear in the commit message). If you do want to add support in a single PR, you'll likely need to make some changes here (and maybe other places as well)
151450f
to
5ddc4cf
Compare
The following is the coverage report on the affected files.
|
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.
Thanks @JeromeJu The code looks good to me. Could we squash up the commits and add a proper commit message?
docs/workspaces.md
Outdated
secretProviderClass: "vault-database" | ||
``` | ||
|
||
Guide for the base csi workspace usage: |
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.
@afrittoli @geriom @AlanGreene what's a good place for guides/tutorials/how to style docs like this one?
7108269
to
fc31bcb
Compare
a5d97b1
to
02d55ce
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lbernick 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 |
07cab9a
to
e44f444
Compare
e44f444
to
6e76e55
Compare
/lgtm |
/test pull-pipeline-kind-k8s-v1-21-e2e |
@dibyom: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-pipeline-kind-k8s-v1-21-e2e |
@afrittoli: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-pipeline-kind-k8s-v1-21-e2e |
@afrittoli: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-tekton-pipeline-build-tests |
2 similar comments
/test pull-tekton-pipeline-build-tests |
/test pull-tekton-pipeline-build-tests |
Changes
Adds support for CSI volumes as a workspace type.
This opens a lot of possibility as it would enable users to use alternative volumes for their workspace. An example is the Secrets Store CSI Driver to use Hashicorp Vault.
Thanks to #4825 as guidance.
Signed-off-by: JeromeJu [email protected]
/kind feature
/cc @dibyom @vdemeester
Fixes: #4446
TODO:
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
(if there are no user facing changes, use release note "NONE")
Release Notes