minikube-ci / examples

Repository providing samples and testing for running kubernetes/minikube on various CI services
https://minikube.sigs.k8s.io/
Apache License 2.0
29 stars 19 forks source link

Issues starting minikube in bitbucket pipeline #11

Closed PhilipDeegan closed 9 months ago

PhilipDeegan commented 1 year ago

Hi, I posted an issue here a while back and I've seen no interaction.

If anyone has any ideas how to change the mount directory to one allowed by bitbucket please let me know and I will test it.

rlgomes commented 1 year ago

A simple solution would be if we could override the default behavior that creates this volume request -v minikube:/var with a simple environment variable being set such as MINIKUBE_VOLUME_PATH=something/else/ in the case of the bitbucket situation which is my issue as well I'd set it ot the other variable like so MINIKUBE_VOLUME_PATH=${BITBUCKET_CLONE_DIR} and things owuld just work.

mkonecny-atlassian commented 2 weeks ago

@PhilipDeegan you've closed this issue but I don't see a way to configure this, as I am trying to run minikube in Bitbucket Pipelines. Did you use your own fork?

PhilipDeegan commented 2 weeks ago

sorry, I don't work with kubernetes anymore @mkonecny-atlassian