forked from kubernetes-csi/csi-driver-nfs
-
Notifications
You must be signed in to change notification settings - Fork 14
Upstream merge #45
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
Merged
Merged
Upstream merge #45
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
69df30c
add setup for k8s external e2e tests
boddumanohar 00095be
Merge pull request #190 from boddumanohar/external-e2e
k8s-ci-robot 2b35ab6
fix: remove unnecessary podInfoOnMount
andyzhangx 670205f
Merge pull request #193 from andyzhangx/remove-podInfoOnMount
k8s-ci-robot fa61d6e
add a new helm parameter for livenessProbe health port
boddumanohar fccb61c
Merge pull request #194 from boddumanohar/liveness-probe-port
k8s-ci-robot eb1bf79
Squashed 'release-tools/' changes from a1e11275..6616a6b5
pohly 07c2b4b
Merge commit '74479a1485e1da5208eff6681d2488742ff838e5' into prow-upd…
pohly 98ec1a8
Remove capacity setting in create Volume response
boddumanohar 3e8f4c3
Merge pull request #196 from pohly/prow-update-master
k8s-ci-robot 83ad09b
chore: upgrade base image to fix CVE issue
andyzhangx 17fb13f
Merge pull request #198 from andyzhangx/update-base-image
andyzhangx f5abcf7
fix: remove unnecessary lock
andyzhangx 53b8c6f
Merge pull request #201 from andyzhangx/remove-lock
andyzhangx 92775b0
chore: upgrade liveness probe and registrar
andyzhangx 49beca5
Merge pull request #202 from andyzhangx/sidecar-version-upgrade
andyzhangx 69c24e1
Squashed 'release-tools/' changes from 6616a6b5..f3255906
pohly 4e89f54
Merge commit 'e5ae2c1c64dcd65e24dc5811a09391ba880ee2c8' into prow-upd…
pohly 5bdbb62
OWNERS update with aliases
pohly 02dc875
Merge pull request #203 from pohly/prow-update-master
k8s-ci-robot 61fca12
test: run external e2e test using 1.20 suites
andyzhangx 79afaa1
Merge pull request #197 from boddumanohar/cleanup-todo
k8s-ci-robot de658be
Merge pull request #204 from andyzhangx/external-tests-1.21
andyzhangx 485a98a
test: run externel tests with 1.21 suites
andyzhangx 1186015
Merge pull request #205 from andyzhangx/externel-tests-1.21
k8s-ci-robot 5df6852
feat: support fsGroupPolicy feature
andyzhangx d5d8a80
Merge pull request #206 from andyzhangx/fsgrouppolicy
andyzhangx 742f7a5
Create README.md
andyzhangx d03903e
Update README.md
andyzhangx 4d2d119
Update README.md
andyzhangx d1737d3
Update README.md
andyzhangx a7f5765
Merge remote-tracking branch 'upstream/master' into upstream-merge
mdbooth 69a6678
<carry>: Disable unit tests due to carry patch
mdbooth 2609439
<carry>: Update OWNERS in release-tools
mdbooth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,4 +7,3 @@ spec: | |
| attachRequired: false | ||
| volumeLifecycleModes: | ||
| - Persistent | ||
| podInfoOnMount: true | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| # fsGroup Support | ||
|
|
||
| [fsGroupPolicy](https://kubernetes-csi.github.io/docs/support-fsgroup.html) feature is Beta from Kubernetes 1.20, and disabled by default, follow below steps to enable this feature. | ||
|
|
||
| ### Option#1: Enable fsGroupPolicy support in [driver helm installation](../../../charts) | ||
|
|
||
| add `--set feature.enableFSGroupPolicy=true` in helm installation command. | ||
|
|
||
| ### Option#2: Enable fsGroupPolicy support on a cluster with CSI driver already installed | ||
|
|
||
| ```console | ||
| kubectl delete CSIDriver nfs.csi.k8s.io | ||
| cat <<EOF | kubectl create -f - | ||
| apiVersion: storage.k8s.io/v1beta1 | ||
| kind: CSIDriver | ||
| metadata: | ||
| name: nfs.csi.k8s.io | ||
| spec: | ||
| attachRequired: false | ||
| volumeLifecycleModes: | ||
| - Persistent | ||
| fsGroupPolicy: File | ||
| EOF | ||
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md | ||
|
|
||
| aliases: | ||
|
|
||
| # SIG-Storage chairs and leads should always have approval rights in all repos. | ||
| # Others may be added as needed here or in each repo. | ||
| kubernetes-csi-approvers: | ||
| - jsafrane | ||
| - msau42 | ||
| - saad-ali | ||
| - xing-yang | ||
|
|
||
| # Reviewers are automatically assigned to new PRs. The following | ||
| # reviewers will be active in all repos. Other reviewers can be | ||
| # added in each repo. | ||
| # | ||
| # Reviewers are encouraged to set the "Busy" flag in their GitHub status | ||
| # when they are temporarily unable to review PRs. | ||
| kubernetes-csi-reviewers: | ||
| - andyzhangx | ||
| - chrishenzie | ||
| - ggriffiths | ||
| - gnufied | ||
| - j-griffith | ||
| - Jiawei0227 | ||
| - jingxu97 | ||
| - jsafrane | ||
| - pohly | ||
| - xing-yang | ||
|
|
||
| # This documents who previously contributed to Kubernetes-CSI | ||
| # as approver. | ||
| emeritus_approver: | ||
| - lpabon | ||
| - sbezverk | ||
| - vladimirvivien | ||
|
|
||
| # This documents who previously contributed to Kubernetes-CSI | ||
| # as reviewer. | ||
| emeritus_reviewer: | ||
| - lpabon | ||
| - saad-ali | ||
| - sbezverk | ||
| - vladimirvivien |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../OWNERS | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../OWNERS_ALIASES |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Cannot parse file: open /tmp/git860663956/release-tools/OWNERS: too many levels of symbolic links.