Commit Graph

530 Commits (db08552f10366702429ad7d7a37a942affb7ee8b)

Author SHA1 Message Date
Priya Wadhwa 15548fc83e update docs 2021-02-05 14:36:55 -08:00
Priya Wadhwa 63d3a20cf8 update docs 2021-02-04 16:31:44 -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 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
andrzejsydor cf705678cf
Update addons.md
fix typos - should be an upper case like in other commands.
2021-01-25 09:58:32 +01: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
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
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 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 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
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
Priya Wadhwa 322efcb406 Merge branch 'master' of https://github.com/kubernetes/minikube into network-flag 2020-12-23 14:02:22 -08:00
Priya Wadhwa 81f00fc3e3 update description 2020-12-21 16:58:49 -08:00
Thomas Strömberg 78163cfb90
Merge pull request #9630 from afbjorklund/ssh-host
Add ssh-host command for getting the ssh host keys
2020-12-17 08:09:29 -08:00
Priya Wadhwa 55f496492c fix merge conflict 2020-12-16 10:37:51 -08:00
Thomas Strömberg fdab252f4f
Merge pull request #9873 from lingsamuel/node-param-for-ip-and-ssh-key
Add --node option for command `ip` and `ssh-key`
2020-12-16 08:17:24 -08:00
Sharif Elgamal 47d802a63e fix docs 2020-12-14 16:58:53 -08:00
Anders F Björklund 7822a4e36e Add option to add the ssh-host key to known_hosts
This matches the ssh-add command for identity keys,
it will add the host key to the ssh known_hosts file.

If a ssh key for the host already exists in the file,
it will not be added again so can be run multiple times.
2020-12-12 18:54:33 +01:00
Anders F Björklund a387989c72 Add ssh-host command for getting the ssh host keys
This is similar to the existing minikube "ssh-key" command, but gets
the content of the host key instead of the path to the identity key.

