geerlingguy / raspberry-pi-dramble

DEPRECATED - Raspberry Pi Kubernetes cluster that runs HA/HP Drupal 8
http://www.pidramble.com/
MIT License
1.66k stars 260 forks source link

Minor updates to make it slightly easier for the Vagrant test environment to work better #222

Closed nateww closed 2 years ago

nateww commented 2 years ago

Some minor changes to keep things in sync.

Note, this still won't work due to the issues outlined here (flannel and Vagrant aren't working well together).

https://github.com/flannel-io/flannel/blob/master/Documentation/troubleshooting.md#vagrant

However, if I edit the configuration file and add the argument as describe above, I was able to get everything working.

    % kubectl -n kube-system edit ds/kube-flannel-ds

... containers:

  • args:
  • --ip-masq
  • --kube-subnet-mgr
  • --iface=enp0s8 <------- command:
    • /opt/bin/flanneld

Also, these changes assume the host is running 64-bit x86, so it may not work right on an M1 Mac, which might need the Arm settings. However, the other parts of the site make similar assumptions, so this is no worse than the existing code.

stale[bot] commented 2 years ago

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark pull requests as stale.

stale[bot] commented 2 years ago

This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details.