Felipe Crescencio de Oliveira
22ca607c6a
Fix: Certificates folder for x509 error
...
For x509: certificate signed by unknown authority problem in minikube since version v1.20.0 I just found `~/.minikube/certs` dir.
I pasted my PEM files over there and it solve my problem.
2021-06-10 00:31:02 -03:00
Sharif Elgamal
17a047340d
Merge pull request #11611 from minikube-bot/iso-release-v1.21.0
...
Update ISO to v1.21.0
2021-06-09 15:27:11 -07:00
Sharif Elgamal
13be173ec8
Merge pull request #11610 from minikube-bot/kicbase-release-v0.0.23
...
Update kicbase to v0.0.23
2021-06-09 15:23:25 -07:00
Medya Ghazizadeh
5bfde7ab38
Update triage.md
2021-06-09 14:29:35 -04:00
minikube-bot
0bf3855ee1
Update ISO to v1.21.0
2021-06-09 01:11:03 +00:00
minikube-bot
64a41824c5
Update kicbase to v0.0.23
2021-06-09 00:28:52 +00:00
JacekDuszenko
b7a6dd0b5e
implement embed certs global config as EmbedCerts
2021-06-05 23:59:45 +01:00
Steven Powell
1d61acf797
add faq on how to enable beta notifications
2021-06-03 11:52:03 -07:00
JacekDuszenko
a8fe445fac
move ingress dns docs to site
2021-06-03 03:57:51 +01:00
Sharif Elgamal
45ee2dbacb
Merge pull request #11471 from EmandM/patch-1
...
Update registry.md with instructions to avoid common pitfalls
2021-06-02 13:16:45 -07:00
Medya Ghazizadeh
0b83c00ef2
Merge pull request #11525 from medyagh/bump_k8s
...
bump default k8s version and newest
2021-06-01 17:53:54 -07:00
m-aciek
04234a48de
Update versionApi for Ingress Kubernetes definition
2021-05-31 13:46:23 +02:00
Sharif Elgamal
31417806b7
Merge pull request #11486 from sharifelgamal/gcp-auth-restart
...
gcp-auth addon: do not reapply gcp-auth yamls on minikube restart
2021-05-27 15:05:34 -07:00
Medya Ghazizadeh
89604fcbce
Merge pull request #11516 from medyagh/disable_docker
...
Disable Non-Active Containers Runtimes
2021-05-27 13:07:43 -07:00
Medya Gh
7f528a4061
bump default k8s version and newest
2021-05-27 12:57:23 -07:00
Steven Powell
7ee9c6df69
make generate-docs
2021-05-27 10:39:32 -07:00
Medya Gh
e334761327
update docs
2021-05-26 18:19:53 -07:00
Medya Gh
04bfa20d48
generate docs
2021-05-26 18:02:50 -07:00
Steven Powell
ee5faa6fc4
Merge branch 'master' into automateTimeToK8s
2021-05-26 16:45:13 -07:00
Steven Powell
a81761ea4a
add make command to auto benchmark time-to-k8s and update website
2021-05-26 15:45:11 -07:00
Sharif Elgamal
e1b4e70c62
generate-docs
2021-05-26 15:34:51 -07:00
Sharif Elgamal
b507e221d6
add docs for --refresh
2021-05-26 14:55:20 -07:00
Medya Ghazizadeh
b3541115b2
Merge pull request #11478 from sharifelgamal/error-codes
...
Add list of error codes to documentation
2021-05-24 15:25:58 -07:00
Medya Ghazizadeh
e5cab4dd2b
Merge pull request #11500 from afbjorklund/kubecon-eu-2021-talk
...
Add minikube presentation from KubeCon EU 2021
2021-05-24 12:09:58 -07:00
Anders F Björklund
ad032c99cb
Add minikube presentation from KubeCon EU 2021
2021-05-24 20:52:08 +02:00
Sharif Elgamal
efeeca0134
better formatting still
2021-05-21 14:30:52 -07:00
Sharif Elgamal
300e51da4a
fix newlines some more
2021-05-21 14:12:38 -07:00
Sharif Elgamal
f1e40b6e77
add error strings to doc
2021-05-21 13:45:38 -07:00
Medya Ghazizadeh
5e101c7605
Merge pull request #11467 from andriyDev/PublishPullsheetLeaderboard
...
Publish pullsheet leaderboard to website
2021-05-21 11:25:57 -07:00
Sharif Elgamal
e89aca810a
Add list of error codes to documentation
2021-05-21 11:07:59 -07:00
Medya Ghazizadeh
b5499b4c2a
Merge pull request #11394 from ilya-zuyev/ilyaz/gh_11335_test_net_plugins_false_start
...
Skip network tests with disabled CNI for containerd/crio runtimes
2021-05-20 16:20:04 -07:00
Emma
c8a6fdfc83
Update registry.md
...
Remove the MacOS specific information as it is true for all operating systems
2021-05-20 16:00:06 -07:00
Steven Powell
b5f2c07508
add docker image build Mac to benchmarks
2021-05-20 15:38:23 -07:00
Ilya Zuyev
13ee52fc99
generate-docs
2021-05-20 14:47:42 -07:00
Emma
e0be992ec3
Update registry.md
...
I recently attempted to follow this guide and ran into two issues.
1. I already had a cluster running when I ran `minikube start --insecure-registry` and as such the insecure registry flag wasn't respected. I needed to run `minikube delete` and then could run the start command. As far as I'm aware the hard reset is only necessary on MacOS.
2. I was confused by the output from `minikube addons enable registry`. There is a big message of `Registry addon with docker driver uses port <generated-port> please use that instead of default port 5000` and so I switched a few things over to the generated port and nothing connected. Retrying with only port 5000 worked successfully.
2021-05-20 13:51:29 -07:00
Andriy Dzikh
0224fd63d1
Generate contributions for all previous releases.
2021-05-20 09:43:59 -07:00
Medya Ghazizadeh
316f5ea3b2
Merge pull request #11432 from andriyDev/CustomAddonImages
...
Persist custom addon image/registry settings.
2021-05-19 18:30:14 -07:00
Andriy Dzikh
3db17fb05a
Create contributions page.
2021-05-19 15:52:28 -07:00
Steven Powell
7d1c32e480
change title of page
2021-05-19 15:22:47 -07:00
Steven Powell
b7f3135034
add details on the benchmarking process
2021-05-19 15:08:33 -07:00
Medya Ghazizadeh
72e8341536
Merge pull request #11431 from briandealwis/resume
...
Add "resume" as an alias for "unpause"
2021-05-19 15:04:35 -07:00
Steven Powell
1409c0a26f
fix typo
2021-05-19 14:12:52 -07:00
Steven Powell
c4eaf5d7e5
update image build benchmarks
2021-05-19 13:58:53 -07:00
Steven Powell
44567fdabf
fixed download path for linux rpm
2021-05-19 10:06:13 -07:00
Andriy Dzikh
46884123a8
Run make generate-docs.
2021-05-18 14:10:39 -07:00
Medya Ghazizadeh
ea1defe2bf
Merge pull request #11399 from dinever/installer-options
...
Implement a quiz-style installation instructions
2021-05-18 11:48:09 -07:00
Peixuan Ding
d29d0a8fce
make sure web page renders acceptable result when JS is disabled
2021-05-18 01:41:32 -04:00
Peixuan Ding
d50e86138d
wrap the installation section into a blue card
2021-05-18 01:07:45 -04:00
Peixuan Ding
a7d8a06f72
reuse getUserOS from tabs.js
2021-05-18 00:17:42 -04:00
Medya Gh
e4374e2189
geneate docs
2021-05-17 18:35:37 -07:00
Predrag Rogic
6aa689a32e
make generate-docs
2021-05-17 21:27:40 +01:00
Predrag Rogic
0a3a92e09c
move to separate subtest
2021-05-17 21:14:59 +01:00
Medya Ghazizadeh
2445acacdc
Merge branch 'master' into kube-proxy-conntrack
2021-05-17 12:41:57 -07:00
Anders F Björklund
6ea7e03304
Remove integration test count from documentation
2021-05-17 08:06:19 +02:00
Anders F Björklund
1f59ad1d76
Update docs
2021-05-17 08:01:09 +02:00
Predrag Rogic
f425739254
prevent kube-proxy trying to change nf_conntrack_max
2021-05-15 19:36:49 +01:00
Medya Ghazizadeh
068e510c2b
Merge pull request #11413 from evankanderson/patch-1
...
Add VMware as a provider for Linux & Windows
2021-05-14 17:49:33 -07:00
ilya-zuyev
2a2ffeb380
Merge pull request #11304 from daehyeok/copy_node
...
Implement target node option for cp command
2021-05-14 15:59:11 -07:00
Evan Baker
eca8a2d540
fix typo in flag documentation: sytemd -> systemd
...
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2021-05-14 17:00:03 -05:00
Evan Anderson
886a5d6b9f
Add VMware as a provider for Linux & Windows
...
There are Linux & Windows tabs at https://minikube.sigs.k8s.io/docs/drivers/vmware/ , connecting them here.
2021-05-14 12:45:12 -07:00
Peixuan Ding
cc0d0652c5
auto-select the first option for each row
2021-05-14 01:40:40 -04:00
Medya Ghazizadeh
d61989afa9
Merge pull request #11370 from guettli/patch-2
...
Fixed small typos
2021-05-13 21:30:03 -07:00
Medya Ghazizadeh
33e26502dd
Merge pull request #11366 from spowelljr/fixImageLoad
...
`image load`: overwrite same image unless `--overwrite=false`
2021-05-13 21:18:29 -07:00
Peixuan Ding
28915b0ca2
Upgrade Hugo version in Netlify
...
Signed-off-by: Peixuan Ding <pding@freewheel.com>
2021-05-13 18:05:08 -04:00
Peixuan Ding
563abdfb27
fix typo
2021-05-13 18:05:08 -04:00
Peixuan Ding
0b350ae936
changed attribute names
2021-05-13 18:05:08 -04:00
Peixuan Ding
55a0b17c31
remove ARMv7 deb and rpm installation since the link is not available yet
2021-05-13 18:05:08 -04:00
Peixuan Ding
8baf2e8489
docs: better installation style
...
Signed-off-by: Peixuan Ding <pding@freewheel.com>
2021-05-13 18:05:08 -04:00
Medya Ghazizadeh
9e3a66268f
Merge pull request #11384 from dinever/kicbase-tools
...
Add useful tools in the Kicbase Docker image
2021-05-13 14:14:59 -07:00
Medya Ghazizadeh
1be59b8f23
Merge pull request #11292 from gjtorikian/patch-1
...
Fix grammar
2021-05-13 11:59:39 -07:00
Medya Ghazizadeh
db917920b5
Merge pull request #11374 from ilya-zuyev/ilyaz/hairpin_test
...
Fix TestNetworkPlugins/group/auto/HairPin
2021-05-13 11:45:57 -07:00
Medya Ghazizadeh
4d6da49cdc
Merge pull request #11398 from shuuji3/add-minikube-favicons
...
fix(site): Add favicons using Minikube logo image
2021-05-13 11:43:16 -07:00
Daehyeok Mun
7c2e963392
Implement target node option for cp command
2021-05-13 10:47:09 -07:00
TAKAHASHI Shuuji
969fd7581d
fix(site): Add favicons using Minikube logo image
2021-05-13 03:23:19 +00:00
Medya Ghazizadeh
229a3581c6
Merge pull request #11378 from guettli/patch-3
...
removed typo "output"
2021-05-12 20:20:48 -07:00
Medya Ghazizadeh
9a9bae1df6
Merge pull request #11368 from KushagraIndurkhya/ki-hyperv-doc-update
...
Site: added a troubleshooting tip on hyperv driver website. issue
2021-05-12 15:26:06 -07:00
Steven Powell
bcc6b46185
ran make generate-docs
2021-05-12 14:28:51 -07:00
Steven Powell
826f1852ab
replace over-write with overwrite
2021-05-12 14:26:34 -07:00
Steven Powell
8e696da904
ran make generate-docs again
2021-05-12 14:26:34 -07:00
Steven Powell
83366b7929
added over-write flag for image load
2021-05-12 14:26:32 -07:00
Ilya Zuyev
ee613fb55e
Update docs
2021-05-12 13:10:49 -07:00
minikube-bot
e8b16a5247
Updating kicbase image to v0.0.22-1620785771-11384
2021-05-12 02:25:58 +00:00
Peixuan Ding
075ca20498
Add useful tools in the Kicbase Docker image
...
Signed-off-by: Peixuan Ding <dingpeixuan911@gmail.com>
2021-05-11 21:57:29 -04:00
Sharif Elgamal
7982396834
remove unnecessary logging from extract
2021-05-11 16:56:15 -07:00
Sharif Elgamal
972dae8133
Make sure all tests have comments
2021-05-11 15:17:43 -07:00
Thomas Güttler
8b212989e4
removed typo "output"
2021-05-11 22:19:28 +02:00
Medya Ghazizadeh
0b1babeb56
Merge pull request #11349 from afbjorklund/image-ls
...
Switch place of minikube image ls and list
2021-05-11 10:35:49 -07:00
Medya Ghazizadeh
d905531c20
Merge pull request #11354 from alenzen/patch-1
...
Use upgrade instead of install for the RPM installation
2021-05-11 10:34:44 -07:00
Thomas Güttler
f81b8ef705
Fixed small typos
2021-05-11 17:19:49 +02:00
Thomas Güttler
28f2757f43
Updated URL and remove zsh note
...
The URL was outdated.
Removed the zsh note, too. I think it makes sense that it gets explained on the target page, not here.
2021-05-11 16:52:07 +02:00
KushagraIndurkhya
6d4cc23eae
updating hyperv doc with a troubleshooting
2021-05-11 19:35:10 +05:30
Alessandro Lenzen
c089b94eaa
use -U instead of -i for RPM package installation
...
-U installs the package if it is not currently installed just like -i.
It upgrades the package if it is currently installed to a newer version.
2021-05-09 17:27:58 +02:00
Anders F Björklund
fb728a8893
Switch place of minikube image ls and list
...
Just to make it more similar to the docker image commands.
Both ls/list and rm/remove are equivalent commands, though.
2021-05-09 09:37:02 +02:00
Medya Ghazizadeh
a2d62511d2
Merge pull request #11191 from zhijianli88/shell-completion
...
completion: add specific shell completion
2021-05-07 16:16:54 -07:00
Medya Ghazizadeh
90f00f2189
Merge pull request #11341 from dinever/fix-sidebar-highlight
...
docs: fix sidebar current page highlight issue
2021-05-07 16:15:24 -07:00
Peixuan Ding
90a714de4f
docs: fix sidebar current page highlight issue
2021-05-07 18:57:02 -04:00
Peixuan Ding
614644a47c
docs: fix format issue for Contributor Guide
2021-05-07 18:11:52 -04:00
minikube-bot
ec6bf3f52b
Update releases.json to include v1.20.0
2021-05-06 14:46:05 -07:00
Medya Ghazizadeh
4bb44282d7
Merge pull request #11298 from minikube-bot/kicbase-release-v0.0.22
...
Update kicbase to v0.0.22
2021-05-06 10:56:40 -07:00
Medya Ghazizadeh
1db55f6617
Merge pull request #11305 from daehyeok/docs
...
Update docs for missing integration test
2021-05-06 10:56:09 -07:00
Medya Ghazizadeh
501d51eff2
Merge pull request #11299 from minikube-bot/iso-release-v1.20.0
...
Update ISO to v1.20.0
2021-05-06 10:55:43 -07:00
Sharif Elgamal
94e2ec4e37
Merge pull request #11287 from medyagh/update-k8s-v
...
update newest supported Kubernetes version to v1.22.0-alpha.1
2021-05-06 10:55:25 -07:00
Daehyeok Mun
184aaad4c7
Update docs for missing integration test
2021-05-05 22:21:22 -07:00
Medya Gh
5d37f3d151
site
2021-05-05 16:27:52 -07:00
Medya Gh
5b7acd315a
update newest kubernetes version
2021-05-05 16:27:52 -07:00
Sharif Elgamal
9a3b3367ab
Merge branch 'master' of github.com:kubernetes/minikube into mkbot-0.0.22
2021-05-05 16:25:22 -07:00
Sharif Elgamal
5c3e8328c8
Merge branch 'master' of github.com:kubernetes/minikube into mkbot-1.20-iso
2021-05-05 16:24:31 -07:00
Andriy Dzikh
9f9dc2c326
Update docs using `make generate-docs`.
2021-05-05 16:18:15 -07:00
Sharif Elgamal
6850e7312a
generate-docs
2021-05-05 14:54:36 -07:00
minikube-bot
625a06ce6d
Update kicbase to v0.0.22
2021-05-05 21:18:37 +00:00
Ilya Zuyev
30f8a38fff
add functional_podman_ubuntu test
...
Fix test error messages
Fix test comment and docs
2021-05-05 13:49:51 -07:00
Garen Torikian
74361dc838
Fix grammar
2021-05-05 15:41:43 +01:00
Steven Powell
d081b80d27
simplified benchmarks
2021-05-04 16:09:06 -07:00
Steven Powell
bf11304d28
added more image build benchmarks
2021-05-04 15:24:46 -07:00
Steven Powell
2be9109797
fixed CPU benchmarking typos and small formatting
2021-05-04 12:48:04 -07:00
Anders F Björklund
6012a8f61d
Add new functional test for ListImages as well
2021-05-01 13:48:24 +02:00
Anders F Björklund
6f236a0655
Make separate image for the remove functional test
...
Removing the busybox image can make the build fail
2021-05-01 13:44:32 +02:00
ilya-zuyev
27045fd421
Merge pull request #11239 from minikube-bot/kicbase-release-v0.0.21
...
Update kicbase to v0.0.21
2021-04-30 11:36:16 -07:00
minikube-bot
c5b65cab51
Update kicbase to v0.0.21
2021-04-30 18:08:55 +00:00
minikube-bot
2e12378c99
Update ISO to v1.20.0-beta.0
2021-04-30 06:22:22 +00:00
Medya Ghazizadeh
fe0a1774a6
Merge pull request #11140 from govargo/add-cpu-benchmark
...
Add cpu usage benchmark command `make cpu-benchmark` and website docs
2021-04-29 15:16:01 -07:00
Kent Iso
b8da6760b0
Change barChart color for linux benchmark chart and remove X.Title
2021-04-29 21:48:41 +00:00
Kenta Iso
43b1dfd433
Change barChart color and add benchmark description to docs of benchmark
2021-04-30 06:41:44 +09:00
Medya Ghazizadeh
ac2b98d744
Merge pull request #11169 from spowelljr/addBetaNotifications
...
Add opt-in notifications for beta releases
2021-04-29 14:03:59 -07:00
Kenta Iso
4b5fbf1827
Update macOS auto-pause result with improved method
2021-04-30 05:35:51 +09:00
Kent Iso
e3fd45d079
Update linux auto-pause result with improved method
2021-04-29 20:05:59 +00:00
Li Zhijian
0e228aa4e2
make generate-docs
...
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
2021-04-29 18:30:27 +08:00
Kent Iso
c873d89b9b
fix cpu usage benchmark linux image link
2021-04-29 01:06:27 +09:00
Kent Iso
1edbcc94e3
Update Linux benchmark result
2021-04-29 01:06:27 +09:00
Kenta Iso
12f7ebf9fa
Update macOS benchmark result
2021-04-29 01:06:27 +09:00
Kent Iso
52ddca0ea4
divide idle only benchmark and autopause benchmark of cpu usage
2021-04-29 01:06:27 +09:00
Kent Iso
288eb00810
Add linux cpu benchmark image
2021-04-29 01:06:26 +09:00
Kent Iso
7fe94b5876
Add minikube docker with auto-pause to cpu benchmark
2021-04-29 01:06:26 +09:00
Kent Iso
45a867d3b8
Add cpu usage benchmark
2021-04-29 01:06:26 +09:00
minikube-bot
fff23925e0
Updating kicbase image to v0.0.20-1619543236-11212
2021-04-27 17:16:43 +00:00
Medya Ghazizadeh
8ce6326186
Merge pull request #11054 from afbjorklund/iso-os-update
...
Upgrade buildroot minor version
2021-04-24 21:10:51 -07:00
Medya Ghazizadeh
30d659c635
Merge pull request #11055 from afbjorklund/kic-os-update
...
Update kicbase base image
2021-04-24 21:09:32 -07:00
Medya Ghazizadeh
41bbb4f6c5
Merge pull request #11164 from afbjorklund/build-rebase
...
Add re-implementation of the build command
2021-04-24 21:03:30 -07:00
minikube-bot
6ff3832348
Updating ISO to v1.19.0-1619288095-11054
2021-04-24 19:08:52 +00:00
Medya Ghazizadeh
d749989b45
Update guide.en.md
2021-04-23 11:57:48 -07:00
Steven Powell
29745438da
add opt-in notifications for beta releases
2021-04-22 14:35:19 -07:00
Anders F Björklund
c7153247f9
Regenerate documentation for the unit test
2021-04-21 20:26:28 +02:00
Anders F Björklund
c961190ed8
Allow passing environ and options to build
2021-04-21 20:26:28 +02:00
Anders F Björklund
02b4267fd0
Add option for pushing image to registry
2021-04-21 20:26:28 +02:00
Anders F Björklund
c94a6d7968
Make sure to pass any file param to build
2021-04-21 20:26:28 +02:00
Anders F Björklund
6cfbf2cc3d
Move minikube build cmd to minikube image build
...
Use the long name also for examples and usage
2021-04-21 20:26:28 +02:00
Anders F Björklund
6f26e4b8ec
Generate documentation for the build command
2021-04-21 20:26:28 +02:00
minikube-bot
2f1943d654
Updating ISO to v1.19.0-1618897865-11099
2021-04-20 06:50:07 +00:00
Medya Ghazizadeh
d4c1c2a79f
Merge pull request #11127 from afbjorklund/image-pull
...
new command "image pull: allow to load remote images directly without cache
2021-04-19 14:57:48 -07:00
Medya Ghazizadeh
d18d2c70f1
Merge pull request #11111 from afbjorklund/crio-v1.20.2
...
Upgrade crio to 1.20.2
2021-04-19 13:04:11 -07:00
Medya Ghazizadeh
19ea60f843
Merge pull request #11120 from sharifelgamal/gen-test-docs
...
site: Automatically generate integration test documentation
2021-04-19 12:40:40 -07:00
Medya Ghazizadeh
e738bb4109
Merge pull request #11129 from afbjorklund/image-defs
...
site: Add some more definitions of image terminology
2021-04-19 11:41:16 -07:00
Medya Ghazizadeh
cfc6915ca9
Update site/content/en/docs/faq/_index.md
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-04-19 11:36:37 -07:00
Anders F Björklund
9c1a4f4fc0
Allow to load remote images directly without cache
2021-04-19 20:24:06 +02:00
Anders F Björklund
3ead3a0404
Add some more definitions of image terminology
2021-04-18 18:20:35 +02:00
Sharif Elgamal
245f44da66
write to a file and move code around for clarity
2021-04-16 15:33:50 -07:00
Medya Gh
d9a707033d
examp;e
2021-04-16 14:58:08 -07:00
Medya Gh
f66a8cd57a
update faq
2021-04-16 14:56:01 -07:00
Medya Gh
e54d8ec7f9
kuberentes version
2021-04-16 14:51:20 -07:00
minikube-bot
0f678017c5
Updating ISO to v1.19.0-1618553696-11111
2021-04-16 07:13:48 +00:00
Medya Ghazizadeh
3bc2171f1e
Merge pull request #11093 from spowelljr/addBenchmarksToSite
...
site: Add Image Build benchmarking page
2021-04-13 10:00:48 -07:00
Steven Powell
d277543529
lower weight of benchmarking page
2021-04-13 09:57:30 -07:00
Steven Powell
91d521861a
added Benchmark to page title
2021-04-13 09:41:48 -07:00
Steven Powell
dff353afb4
removed white space
2021-04-13 09:39:55 -07:00
Steven Powell
d4960d2746
site: added benchmarking page
2021-04-13 09:38:09 -07:00
minikube-bot
0e1fd72042
Updating kicbase image to v0.0.20-1618262794-11055
2021-04-12 21:36:41 +00:00
Anders F Björklund
aa7f7e9a11
Address concerns highlighted by code scanning
2021-04-12 18:00:10 +02:00
minikube-bot
2570932a25
Update releases.json to include v1.19.0
2021-04-09 17:32:04 -07:00
ilya-zuyev
a9cf5e9337
Merge pull request #11049 from minikube-bot/iso-release-v1.19.0
...
Update ISO to v1.19.0
2021-04-09 17:11:21 -07:00
minikube-bot
2c9be984fd
Update ISO to v1.19.0
2021-04-09 23:27:53 +00:00
minikube-bot
f7c204d907
Update kicbase to v0.0.20
2021-04-09 19:23:04 +00:00
Sharif Elgamal
ffba51f082
Merge branch 'master' of github.com:kubernetes/minikube into medya-autopause-vm
2021-04-08 14:00:37 -07:00
Sharif Elgamal
699c663df3
Revert "Bump newest supported kubernetes version to v1.21.0-rc.0"
2021-04-08 13:06:00 -07:00
minikube-bot
831c3dfdbd
Updating kicbase image to v0.0.19-1617905290-11019
2021-04-08 18:17:37 +00:00
minikube-bot
61aa26dec2
Updating ISO to v1.19.0-1617859429-11019
2021-04-08 06:21:11 +00:00
Medya Ghazizadeh
889587d44d
Merge pull request #11010 from ilya-zuyev/ilyaz/bump_k8s_1.21.0
...
Bump newest supported kubernetes version to v1.21.0-rc.0
2021-04-07 16:57:35 -07:00
Medya Ghazizadeh
848a28db5f
Merge pull request #11007 from afbjorklund/list-images
...
Add ListImages function and image list command
2021-04-07 15:26:22 -07:00
Ilya Zuyev
6518c7eb07
Add 'Fix releasing doc
2021-04-07 10:54:25 -07:00
Ilya Zuyev
beeba69e21
Add 'Update the Kubernetes version' to 'Building' site doc
2021-04-07 10:44:33 -07:00
Ilya Zuyev
a88664d771
bump NewestKubernetesVersion to v1.21.0-rc.0
2021-04-06 17:01:29 -07:00
Anders F Björklund
35d8d4aa52
Add ListImages function and image list command
2021-04-06 22:57:34 +02:00
minikube-bot
53babcc152
Update kicbase to v0.0.19
2021-04-05 22:22:23 +00:00
Sharif Elgamal
2904102a96
Merge pull request #10993 from minikube-bot/iso-release-v1.19.0
...
Update ISO to v1.19.0
2021-04-05 15:09:04 -07:00
Medya Ghazizadeh
ac0704f334
Merge pull request #10992 from kubernetes/medyagh-patch-4
...
Add SSH to doc
2021-04-05 14:16:20 -07:00
minikube-bot
77daf46300
Update ISO to v1.19.0
2021-04-05 20:00:42 +00:00
Medya Ghazizadeh
1f80bb3709
Update _index.md
2021-04-05 09:32:50 -07:00
Predrag Rogic
d69e24dccc
fix unrelated "Docs are not updated" issue via generate-docs
2021-04-05 16:18:37 +01:00
Predrag Rogic
387ad774bb
multinode: fix kindnet and dns issues
2021-04-05 16:18:37 +01:00
Sharif Elgamal
6786da83f3
Merge pull request #10217 from pkalever/nbd-iso
...
iso: enable Network Block Device support
2021-04-02 11:43:10 -07:00
minikube-bot
6bac9bf4f2
Updating ISO to v1.18.0-1617380636-10217
2021-04-02 17:20:26 +00:00
minikube-bot
3490ffaefe
Updating ISO to v1.18.0-1617297297-10217
2021-04-01 18:03:38 +00:00
Sharif Elgamal
8d41dd3a79
Merge pull request #10888 from StingyJack/patch-1
...
site: windows instructions, reload powershell after install
2021-03-30 12:59:06 -07:00
Sharif Elgamal
0a49774077
Merge pull request #10930 from Karmavil/patch-1
...
Fix: path [commands/completion.md]
2021-03-30 12:52:32 -07:00
Medya Ghazizadeh
0de446dc9e
Merge pull request #10792 from prezha/kvm-network
...
kvm2 driver: add dedicated network & static ip
2021-03-29 17:17:50 -07:00
Predrag Rogic
4e34b35479
kvm2 driver: update website
2021-03-28 09:33:39 +01:00
Predrag Rogic
06d4313f3f
kvm2 driver: add static ip
2021-03-27 23:33:24 +00:00
Predrag Rogic
fcc6283859
kvm2 driver: add dedicated network
2021-03-26 23:34:04 +00:00
Tharun
e37f8bc1a2
add unload as an alias and fixed parent command usage
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2021-03-27 02:30:15 +05:30
Federico Gallo
62fc31981b
Fix: typo [commands/completion.md]
...
[site/content/en/docs/commands/completion.md]
Replaced dash (-) for underscore (_) Line 26 => source /etc/bash_completion
2021-03-26 01:26:49 -03:00
Tharun
82d7fcc65f
address log and docs feedback
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2021-03-25 19:32:13 +05:30
Tharun
b9b657ca85
add minikube rm image command
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2021-03-25 17:24:47 +05:30
minikube-bot
dc94b53463
Updating ISO to v1.18.0-1616648395-10217
2021-03-25 05:44:42 +00:00
Medya Ghazizadeh
d0afd8b9ec
Merge pull request #10919 from zhangshj-inspur/shaojie-branch
...
site: spelling
2021-03-24 17:59:14 -07:00
zhangshj
96e7840bb2
correct a wrong word
2021-03-25 08:52:57 +08:00
Medya Ghazizadeh
77c6de357d
Merge pull request #10807 from afbjorklund/load-new
...
Image load: Allow loading local images from tar or cache
2021-03-24 17:50:03 -07:00
Tharun
628a4a8319
not mention timeToStop in status instead of showing NonExistent
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2021-03-24 11:37:57 +05:30
Medya Ghazizadeh
f567893cdb
Merge pull request #10872 from tharun208/feat/docker_env_status
...
add docker-env and podman-env to minikube status
2021-03-23 20:44:11 -07:00
Sharif Elgamal
462a3c5970
fix generate-docs unit tests
2021-03-23 16:17:18 -07:00
Medya Ghazizadeh
3e869e0b7c
Merge pull request #10198 from anencore94/minikube-scp
...
Add minikube cp command as new feature
2021-03-23 12:43:02 -07:00
Medya Ghazizadeh
d1341ceded
Merge pull request #10647 from afbjorklund/docker-20.10.4
...
ISO Upgrade Docker, from 20.10.3 to 20.10.4
2021-03-23 10:08:00 -07:00
Tharun
2779ec021b
add docker-env and podman-env to minikube status
...
Signed-off-by: Tharun <rajendrantharun@live.com>
2021-03-23 22:24:04 +05:30
Medya Ghazizadeh
f39a3c1504
Merge pull request #10425 from bharathkkb/fix-multiple-log-files
...
Generate one log file per minikube command
2021-03-23 00:54:10 -07:00
Medya Ghazizadeh
2be25c6337
Merge pull request #10881 from afbjorklund/ctr-docs
...
Add documentation for the ctr containerd client
2021-03-23 00:20:05 -07:00
Medya Ghazizadeh
38ed70aa32
Merge pull request #10798 from govargo/csi-hostpath-v1.6.0
...
Upgrade csi-hostpath-driver addon to v1.6.0
2021-03-23 00:01:29 -07:00
Anders F Björklund
3bcb5a1e09
Regenerate documentation with the new load help
2021-03-23 07:54:16 +01:00
Anders F Björklund
6fd8a052e2
Merge branch 'master' into load-new
2021-03-23 07:52:36 +01:00
Anders F Björklund
a7cf6feb9e
Regenerate documentation to fix failing unit test
2021-03-23 07:44:06 +01:00
Anders F Björklund
e2a0b26f73
Add documentation for the ctr containerd client
2021-03-23 07:37:04 +01:00
Anders F Björklund
e064eb13fd
Merge branch 'master' into load-new
2021-03-23 07:02:50 +01:00
Medya Ghazizadeh
e4b5fe8c8f
Merge pull request #10882 from afbjorklund/images-docs-push-build
...
Show which methods support load and which support build
2021-03-22 21:04:55 -07:00
minikube-bot
3d9d0e105c
Updating ISO to v1.18.0-1616464260-10647
2021-03-23 02:43:42 +00:00
Medya Ghazizadeh
7a47f16eec
Merge pull request #10844 from afbjorklund/kubectl-ssh
...
Allow running kubectl over the ssh connection
2021-03-22 18:45:45 -07:00
Medya Ghazizadeh
afe31b145a
Merge pull request #10879 from govargo/upgrade-ingress-addon-apiversion
...
Upgrade ingress addon files according to upstream(ingress-nginx v0.44.0)
2021-03-22 18:42:57 -07:00
Medya Ghazizadeh
743ecb598d
Merge pull request #10875 from prezha/kvm-docs-add-net-tshoot
...
website: add "Troubleshooting KVM/libvirt networks"
2021-03-22 16:16:20 -07:00
Anders F Björklund
b322f7ae67
Explain what load and build means in this context
2021-03-21 23:20:13 +01:00
Anders F Björklund
aa334fe944
Show methods support load and which support build
2021-03-21 23:19:57 +01:00
Andrew Stanton
d35370fb9c
adding a note to restart the windows shell after installation
...
if you dont the next step will fail because the command isnt in the PATH for the current shell
2021-03-21 12:18:51 -04:00
Anders F Björklund
b13033b4fb
Fix link for pushing images docs on cache cmd
...
The link was going directly to the command documentation,
rather than just to the section further down on the page.
2021-03-19 20:33:36 +01:00
Kent Iso
fb216ddc93
Upgrade ingress addon files according to upstream(ingress-nginx v0.44.0)
2021-03-20 04:07:21 +09:00
Predrag Rogic
1de79354c9
website: add "Troubleshooting KVM/libvirt networks"
2021-03-19 14:27:31 +00:00
Kent Iso
788e910073
Upgrade csi-hostpath addon to v1.6.0
2021-03-19 21:48:48 +09:00
Anders F Björklund
15e422d79b
Generate docs for commands to make test happy
2021-03-18 07:20:57 +01:00
Anders F Björklund
78bc248a89
Allow running kubectl over the ssh connection
...
The default is to run kubernetes client locally
2021-03-16 07:45:17 +01:00
Anders F Björklund
5919ee78bc
Add basic documentation for minikube image command
...
Using the image command is an alternative to using the
different environment cmds for the different clients.
2021-03-14 18:37:39 +01:00
Anders F Björklund
0d99d18803
Allow loading local images as well as from cache
...
Previously only allowed loading from daemon or remote
via the cache, and not directly from local tarball.
2021-03-13 14:43:15 +01:00
Medya Ghazizadeh
025fae0de3
Merge pull request #10704 from nixpanic/iso/add-losetup
...
install losetup from util-linux in the ISO to enable support for VolumeMode=Block PVCs
2021-03-10 15:38:31 -08:00
Medya Ghazizadeh
5147ef3554
Merge pull request #10730 from sharifelgamal/auth-gce
...
auto-detect gce and do not enable gcp auth addon
2021-03-10 15:26:34 -08:00
Sharif Elgamal
201c53ec6b
update latest release to v1.18.1
2021-03-10 13:13:39 -08:00
minikube-bot
d299be963d
Updating ISO to v1.18.0-1615350772-10704
2021-03-10 05:22:51 +00:00
Sharif Elgamal
15c44bf7ac
reorganize addons to make force flag more generic
2021-03-09 13:32:09 -08:00
Sharif Elgamal
16a2ac9c47
generate docs
2021-03-08 13:10:43 -08:00
anencore94
109b1e0fe2
make cp commmand allow target path as absolutepath
...
- only absolute path is allowed
Signed-off-by: anencore94 <anencore94@kaist.ac.kr>
2021-03-08 10:51:15 +09:00
anencore94
76f3c72e82
[Feature] Add minikube cp command
...
- add new feature represents cp local file into minikube
- add functional test for cp command
Signed-off-by: anencore94 <anencore94@kaist.ac.kr>
2021-03-08 10:51:15 +09:00
Anders F Björklund
1ced9d774c
Add instructions for building images with buildkit
...
Documentation still refers to building as "pushing"
2021-03-07 22:15:35 +01:00
Medya Ghazizadeh
1beaaf2862
Merge pull request #10654 from govargo/bump-volumesnapshot-v1
...
Upgrade VolumeSnapshot to GA(v1)
2021-03-05 20:41:30 -08:00
Medya Ghazizadeh
d2cb052fca
Merge pull request #10653 from Loyen/add-listen-address-flag
...
Add flag "--listen-address" for docker and podman driver
2021-03-05 12:56:22 -08:00
Medya Ghazizadeh
7094184216
Merge pull request #10698 from spowelljr/addReleaseSchedule
...
site: Added release schedule page
2021-03-03 13:18:37 -08:00
ilya-zuyev
5a7440e414
Merge pull request #10552 from afbjorklund/presentations
...
Add link to minikube blog posts and presentations
2021-03-03 10:43:43 -08:00
Kent Iso
5a9e5fecf2
Upgrade VolumeSnapshot to GA(v1)
2021-03-04 00:02:27 +09:00
Steven Powell
b28c83daa1
moved release schedule to contrib section
2021-03-02 17:32:38 -07:00
Steven Powell
fa26d35735
site: Added release schedule page
2021-03-02 17:19:06 -07:00
Medya Ghazizadeh
5da07f1662
Merge pull request #10471 from phantooom/master
...
kvm2 driver: Add flag --kvm-numa-count" support topology-manager simulate numa
2021-03-02 16:04:57 -08:00
Medya Ghazizadeh
4501e70295
Merge pull request #10458 from afbjorklund/podman-stable
...
Change podman priority to default on Linux
2021-03-02 14:41:02 -08:00
Patrik Freij
29a7145e9d
Add podman support for --listen-address
2021-03-02 20:59:27 +01:00
phantooom
badc5d4532
add more check for kvm2 support simulate numa node
2021-03-02 22:27:26 +08:00
phantooom
e11f23a4c9
kvm2 driver support simulate numa node
2021-03-02 22:27:26 +08:00
Medya Ghazizadeh
ec61815d60
Merge pull request #10679 from spowelljr/releasev1.18
...
Release v1.18.0
2021-03-01 16:06:25 -08:00
Steven Powell
0c1c0ee9a7
ran generate-docs
2021-03-01 15:40:45 -07:00
Steven Powell
cdaea62e2d
Update binaries.md
2021-03-01 15:20:48 -07:00
Patrik Freij
6604c9254a
Generate docs to add --listen-address
2021-03-01 16:51:15 +01:00
bharathkkb
015b721f17
feat: add default log_file name
...
add max log size, add tests, update website docs
fix func comments
address comments
fix docs
fail fast
add tests to TestErrorSpam, switch to using log
2021-02-28 17:12:22 -06:00
minikube-bot
2c292cca75
Update kicbase to v0.0.18
2021-02-25 23:14:51 +00:00
Anders F Björklund
535ef81de9
Add minikube presentation from KubeCon CN 2019
2021-02-25 20:43:08 +01:00
Medya Gh
f272822d15
bump kic base
2021-02-24 13:45:53 -08:00
Anders F Björklund
2635e7a0fb
Add link to minikube blog posts and presentations
2021-02-24 22:36:22 +01:00
Medya Gh
549bb10a52
update kicbase with pause
2021-02-24 12:30:06 -08:00
Medya Ghazizadeh
5a6ff9994e
Merge pull request #10585 from ilya-zuyev/ilyaz/bumpt_iso_1.18.0-beta0
...
Bump ISO version to 1.18.0-beta.0
2021-02-24 11:42:20 -08:00
Sharif Elgamal
6afefe6b83
Merge pull request #10159 from maikelvl/patch-1
...
Update docs VMware Fusion mount location.
2021-02-24 11:06:28 -08:00
Ilya Zuyev
702f4bbb3e
run make generate-docs
2021-02-23 16:21:04 -08:00
Kent Iso
ae9f050458
Add tutorial for VolumeSnapshot to docs
2021-02-23 00:22:45 +09:00
Medya Ghazizadeh
2ac7bcd8d1
Merge pull request #10548 from jiefenghe/master
...
disable minikube-scheduled-stop.service until a user schedules a stop
2021-02-22 01:04:50 -08:00
Jiefeng He
d6e9174435
update new tag, SHA, and doc due to new kicbase image
2021-02-21 17:27:24 -08:00
Medya Ghazizadeh
59c52a2e5a
Merge pull request #10546 from medyagh/downgrade_default_kuberntes
...
downgrade default kuberentes version back to v1.20.2
2021-02-21 12:20:51 -08:00
Anders F Björklund
b7847cc91e
The github label wasn't renamed like the driver
...
Accidentally changed it with a search and replace
2021-02-21 19:58:17 +01:00
Medya Gh
7ec54bf958
update docs
2021-02-20 16:17:56 -08:00
Medya Gh
d120656161
update image
2021-02-20 10:55:56 -08:00
Medya Gh
712ab628a6
update kicbase
2021-02-20 10:11:35 -08:00
Medya Gh
a66d2a3124
bupm oldest kubernetes version to v1.14.0
2021-02-20 10:07:26 -08:00
Sharif Elgamal
9abb3bed51
update kicbase image
2021-02-19 18:08:41 -08:00
Sharif Elgamal
17af0f999b
update kicbase image for testing
2021-02-18 19:20:17 -08:00
Sharif Elgamal
74e2127a87
update kicbase image for the last time
2021-02-18 18:28:02 -08:00
Sharif Elgamal
31ea98ca50
update kicbase to newest build
2021-02-18 15:04:34 -08:00
Sharif Elgamal
cb35af3fd3
Merge branch 'master' of github.com:kubernetes/minikube into kic-test
2021-02-17 14:47:42 -08:00
priyawadhwa
bd4720d29e
Merge pull request #10233 from uhari03/issue-10173
...
Add google group link to triaging doc
2021-02-17 11:32:45 -08:00
Sharif Elgamal
fd897f4f23
fix up repo stuff
2021-02-17 10:32:48 -08:00
Sharif Elgamal
1233508e3c
generate-docs
2021-02-17 09:59:56 -08:00
ashwanth1109
eb079e66bb
Accessing apps documentation follows convention for dynamic values
2021-02-13 10:03:12 +00:00
Anders F Björklund
fb90e7ee10
Change podman priority to default on Linux
...
Requires Podman 2.1 or greater (such as 3.0)
Podman is *not* yet supported for Mac or Win.
2021-02-12 17:33:16 +01:00
Medya Ghazizadeh
a3609d3778
Merge pull request #10380 from daehyeok/profile_list_light
...
Add -l/--light option for profile list command.
2021-02-10 17:04:39 -08:00
Sharif Elgamal
3942e43659
Merge pull request #10347 from mwht/patch-1
...
Changed x86 to amd64 in installation guide to reflect actual architecture name
2021-02-10 11:35:08 -08:00
priyawadhwa
b0fcaa6e70
Merge pull request #10341 from vladdoster/patch-1
...
(docs) update install instructions for MacOS
2021-02-10 11:08:01 -08:00
Daehyeok Mun
f457bde02d
Add -l/--light option for profile list command.
...
If option is true, Doens't try to get profiles from container and read
current status.
2021-02-09 16:06:09 -08:00
priyawadhwa
51ec098b05
Merge pull request #10366 from priyawadhwa/mk-image-load
...
Implement minikube image load command
2021-02-09 14:42:31 -08:00
Medya Ghazizadeh
1c8944f790
Merge pull request #10395 from govargo/fix-metallb-addon
...
Fix configuration of the metallb with empty load balancing IP range
2021-02-08 09:12:48 -08:00
Moshi Binyamini
4a20660a3c
Add missing reference to --embed-certs
2021-02-07 20:12:38 +02:00
Kent Iso
b1030dc28a
Fix configuration of the metallb with empty load balancing IP range
2021-02-07 23:43:05 +09:00
vlad doster
05123bb70a
(docs) update docs/start/_index.md`
...
minikube is not a cask on brew
- update doc wording to reflect the change
- update image reflecting this
2021-02-06 05:28:27 -06:00
Priya Wadhwa
15548fc83e
update docs
2021-02-05 14:36:55 -08:00
Priya Wadhwa
0061d72be6
Merge branch 'master' of https://github.com/kubernetes/minikube into mk-image-load
2021-02-05 10:24:23 -08:00
Priya Wadhwa
63d3a20cf8
update docs
2021-02-04 16:31:44 -08:00
Medya Ghazizadeh
bd1c1e4873
Merge pull request #10337 from ilya-zuyev/ilyaz/fix_docs_for_arm
...
Update documentation with instructions for darwin/arm64 platform
2021-02-03 11:26:02 -08:00
Sharif Elgamal
5bff0cf0cf
Merge pull request #10218 from Karmavil/patch-1
...
typo
2021-02-02 11:07:34 -08:00
Sebastian Madejski
51230736a1
add alternative architecture names for x86_64 and arm64 to installation guide
2021-02-02 18:35:45 +01:00
Sebastian Madejski
258a31d85f
changed name from ARM to ARM64 in installation guide to reflect actual architecture
2021-02-02 18:16:33 +01:00
Sebastian Madejski
26af3027fc
change x86 to amd64 to reflect actual architecture name
2021-02-02 17:53:57 +01:00
Ilya Zuyev
949dce6ef3
Merge branch 'master' into ilyaz/fix_docs_for_arm
2021-02-01 18:38:02 -08:00
Ilya Zuyev
4ca56afb03
site: update building instructions and known issues related to arm64
2021-02-01 16:56:50 -08:00
Ilya Zuyev
bbc2bd59c5
site: update installation instructions for darwin/arm64
2021-02-01 16:50:04 -08:00
Daehyeok Mun
4500be129f
Validate minimum docker version
2021-02-01 13:54:20 -08:00
Ling Samuel
79cb6b42c1
Generate docs, update addon example registry
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:44:29 +08:00
Ling Samuel
101d39fc51
Addon custom registry:
...
* fix missing suffix when using global image repo
* support override global image repo
* change all imagePullPolicy to IfNotPresent
* fix empty global image repo suffix
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:08 +08:00
Ling Samuel
c9f4cb8388
addons custom images/registries example article
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:08 +08:00
Ling Samuel
52f0e49a1e
Fix docker.io/ prefix
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:07 +08:00
Ling Samuel
de3c901c18
Implement all addons
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:07 +08:00
Ling Samuel
a49d91524b
update docs
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:06 +08:00
Medya Ghazizadeh
597091d84b
Merge pull request #10106 from spowelljr/userFlag
...
Add new flag --user and to log executed commands
2021-01-26 15:44:58 -08:00
Priya Wadhwa
78a89a13fd
Update docs
2021-01-26 13:07:00 -08:00
Priya Wadhwa
8c3ccb5294
Run make generate-docs
2021-01-26 13:01:43 -08:00
priyawadhwa
fb3396fa6a
Merge pull request #10251 from andrzejsydor/patch-1
...
Update addons.md
2021-01-26 12:04:30 -08:00
Priya Wadhwa
9f1c3b5f7f
update docZ
2021-01-25 10:16:20 -08:00
Priya Wadhwa
647aa96458
Add updating revision info to docs
2021-01-25 09:52:24 -08:00
andrzejsydor
cf705678cf
Update addons.md
...
fix typos - should be an upper case like in other commands.
2021-01-25 09:58:32 +01:00
Hari Udhayakumar
7e8aaa8a91
Add google group link to triaging doc
2021-01-22 16:47:11 -08:00
Medya Ghazizadeh
3668e15224
Merge pull request #10194 from ilya-zuyev/ilyaz/update_k8s_version_2
...
update k8s version to v1.20.3-rc.0
2021-01-22 10:02:44 -08:00
Federico Gallo
9d4362fea2
typo
2021-01-22 11:43:13 -03:00
Priya Wadhwa
4636c04e5c
fix generate docs
2021-01-21 14:06:03 -08:00
Steven Powell
82f7df5b56
Add user flag and log executed commands
2021-01-20 17:30:48 -07:00
Ilya Zuyev
daa7b2780b
update k8s version to v1.20.3-rc.0
2021-01-20 16:22:05 -08:00
Maikel
7b1b1ac200
Update docs VMware Fusion mount location.
...
I noticed the mount does not end up in `/Users`, but in `/mnt/hgfs/Users` using the following start command:
``
minikube start --vm-driver=vmware --mount-string=/Users:/Users
```
Source: https://github.com/kubernetes/website/pull/18674/files
2021-01-17 15:46:46 +01:00
Anders F Björklund
541193c945
Address review comments, rename to ssh-ip-address
2021-01-16 14:44:56 +01:00
Anders F Björklund
4611e2fe76
Merge branch 'master' into generic
2021-01-16 14:34:04 +01:00
Steven Powell
94ea2bacef
Removed exec permission from files that should not have
2021-01-13 18:22:29 -07:00
Anders F Björklund
abb556f7f5
Merge branch 'master' into generic
2021-01-13 20:15:17 +01:00
Ilya Zuyev
d886639479
fix unit tests
2021-01-12 11:31:09 -08:00
Anders F Björklund
b2121eae39
Rename the generic driver to the ssh driver
...
Now that we have forked the machine driver
2021-01-09 14:36:32 +01:00
Anders F Björklund
fb6cf6b6b6
Add placeholder for docs for the generic driver
...
But most of it is identical to the "none" driver
2021-01-08 18:16:58 +01:00
Anders F Björklund
39218369c0
Improve help text for generic driver flags
2021-01-08 07:55:28 +01:00
Anders F Björklund
749843248e
Merge branch 'master' into generic
2021-01-08 07:53:49 +01:00
Priya Wadhwa
0b522445ad
update flag and documentation
2021-01-06 14:38:15 -08:00
Kubernetes Prow Robot
cb7e09b1bd
Merge pull request #9937 from Aut0R3V/master
...
Added documentation for Vmware driver on Windows
2021-01-06 10:17:52 -08:00
Anders F Björklund
00763352b6
Add minikube support for the "generic" VM driver
...
This driver connects to an already existing virtual machine,
using the provided IP address and SSH user/key/port parameters.
On this machine, libmachine will provision the docker daemon
and minikube will bootstrap the kubernetes cluster (as usual).
2021-01-06 18:03:43 +01:00
AUT0R3V
ffea4bb25d
Update vmware_windows_usage.inc
2020-12-29 01:31:16 +05:30
Priya Wadhwa
322efcb406
Merge branch 'master' of https://github.com/kubernetes/minikube into network-flag
2020-12-23 14:02:22 -08:00
Medya Ghazizadeh
e678fb11d6
Merge pull request #10034 from ebriand/patch-1
...
Fix typo in the csi-hostpath-driver addon name
2020-12-23 12:54:39 -08:00
Medya Ghazizadeh
7b1b565882
Merge pull request #9974 from blueelvis/add-warning-windows-ssh-client-tunnel
...
Adding warning for docker windows tunnel
2020-12-23 11:22:59 -08:00
Eric Briand
b147278350
Fix typo in the csi-hostpath-driver addon name
2020-12-23 09:44:28 +01:00
AUT0R3V
397dea8aef
Update vmware_windows_usage.inc
2020-12-23 10:12:04 +05:30
Priya Wadhwa
81f00fc3e3
update description
2020-12-21 16:58:49 -08:00
Medya Ghazizadeh
75cd178012
Merge pull request #9994 from spowelljr/addBackupTabDisplay
...
site: fix display method for tabs if jQuery fails to load
2020-12-21 10:59:03 -08:00
Jituri, Pranav
f2b47962e1
Address review comments
2020-12-18 10:06:30 +05:30