1. 11 3月, 2019 1 次提交
  2. 10 1月, 2019 1 次提交
    • N
      Add storage-provisioner-gluster addon · 3c3b7368
      Niels de Vos 提交于
      With this addon dynamic provisioning based on Gluster can be enabled:
      
          $ minikube addons enable storage-provisioner-gluster
      
      This will deploy several pods in a new 'storage-gluster' namespace:
      
       - glusterfs, storage service with a 10GB sparse /srv/fake-disk.img
       - heketi, a smart Gluster volume manager
       - glusterfile-provisioner, external-storage provisioner
      
      In addition, the StorageClass 'glusterfile' will be created. It is
      currently not configured as default StorageClass, so PVCs need to refer
      to the new StorageClass.
      3c3b7368
  3. 08 12月, 2018 1 次提交
    • P
      Enable gvisor addon in minikube (#3399) · 8f128a7d
      priyawadhwa 提交于
      This PR adds the code for enabling gvisor in minikube. It adds the pod
      that will run when the addon is enabled, and the code for the image
      which will run when this happens.
      
      When gvisor is enabled, the pod will download runsc and the
      gvisor-containerd-shim. It will replace the containerd config.toml and
      restart containerd.
      
      When gvisor is disabled, the pod will be deleted by the addon manager.
      This will trigger a pre-stop hook which will revert the config.toml to
      it's original state and restart containerd.
      8f128a7d
  4. 03 12月, 2018 1 次提交
  5. 17 11月, 2018 1 次提交
  6. 09 7月, 2018 1 次提交
  7. 08 3月, 2018 1 次提交
  8. 13 2月, 2018 1 次提交
  9. 12 1月, 2018 1 次提交
  10. 04 11月, 2017 1 次提交
  11. 02 11月, 2017 1 次提交
  12. 16 6月, 2017 1 次提交
  13. 17 5月, 2017 1 次提交
  14. 04 5月, 2017 1 次提交
    • M
      Refactor docs · 971b72d0
      Matt Rickard 提交于
      Summary of changes (#1364)
      
      * README.md split up into specific tutorials in ./docs
      * brew as preferred installation on macOS
      * installation guide on README
      * minikube iso changelog merged with minikube changelog
      * developer guides moved to ./docs/contributors
      * no relative links on main README, so that we can port this over to kubernetes.io
      * ISO developer readme moved to ./docs/contributors
      971b72d0