The output of this command can be added to the ~/.ssh/known_hosts,
for strict host key authentication. For instance when using Docker.
2020-12-12 18:54:33 +01:00
Anders F Björklund a5c1665324 Run generate-docs again for the driver rename
The iso bump reverted the previous fix again
2020-12-12 18:49:41 +01:00
Medya Gh f3be305abb bump iso on head for snapshot4 2020-12-11 12:11:26 -08:00
Medya Ghazizadeh 442a9cf2d3
Merge pull request #9911 from medyagh/update_kicbase_16_1
Update kicbase 15 snapshot4 on head
2020-12-10 16:55:28 -08:00
Thomas Strömberg 3508316111
Merge pull request #9618 from r0v/patch-1
Modify "example command" in cli reference for "config".
2020-12-10 14:52:02 -08:00
Medya Gh f66976480b update docs 2020-12-09 17:39:06 -08:00
Medya Ghazizadeh ead11c65cd
Merge pull request #9897 from medyagh/update_k8s_version20
update default kubernetes version to 1.20.0
2020-12-09 16:29:03 -08:00
Medya Gh 34ff43cc8f update docs 2020-12-09 14:42:35 -08:00
Medya Gh c69e353bf8 docs 2020-12-09 12:50:50 -08:00
Medya Gh 564e74c635 update default kubernetes version to 1.20.0 2020-12-09 12:30:50 -08:00
Medya Ghazizadeh 877f1553d8
Merge pull request #9548 from afbjorklund/docker-env-ssh
Optionally use ssh for docker-env instead of tcp
2020-12-09 12:22:17 -08:00
Medya Gh 2fe6cd7b18 docs 2020-12-08 16:26:58 -08:00
Medya Gh c6badf60a4 update docs 2020-12-08 13:50:41 -08:00
Ling Samuel b9eedce002
Add -n, --node option for `ip` and `ssh-key` 2020-12-07 15:59:49 +08:00
Anders F Björklund 45befa0c1d Merge branch 'master' into docker-env-ssh 2020-12-05 13:07:29 +01:00
Tharun 81e27dd7b4 fixed review feedbacks
Signed-off-by: Tharun <rajendrantharun@live.com>
2020-12-05 14:33:39 +05:30
Priya Wadhwa f373155d55 merge conflict 2020-12-03 10:56:41 -08:00
edtrist 70b12370e7 Regenerate docs to add shell language to commands 2020-12-01 22:42:41 +00:00
priyawadhwa d83b868b4f
Merge pull request #9774 from priyawadhwa/cancel-stop
Add --cancel-scheduled flag to cancel all existing scheduled stops
2020-11-30 10:03:48 -08:00
Medya Gh 9d7763cdcf update docs 2020-11-25 15:35:22 -08:00
Priya Wadhwa 70cb886a39 shorten flag name to --cancel-scheduled 2020-11-24 17:29:46 -08:00
Priya Wadhwa b7eaaf8c75 update docs 2020-11-24 11:36:41 -08:00
Anders F Björklund 91890693ee Merge branch 'master' into docker-env-ssh 2020-11-24 20:21:21 +01:00
Priya Wadhwa 5e1382432f update docs 2020-11-24 10:48:20 -08:00
Priya Wadhwa e88b0908bf Update docs 2020-11-18 11:10:45 -08:00
Anders F Björklund 05427245cd Merge tag 'v1.15.0' into docker-env-ssh
1.15.0 Release
2020-11-15 09:59:49 +01:00
Medya Ghazizadeh 992c113100
Merge pull request #9693 from medyagh/k8s_ver_v15
update kubernetes version
2020-11-13 14:05:11 -08:00
Medya Gh 718d76dd04 update kubernetes version 2020-11-12 18:32:52 -08:00
Medya Gh 07cfe6408f update docs 2020-11-12 16:04:26 -08:00
Priya Wadhwa 9bb9355b50 fix merge conflict 2020-11-11 11:57:27 -08:00
Medya Ghazizadeh eb17495e5b
Merge pull request #9487 from prezha/status-add-watch-flag
add --watch flag for minikube status with optional interval duration
2020-11-11 11:50:43 -08:00
Sharif Elgamal 0f408d9d44
Merge pull request #9385 from bluestealth/8990
Improve parsing of start flag apiserver-names
2020-11-11 11:14:58 -08:00
Predrag Rogic f57d9bfa73
add --watch flag for minikube status 2020-11-11 00:25:32 +00:00
Medya Gh be786ac95b docs 2020-11-09 18:39:37 -08:00
Medya Gh 28044cddb5 update docs 2020-11-09 12:36:16 -08:00
Anders F Björklund d2e2ecaf40 Add option to add the ssh key to the ssh agent 2020-11-08 15:23:41 +01:00
priyawadhwa 18b0c00698
Merge pull request #9622 from priyawadhwa/help
Update docs to include --help flag
2020-11-06 14:57:51 -08:00
Medya Ghazizadeh 9afe7c6203
Merge pull request #9604 from medyagh/bump_kicbase
Bump kicbase on head
2020-11-06 14:31:16 -08:00
Priya Wadhwa 760ad89f1f Update docs to include --help flag 2020-11-06 13:43:54 -08:00
Tpk 775036f846
Update config.md 2020-11-06 21:22:16 +01:00
Priya Wadhwa 19b2be23bc fix merge conflict 2020-11-05 14:31:39 -08:00
Medya Gh 30e9a059c4 update docs 2020-11-05 12:51:18 -08:00
Predrag Rogic d49f4173b3
update --namespace flag description 2020-11-04 22:14:00 +00:00
Predrag Rogic 3427f078c3
add support for namespace 2020-11-04 22:13:45 +00:00
Michael Ryan Dempsey 30a48d7b57
Update documentation 2020-11-03 10:59:27 -08:00
Predrag Rogic 80dbe48a50
update klog version to v2.4.0 2020-11-02 23:47:12 +00:00
Priya Wadhwa d9dc4efa4d update docs 2020-10-28 13:16:25 -07:00
Priya Wadhwa a2fcd8e37b update docs 2020-10-28 12:54:18 -07:00
Priya Wadhwa 267769c640 update docs 2020-10-26 15:14:58 -07:00
Anders F Björklund 7841aea2db Optionally use ssh for docker-env instead of tcp
Since Docker 18.09, it supports ssh: as well as tcp:
for connecting to the docker daemon (in $DOCKER_HOST).

This avoids setting up certificates, but leaves key
handling (host keys and identity keys) to ssh config.
2020-10-25 14:16:28 +01:00
Priya Wadhwa e807362329 update docs 2020-10-23 10:04:11 -07:00
Medya Gh 37f37fd504 resolve conflict 2020-10-13 15:45:46 -07:00
Thomas Strömberg 5ce9d99d68
Merge pull request #9355 from PriyaModali/klog
Switch logging implementation from google/glog to kubernetes/klog
2020-10-13 12:54:49 -07:00
Medya Gh 62dc953456 update docs 2020-10-12 17:30:03 -07:00
Priya Modali 59548194bd Merge branch 'master' of https://github.com/kubernetes/minikube into klog 2020-10-09 17:45:35 -07:00
Priya Modali 2985e8a21e Updating unit tests. 2020-10-08 15:10:50 -07:00
Medya Gh 8c7e4f0298 updarte docs 2020-10-08 13:59:56 -07:00
Medya Ghazizadeh e573b928d5
Merge pull request #9404 from ToonvanStrijp/master
Add new flag "--ports" to expose ports for docker & podman drivers
2020-10-07 15:56:29 -05:00
ToonvanStrijp 78a1532408 update docs 2020-10-07 18:17:13 +02:00
Thomas Stromberg 615f233c77 Remove reference to Virtualbox in "stop" help 2020-10-06 21:07:02 -07:00
ToonvanStrijp e7e928b649 update docs 2020-10-06 13:51:23 +02:00
Medya Gh 23eb169055 generate docs 2020-09-29 13:16:37 -07:00
Anders F Björklund e6b510543e Don't trim whitespace while extracting strings
Remove some leading and trailing whitespace from non-string
constructs like description and automatic extraction filters.

