Closed fplk closed 6 years ago
@fplk Did you add the node affinity from the CR status while creating this pod? Which version of VCK are you deploying?
@fplk do you have any updates on this?
Sorry - so little time. I think I need to add something like
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: vck.intelai.org/default-vck-example1-vol1
operator: Exists
I'll try to revisit this this weekend, but I also have to finish two projects, so no guarantees unfortunately. Thanks for your responses.
You were absolutely right. VCK works great with IBM Cloud Object Storage once the node affinity is properly defined. Thanks so much for the support.
I have just tried to mount an S3 bucket from IBM Cloud Object Storage like this:
When I display the bucket via
I correctly see the bucket content, but when I exec into the pod via
kubectl exec -it vck-claim-pod /bin/sh
and look into the mount path withls /var/data
it is empty.Most artifacts seem to be available except for the fact that the resource pod is in state "Completed":
I'm currently quite busy and thus only had 10 minutes to play with vck, so there is a good chance this is not a bug, but a user error. Still: Do you have any idea why I cannot see my data?
Thank you in advance.