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

Stork Driver Initialisation Issue #411

Open
nik786 opened this issue Jun 25, 2019 · 5 comments
Open

Stork Driver Initialisation Issue #411

nik786 opened this issue Jun 25, 2019 · 5 comments

Comments

@nik786
Copy link

nik786 commented Jun 25, 2019

Im trying stork on kubeadm.
But Im facing below mentioned error

time="2019-06-25T02:57:54Z" level=info msg="Starting stork version 2.1.0-c35fe71"
time="2019-06-25T02:57:54Z" level=fatal msg="Error initializing Stork Driver pxd: Failed to get k8s service spec: services "portworx-service" not found"

@disrani-px
Copy link
Contributor

@nik786 If you are using portworx (pxd) as the driver then you need to install Portworx and the corresponding specs.
You can check the instructions to install Portworx (which will also install stork by default) here: https://docs.portworx.com/portworx-install-with-kubernetes/

@nik786
Copy link
Author

nik786 commented Jun 25, 2019

@disrani-px
Can we configure it with out portworx??if yes then how can we do it??
I have cloned stork github then installed stork initializer

kubectl apply -f specs/stork-initializer.yaml

kubectl apply -f specs/stork-deployment.yaml

@disrani-px
Copy link
Contributor

@nik786 You will need to implement the driver for the storage solution that you are trying to use with stork. What are you using for persistence?

@nik786
Copy link
Author

nik786 commented Jul 14, 2019

@disrani-px

Can we use flocker instead portworx??

I have tried to use overlay2 which did nt work

spec:
containers:
- command:
- /stork
- --driver=overlay2
- --verbose
- --leader-elect=true
Im using native native pv and pvc feature in kubernetes.
As I dont have much resource therefore thinking to use only stork with out portworx

@imedaouidene
Copy link

try to use px-csi-db storage class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants