Skip to content
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

artifactory-nfs-pvc.yaml should use ReadWriteMany instead of ReadWriteOnce #1019

Closed
TJM opened this issue Jul 14, 2020 · 2 comments
Closed
Labels

Comments

@TJM
Copy link

TJM commented Jul 14, 2020

Is this a request for help?: No


Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT

Version of Helm and Kubernetes:

$ helm version
version.BuildInfo{Version:"v3.2.1", GitCommit:"fe51cd1e31e6a202cba7dead9552a6d418ded79a", GitTreeState:"clean", GoVersion:"go1.13.10"}
$ k version
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.3", GitCommit:"2e7996e3e2712684bc73f0dec0200d64eec7fe40", GitTreeState:"clean", BuildDate:"2020-05-21T14:50:54Z", GoVersion:"go1.14.3", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.2", GitCommit:"f6278300bebbb750328ac16ee6dd3aa7d3549568", GitTreeState:"clean", BuildDate:"2019-08-05T09:15:22Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}

Which chart:
artifactory-ha (maybe others)

What happened:
The artifactory PV is created as RWO (ReadWriteOnce)

What you expected to happen:
It should be created as RWX (ReadWriteMany)

How to reproduce it (as minimally and precisely as possible):
deploy with nfs

Anything else we need to know:
Likely not, pretty simple change

@chukka
Copy link
Collaborator

chukka commented Jul 15, 2020

@TJM Thanks for reporting ! Would you mind raising a PR with this change for artifactory-ha chart ?

@chukka chukka added the bug Something isn't working label Aug 4, 2020
@gitta-jfrog
Copy link
Collaborator

Not planned, If needed - customers can use create PersistentVolumeClaim and to use customVolumeMounts

@gitta-jfrog gitta-jfrog closed this as not planned Won't fix, can't repro, duplicate, stale Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants