pires / kubernetes-vagrant-coreos-cluster

Kubernetes cluster (for testing purposes) made easy with Vagrant and CoreOS.
Apache License 2.0
597 stars 205 forks source link

/etc/exports: Operation not permitted -> Stall and fail on NFS mount [macOS] #323

Closed neuhalje closed 5 years ago

neuhalje commented 5 years ago

When I run VAGRANT_USE_VAGRANT_TRIGGERS=false NODES=3 USE_KUBE_UI=true vagrant up (with or without VAGRANT_USE_VAGRANT_TRIGGERS), then bootstrapping the master fails:

==> master: Configuring and enabling network interfaces...
==> master: Exporting NFS shared folders...
==> master: Preparing to edit /etc/exports. Administrator privileges will be required...
tee: /etc/exports: Operation not permitted
tee: /etc/exports: Operation not permitted
tee: /etc/exports: Operation not permitted
The nfsd service does not appear to be running.
Starting the nfsd service
==> master: Mounting NFS shared folders...

Am I missing anything/is there an alternative to use NFS for mounting the host?

OS: macOS mojave

Things I tried

neuhalje commented 5 years ago

Fix: iTerm needs full disk access.