But don't change all the translations or the translations here,
since that would make this code change impossible to review.
2020-09-27 17:59:06 +02:00
Sharif Elgamal 7e7344da18 Update Makefile and release notes for v1.13.1 2020-09-18 16:20:58 -07:00
Thomas Stromberg 942eb539e6 Update DefaultKubernetesVersion to v1.19.2 2020-09-16 17:44:15 -07:00
Medya Ghazizadeh 022d4ceefc
Merge pull request #9207 from tstromberg/v1.19.1
Update default Kubernetes release to v1.19.1
2020-09-15 16:10:22 -07:00
Anders F Björklund 37e521272c Fix copy/paste error in virtualbox nic-type help
It used type "host only" twice, instead of "nat".
2020-09-13 17:25:02 +02:00
Thomas Stromberg c401b42622 Update default Kubernetes release to v1.19.1 2020-09-09 11:20:45 -07:00
priyawadhwa b4400ad70a
Merge pull request #8904 from Xcalizorz/master
fixes(#8301): --help: bool flags which default to 'false' yield confusing output
2020-09-08 13:50:10 -04:00
Sharif Elgamal 91488dd2da generate-docs 2020-09-02 17:10:46 -07:00
Zadjad Rezai 6f95e0fc7c chore(docs): Adds new text to service-docs 2020-09-02 10:24:12 +02:00
Thomas Strömberg 51a3155cfd
Merge pull request #9126 from tstromberg/error-code-for-everyone
Add a machine readable reason to all error paths
2020-08-31 22:34:24 -07:00
Thomas Stromberg 2c5e8fdaee Add detailed JSON & status codes for all error paths 2020-08-30 17:25:11 -07:00
Thomas Stromberg 305d3580ba Merge branch 'master' into 1.19.0-rc.4-updated 2020-08-28 10:33:17 -07:00
vinu2003 1541ca9132 updated the docs 2020-08-27 10:07:25 +10:00
Thomas Stromberg a63a1ddcda Update to v1.19.0 final release 2020-08-26 13:27:05 -07:00
Thomas Stromberg cffa2ad0c7 Merge branch 'master' into 1.19.0-rc.4-updated 2020-08-26 13:26:05 -07:00
Priya Wadhwa 8e1f154768 update docs 2020-08-25 16:05:13 -07:00
Medya Gh 5dc6c83142 update doc 2020-08-24 15:21:02 -07:00
Thomas Stromberg 099f2a06b0 Update start.md doc 2020-08-21 13:48:31 -07:00
Thomas Strömberg 135d7bd7e4
Merge pull request #9045 from tstromberg/1.19.0-rc.4-updated
Update NewestKubernetesVersion to v1.19.0-rc.4
2020-08-21 13:38:51 -07:00
Medya Gh 200fddd615 gen doc 2020-08-21 10:58:29 -07:00
Thomas Stromberg 444dde078f Update NewestVersion to v1.19.0-rc.4 2020-08-20 13:38:45 -07:00
Medya Gh ae086a1f31 gen docs 2020-08-17 17:01:13 -07:00
Medya Gh c94a75032c fix docs 2020-08-17 16:11:59 -07:00
Pablo Caderno 0d7686a1e1 updated documentation
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2020-08-11 19:08:27 +10:00
Pablo Caderno 37a1d3bc0b Added startHostTimeout flag
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2020-08-10 16:23:13 +10:00
Sharif Elgamal 459b141237 generate-docs 2020-08-04 15:20:29 -07:00
Sharif Elgamal cdbce0a9e9 docs 2020-07-31 10:47:10 -07:00
Thomas Stromberg e5371a64b3 Update docs 2020-07-28 13:52:22 -07:00
Andrii Volin 1070bb5267 fix doc typo 2020-07-25 12:26:37 +03:00
Thomas Stromberg 94e866affc Merge to master 2020-07-16 19:53:43 -07:00
Thomas Stromberg fcc15fa353 Merge to master 2020-07-15 21:04:33 -07:00
Thomas Stromberg 14b4a54ba2 Merge to master 2020-07-15 21:03:49 -07:00
Priya Wadhwa 3a290606db Merge branch 'master' of https://github.com/kubernetes/minikube into json-output 2020-07-10 19:12:50 -04:00
Priya Wadhwa bfa4575a5f docs 2020-07-10 17:07:56 -04:00
Medya Gh 210024afdd update docs 2020-07-08 15:26:13 -07:00
Priya Wadhwa 1980e066dd fix lint and generate-docs 2020-07-07 15:57:07 -04:00
Sunny Beatteay 9bcc587def update crio to cri-o in docs and help text 2020-06-29 14:11:20 -04:00
Thomas Stromberg ffcb14a6b2 Add support for Cilium CNI (--cni=cilium) 2020-06-26 11:55:30 -07:00
Thomas Stromberg f901e638f2 Add support for Calico CNI (--cni=calico) 2020-06-26 11:21:15 -07:00
Thomas Stromberg 03ec6f9419 Update docs 2020-06-25 16:09:49 -07:00
Thomas Stromberg 9e95435e00 Add --cni flag, fix --network-plugin=kubenet 2020-06-23 20:10:25 -07:00
Medya Ghazizadeh fa0812c8f0
Merge pull request #8285 from kadern0/issue-8237
Added option --all to stop all clusters
2020-06-09 13:02:35 -07:00
Pablo Caderno 325db092c3 Added option --all to stop all clusters
Related to #8237

Signed-off-by: kadern0 <kaderno@gmail.com>
2020-06-09 08:32:36 +10:00
Medya Gh 312cdbdedd update docs 2020-05-29 12:45:05 -07:00
Medya Gh 4b280ab362 bump default kubernetes version 2020-05-28 13:44:57 -07:00
Sharif Elgamal 95755c07fd generate docs 2020-05-21 12:54:54 -07:00
Priya Wadhwa bd08d04df7 update docs 2020-05-13 15:51:53 -07:00
Medya Gh 2cc0e165e9 fix docs 2020-05-12 18:24:36 -07:00
Medya Ghazizadeh 3c84c3cf31
Merge pull request #8099 from medyagh/update_kube_ver
update Kubernetes version to v1.18.2
2020-05-13 00:46:20 +00:00
Medya Gh 29d72a469b generate docs 2020-05-12 17:33:36 -07:00
Medya Gh e62fa4b63d update docs 2020-05-12 15:26:28 -07:00
Medya Gh 7dbbbc66cf update kuberentes version to v1.18.2 2020-05-12 15:17:55 -07:00
Medya Gh ace8205c3a gen-docs 2020-05-11 15:31:15 -07:00
Anders F Björklund c578a7aa1e Add a PointToHost function for podman as well
And add an active variable, similiar to docker
2020-05-10 23:07:12 +02:00
Thomas Stromberg cad2960ed5 Run generate-docs 2020-05-07 14:18:00 -07:00
Kenta Iso 138f73f9f8 Change tunnel cleanup flag default to true 2020-04-30 19:26:46 +09:00
Thomas Stromberg b5fb930021 Run 'make generate-docs' 2020-04-29 11:06:43 -07:00
Thomas Strömberg 147fd9e2b1
Merge pull request #7714 from tstromberg/k8s-v1.18.1
Upgrade default Kubernetes to v1.18.1
2020-04-29 10:29:00 -07:00
Thomas Strömberg 2f78bff4ed
Merge pull request #7858 from priyawadhwa/upgrade-kic
Upgrade docker driver base image to v0.0.10
2020-04-29 08:48:45 -07:00
Sharif Elgamal de71233966
Merge pull request #7851 from radeksm/feature/7667
Add list option for "minikube node" command
2020-04-28 10:09:38 -07:00
Thomas Stromberg 798fb930b0 Merge branch 'master' into k8s-v1.18.1 2020-04-28 08:11:34 -07:00
Radoslaw Smigielski 4c1e6c5fe0 Merge branch 'master' into feature/7667 2020-04-27 20:52:23 +01:00
Priya Wadhwa 67efd1120e update docs 2020-04-27 10:47:43 -07:00
Thomas Stromberg 1cbbb6ac0b Merge to master 2020-04-24 16:58:15 -07:00
Priya Wadhwa 045b1e9a3a update docs 2020-04-23 15:02:14 -07:00
Priya Wadhwa dc14146f8d resolve merge conflict 2020-04-23 14:53:28 -07:00
Priya Wadhwa 0947384937 Merge branch 'master' of https://github.com/kubernetes/minikube into upgrade-kic 2020-04-23 12:46:52 -07:00
Priya Wadhwa da8253d879 update docs 2020-04-23 12:46:37 -07:00
priyawadhwa e1ad23cf85
Merge pull request #7832 from priyawadhwa/release
Release v1.10.0-beta.1
2020-04-23 11:05:28 -07:00
Priya Wadhwa 0d07fd4dac Update docs 2020-04-22 17:20:15 -07:00
Priya Wadhwa 0639dab3c2 update docs 2020-04-22 15:28:47 -07:00
Priya Wadhwa 513d84700c update docs 2020-04-22 14:30:36 -07:00
Priya Wadhwa 1f2b32c4ed Update docs 2020-04-22 14:11:23 -07:00
Radoslaw Smigielski 62c93c4657 Add docs for node list command 2020-04-22 17:23:05 +01:00
Thomas Stromberg 685aaf49fc update latest doc to v1.18.1 2020-04-21 15:26:48 -07:00
Thomas Stromberg e185606d94 Merge branch 'master' into k8s-v1.18.1 2020-04-21 15:25:58 -07:00
Sharif Elgamal 2b5244a175 Merge branch 'master' of github.com:kubernetes/minikube into multitest 2020-04-21 00:19:14 -07:00
Priya Wadhwa 18c7ab5f8b update docs 2020-04-20 18:31:31 -07:00
Priya Wadhwa dc3b625438 update docs 2020-04-20 17:28:51 -07:00
Sharif Elgamal 0c0add9f95 fix docs 2020-04-20 17:12:35 -07:00
sayboras 66a7cf26b3
Add fish auto completion 2020-04-20 11:52:26 +10:00
Medya Gh 4f04427326 rename icon 2020-04-17 13:50:33 -07:00
Thomas Stromberg fdb3bd9d60 Upgrade default Kubernetes to v1.18.1 2020-04-16 07:23:53 -07:00
Kenta Iso 29f1144de3 Add node type to each node in `minikube status` 2020-04-14 11:53:29 +09:00
Kenta Iso 47333325e8 add master node/worker node section to `minikube status` 2020-04-14 11:53:29 +09:00
Priya Wadhwa 09dd0acb9b Update docs contents 2020-04-07 15:15:08 -07:00
Priya Wadhwa 8ee163c846 Rebased on master 2020-04-07 15:13:06 -07:00
tstromberg 4593ac3558 Change directory case 2020-04-04 20:30:07 -07:00