Thomas Strömberg
1141cc978c
Merge pull request #3134 from mrbobbytables/update-kusers-link
...
Replace kubernetes-users mailing list links with discuss forum link
2018-10-01 16:44:20 -07:00
Thomas Strömberg
17aa121832
Merge pull request #3156 from rrampage/patch-1
...
Updates to Linux CI Script in README
2018-10-01 16:43:30 -07:00
Raunak Ramakrishnan
ef34470d65
Updated to reflect latest comment on PR
2018-09-27 13:48:42 +05:30
Thomas Strömberg
e49971a3ab
Merge pull request #3118 from kubernetes/tstromberg-patch-1
...
Simplifies Linux installation instructions by using install(1)
2018-09-26 17:09:05 -07:00
Raunak Ramakrishnan
59bf9709dd
Updates to Linux CI Script in README
...
I needed to run the following 2 commands before `kubectl` worked correctly:
sudo chown -R $USER $HOME/.minikube
sudo chgrp -R $USER $HOME/.minikube
2018-09-23 12:02:04 +00:00
Bob Killen
e3f26499b9
Replace kusers link with discuss forum link
2018-09-17 14:21:29 -07:00
Daniel Santana
1aa486032a
Merge branch 'master' into master
2018-09-14 18:18:40 -03:00
Thomas Strömberg
4bcd857b07
Simplifies Linux installation instructions by using install(1)
...
Makes documentation easier to read on narrower screens, and makes the command-line less scary looking. Leaves deletion of the downloaded file as an exercise for the reader. It's typically not done in installation instructions.
Instructions still assume x86-64 architecture, which is the common case, but less than ideal.
2018-09-05 11:48:57 -07:00
Daemeron
7e921b3d61
Revert "Update macOS requirements"
...
This reverts commit 21bfb62ee1
.
2018-09-03 18:47:35 -05:00
Damian Kubaczka
f162de3bbf
Update macOS requirements
2018-09-03 18:47:35 -05:00
Tijs Gommeren
edc3576735
updated readme for Windows installation
2018-08-20 07:42:03 -07:00
Raghavendra Talur
616c3e5538
readme: update the script to match executable path
...
Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
2018-08-07 18:21:22 -07:00
Asbjørn Apeland
005c6b1861
Fix typo
...
There was a typo in 5a78ac92f6
.
2018-08-01 09:05:37 -07:00
Asbjørn Apeland
5a78ac92f6
Change Linux install method
...
Previously, files installed to /usr/local/bin/ would be owned by the
user executing the command, not root. This change makes these installed
files owned by root instead. Improving security is the goal.
2018-07-31 10:55:22 -07:00
Aaron Prindle
236a86f06c
remove localkube from docs
2018-07-24 12:36:42 -07:00
Anthony Wesley
33fce13254
Keep both sets of instructions
...
Link to https://chocolatey.org/ and include manual instructions.
2018-07-14 08:47:06 -07:00
Anthony Wesley
e42d5a1a2b
Prefer choco over manual installation for windows
...
As a Windows developer who benefits from Chocolatey's wide adoption, I propose making this the primary example of Windows installation. It is my suspicion that most people using Minikube on Windows will be familiar with it (though I have no data to be back up this claim).
2018-07-14 08:47:06 -07:00
Stefan Weiberg
7e20fba835
Add link to packaged version for openSUSE/SLE
...
This adds a link to the packaged version of minikube available on OBS for openSUSE and SUSE Enterprise.
2018-06-18 07:45:49 -07:00
Daniel Santana
14933ed669
Update Void Linux package URL
2018-06-16 01:50:40 -03:00
Marc Bihlmaier
57a4ddcbfc
readme.md small change
2018-05-24 08:25:21 -07:00
Daniel Santana
6e17f4cf0e
Add link to minikube repository for Void Linux
2018-04-24 13:32:28 -03:00
Christof Damian
c32aca8a7c
Add link to minikube copr repository for Fedora/CentOS/Red Hat
2018-03-20 14:58:17 +01:00
Jake Feasel
7ab44746ad
Adds note for specifying docker bridge for vm-driver=none
...
Fixes #2571
2018-02-23 10:45:08 -08:00
Kiran Mova
ff9671f49e
linux steps are for without VM
...
The steps indicate minikube is getting installed without VM
sudo -E ./minikube start --vm-driver=none
2018-02-05 08:12:45 -08:00
Justin Murdock
53d15b749b
fix broken link fixes #2452
...
https://github.com/kubernetes/minikube/issues/2452
2018-01-24 09:45:50 -08:00
Matt Rickard
f0bfedfe28
Point README to kubernetes-users
2018-01-04 11:22:34 -08:00
Tim Hockin
51ee9a1423
Convert registry to k8s.gcr.io
2017-12-22 09:55:16 -08:00
asubmani
1fc0b9b9d4
changed hyperv link to reflect --vm-driver=hyperv
...
the doc leads one to try --vm-driver=Hyper-V, changed 'Hyper-V' to 'hyperv'
2017-12-12 21:42:58 -08:00
Martin Mosegaard Amdisen
b487eb0fa6
Update quickstart example
...
Added command to delete the service in
addition to deleting the deployment.
Seems like the right thing to do.
2017-12-11 08:15:40 -08:00
Russell Bryant
6414fb6619
List KVM2 driver in README.md.
...
Update the minikube README to make it more clear that the
KVM driver is deprecated in favor of the KVM2 driver.
2017-12-08 13:59:13 -05:00
dlorenc
e04c0d9f9c
Add hyperkit to the release and document it.
2017-11-28 08:16:33 -08:00
Erik Hollembeak
3ce1db2b41
Add deployment cleanup to minikube quickstart
2017-11-04 17:49:57 -07:00
Edward Medvedev
c66bb2a014
Fix a typo in `README.md`
...
Fix a small typo in the `asdf` section.
2017-10-17 08:45:55 -07:00
Nikolay Kolev
9cc05971f8
Minor cleanup
2017-10-15 19:04:26 -07:00
Nikolay Kolev
0779d9f06e
Mention asdf Version Manager
2017-10-15 19:04:26 -07:00
Nikolay Kolev
5dbd156f30
Update README.md
2017-10-04 15:01:18 -07:00
Nikolay Kolev
89e5507eff
Update README.md
2017-10-04 14:55:11 -07:00
adolphlwq
d6785c1d88
correct url of proposal
2017-09-21 10:20:06 +08:00
Jiahao Chen
db83dfdd0d
README: fix typo
...
kubernetes cluster componenets -> components
2017-08-24 14:20:45 -07:00
Aaron Prindle
c169131970
updated driver documentation to include none driver
2017-08-22 09:06:59 -07:00
Matt Rickard
a9c4e7518e
Merge pull request #1823 from abitrolly/patch-1
...
Expand Linux CI scenario
2017-08-21 13:42:10 -07:00
Mohammad Asif Siddiqui
86a268b543
Update README.md
2017-08-14 10:24:09 -07:00
Mohammad Asif Siddiqui
c07436fe6d
Add GoReportCard Badge
2017-08-14 10:24:09 -07:00
Anatoli Babenia
782fd55dbe
Typo
2017-08-14 12:45:12 +03:00
Anatoli Babenia
806db584b9
Expand Linux CI scenario
2017-08-14 12:44:22 +03:00
Ihor Dvoretskyi
1e6f0f55e1
Minikube now mentions Kubernetes 1.7 during the cluster start
...
PR to avoid confusion, as minikube now mentions Kubernetes 1.7 during the cluster start process.
2017-08-08 17:36:15 +03:00
Pavol Loffay
cf22d74bc8
readme: remove vendored driver flag
2017-07-26 21:21:34 +02:00
aprindle
a37e1c3174
Added Linux CI example in README.md
2017-06-22 14:03:14 -07:00
r2d4
41eac85959
brew cask install minikube
...
The minikube brew install is actually done with a brew-cask, which is brew, but for prebuilt binaries.
We use a 'cask' because minikube has a isn't super easy to build from source in a homebrew file.
2017-05-03 20:04:41 -07:00
Matt Rickard
9df88959a4
Minor doc bugs
2017-05-03 15:17:09 -07:00