-
Notifications
You must be signed in to change notification settings - Fork 192
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
Error: create: failed to create: namespaces "plex" not found #102
Comments
did you create the namespace? the namespace is not defined in the helm chart. Where did you create your pvc? that is namespace dependent . List Namespaces: List pvc with namespace If you just need to create the namespace a simple |
Yes I think that was the problem, Thanks. I have received this in response
But I cannot see it in
Nor am I able to access the link http://chart-example.local. Sorry, I am still a bit new to Kubernetes. |
@jtv199 I think you need to also specify in
What do you get when you run |
Yes, After I ran
|
here is what I get by running
|
try:
It needs to return something like this:
and definitely relate to your actual Persistent Volume like this:
|
ok, when I entered then i checked
I didn't create the media namespace before using the helm chart, should I have done that? |
You didn't have to create the It sounds like the issue is that you created a Persistent Volume Claim called As far as I understand, PV (Persistent Volume) is the actual volume itself. It is an abstraction term because your PV could be a harddrive, an Amazon S3, or could be whatever - but Kubernetes needs you to set that up first. The PVC (Persistent Volume Claim) is also an abstraction where you tell your apps which PV can fulfill their space requirements. Since you set-up the PVC (the promise) but with no PV to fulfill that promise, then it won't work. Set-up a PV in your As per your question about what
You only have 2 options:
so it should be: |
Hi, I'm trying to run plex-Kube on my ubuntu. Though I am encountering this error. Though Plex media server runs fine. I am not sure what the problem is.
The text was updated successfully, but these errors were encountered: