Anders F Björklund
ebf37ad15f
Fix whitespace issues in the site content markdown
...
Courtesy of markdownlint, but nothing to show on:
git show --ignore-all-space --ignore-blank-lines
Ignore generated commands, with trailing whitespace.
Those need to be fixed in "generate-docs" instead...
2020-12-05 10:08:32 +01:00
edtrist
f6a770e0a6
Add missing language to code blocks
2020-12-01 22:42:41 +00:00
Steven Powell
2b43ff9989
Auto detect user OS and default tabs to it
2020-11-30 15:46:05 -07:00
Stefan Lobbenmeier
538170ab0b
Document minikube kubectl autocompletion
...
Fixes https://github.com/kubernetes/minikube/issues/9603
2020-11-10 12:15:45 +01:00
Medya Gh
73d77e2463
address review comments
2020-09-30 16:42:42 -07:00
Medya Gh
b7780ec815
address review comments
2020-09-29 14:14:25 -07:00
Sharif Elgamal
ff051f9a33
Make sure gcp-auth addon can be enabled on startup ( #9318 )
...
* fix documentation for gcp-auth addon
* make sure kube-system pods are up before enabling gcp-auth
* fix lint
* add failurePolicy for webhook
* only install addons if asked
* better comment
* slightly less hacky code
* defer addons properly
* simplify code for performance
2020-09-29 13:29:14 -07:00
Anders F Björklund
3dec9944de
The cri-o repository moved to a separate organization
2020-09-13 17:34:55 +02:00
Thomas Strömberg
dc5951451b
Merge pull request #8872 from kadern0/issue-8857
...
Running internal kubectl command when minikube is called as 'kubectl'
2020-09-01 22:44:44 -07:00
zhanwang
a6deb6de6c
correct 'support' spelling error
2020-08-31 18:55:42 +08:00
Thomas Strömberg
9a770098fd
Update troubleshooting.md
2020-08-18 13:04:59 -07:00
Thomas Strömberg
c66407174e
Add post-mortem log collection
2020-08-18 13:03:40 -07:00
Pablo Caderno
10a3f2e2a8
Running internal kubectl command when minikube is called as 'kubectl'
...
Fixes issue #8857
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2020-08-17 20:52:58 +10:00
Sharif Elgamal
1b6eee675b
Automated GCP Credentials Addon Prototype ( #8682 )
...
* metadata addon works
* Add code for metadata server image and makefile rules
* remove log message
* update to work with v1.13.11
* update readme
* fix metadata addon stuff for newer codebase
* buncha changes
* just so many changes
* ch-ch-ch-ch-changes
* addon works
* update readme
* boilerplate
* revert unrelated change
* move server code to another repo
* switch addon name to gcp-auth
* metadata -> gcp-auth
* missed one
* automate finding of credentials
* remove unnecessary comment
* address comments
* Update README.md
* Update README.md
* use mustload everywhere
* swap selector condition
* upgrade kube-webhook-certgen to 1.3
* move paths to constants
* add notice to user on addon enable
* adding addon documentation
* move addons documentation inside handbook
* remove old addons docs location
Co-authored-by: Priya Wadhwa <priyawadhwa@google.com>
2020-07-21 14:25:58 -07:00
Michael Vorburger ⛑️
2e21645aeb
add required quote to alias kubectl
2020-07-17 17:52:55 +02:00
priyawadhwa
9530159a04
Merge pull request #7743 from jpoikela/patch-1
...
docs: fix link to kubernetes 'pull-image-private-registry'
2020-07-08 14:47:16 -04:00
Harkishen-Singh
30e6660925
Better informaation for using kubectl inside minikube
...
Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
add kubectl install link
Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
add alias tip to the minikube docs
Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
remove debug statements
Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
2020-06-20 18:20:28 +05:30
TrishaChetani
0a309f9c53
Able to run sucessfully
2020-06-17 17:44:16 +02:00
TrishaChetani
16ccaf95f6
Improved on accepting comment
2020-06-17 17:14:37 +02:00
TrishaChetani
ca2a2500cb
Incoperated changes to use ref link
2020-06-17 16:36:07 +02:00
TrishaChetani
30ad081298
Fixed broken links
2020-06-16 03:41:30 +02:00
Thomas Strömberg
15462cbc83
Remove IP text
2020-05-29 10:57:25 -07:00
Thomas Strömberg
6fc5f0c933
docs: Update host access with new cross-platform method: host.minikube.internal
2020-05-29 10:55:45 -07:00
Anders F Björklund
9dbd74b963
Don't have to copy environment for podman build
...
We did that in order to include BUILDAH_NOPIVOT (fb0a6f4
)
But we don't need it anymore, since we moved to using tmpfs
instead of rootfs. So now pivot_root(8) is available to us.
So we removed that podman environment variable (ae8894c
)
2020-05-13 11:11:15 +02:00
Anders F Björklund
fb3824ed52
Docs: podman-remote is also called podman
...
The "podman-remote" program is installed as "podman"
on platforms without a local client (i.e. not Linux)
So we need different documentation for different OS.
Eventually it will be called "podman" everywhere...
2020-05-10 23:42:18 +02:00
Kenta Iso
4912cf1cc6
Add NOTE about dns resolution with docker driver to accessing docs
2020-05-03 22:36:35 +09:00
Thomas Strömberg
100ba9b8d3
Merge pull request #7927 from noah-de/master
...
Very minor grammar corrections to aid readability
2020-05-01 17:54:45 -07:00
Kenta Iso
138f73f9f8
Change tunnel cleanup flag default to true
2020-04-30 19:26:46 +09:00
Radoslaw Smigielski
c1cd59821b
Example how to enable multiple addons on start command
2020-04-28 10:18:57 +01:00
Noah Spahn
f802293dfd
Very minor grammar corrections to aid readability
2020-04-27 23:07:53 -07:00
Thomas Strömberg
1a9dd1827f
fix runtime configuration options
2020-04-20 15:51:16 -07:00
Thomas Strömberg
4ea2b62c10
Mention --alsologtostderr
2020-04-20 15:03:41 -07:00
Thomas Strömberg
ec216a3572
Merge pull request #7759 from prasadkatti/patch-8
...
Fix aliases for "Proxies and VPNs" page
2020-04-17 20:23:05 -07:00
Medya Ghazizadeh
825ba532d1
Merge pull request #7603 from alonyb/w/add-registery-addon
...
Add registry addon feature for docker on mac/windows
2020-04-17 19:50:43 -07:00
Alonyb
c48b22bbd8
change table of pushing doc
2020-04-17 20:38:58 -05:00
Prasad Katti
33b7a9ea21
Fix aliases for "Proxies and VPNs" page
2020-04-17 18:06:31 -07:00
Jani Poikela
2a33bb66be
fix link to kubernetes 'pull-image-private-registry'
2020-04-17 16:45:35 +03:00
Alonyb
59e9c834b9
fix registry addon template
2020-04-16 17:58:36 -05:00
Ruben Baez
8c00b17da5
Update registry.md
2020-04-16 09:37:46 -05:00
Sharif Elgamal
4d494f418e
update reference URL for proxies and VPNs
2020-04-15 13:06:04 -07:00
Michael Vorburger ⛑️
20dab3b1a1
fix broken link in dashboard doc
2020-04-12 10:14:14 +02:00
Medya Ghazizadeh
7f6ca11c47
Merge pull request #7593 from prasadkatti/fix_broken_links
...
Fix broken links on minikube website
2020-04-10 18:42:38 -07:00
Prasad Katti
5e5cac7b3e
add aliases for old links
2020-04-10 17:38:09 -07:00
Balint Pato
004f4da1e3
fix broken link
2020-04-10 12:35:04 -07:00
Medya Ghazizadeh
4b3f1e5169
Merge pull request #7547 from medyagh/docs_push_img_typos
...
site: add hot tips for pushing images
2020-04-10 04:24:44 -07:00
Medya Gh
3d0632043d
change color of tip
2020-04-10 04:24:10 -07:00
Thomas Stromberg
7a9ce4fe52
Quick Start v2.0
2020-04-09 17:16:59 -07:00
Medya Gh
da2736d84e
add hot tips
2020-04-09 01:01:22 -07:00
Medya Gh
3c3d14b436
improve wording on the docker push site
2020-04-09 00:52:30 -07:00
Medya Ghazizadeh
75ddd0b070
Merge pull request #7536 from medyagh/docs_push_img_matrix
...
site: create comparison table for methods to push img to minikube
2020-04-08 19:16:55 -07:00
Medya Gh
620823e77b
address review comments
2020-04-08 19:10:04 -07:00
Medya Gh
a823b9b80b
address review comments
2020-04-08 19:09:02 -07:00
Medya Gh
93d9e52358
address review comments
2020-04-08 18:50:18 -07:00
Medya Ghazizadeh
5e0be853d9
Update accessing.md
2020-04-08 17:55:54 -07:00
Medya Gh
ed67b770d4
bullet number the items
2020-04-08 17:53:48 -07:00
Medya Gh
ce3754465a
add wip
2020-04-08 17:38:13 -07:00
Medya Gh
880f3a7ce9
issues
2020-04-08 17:37:29 -07:00
Medya Gh
3575367b11
fix number words
2020-04-08 17:25:00 -07:00
Medya Gh
5ac676e7bb
change perforamnce words
2020-04-08 17:23:18 -07:00
Medya Gh
7a2f62dbe7
create comparision table for methods to push img to minikube
2020-04-08 17:18:43 -07:00
Prasad Katti
9f09a5b527
More updates to the configuration docs
2020-04-08 15:55:42 -07:00
Medya Ghazizadeh
249588ad06
Merge pull request #7528 from prasadkatti/update_docs_k8s_versions
...
Update supported k8s versions in docs
2020-04-08 15:23:36 -07:00
Prasad Katti
b5028746cc
Update note on supported k8s versions
2020-04-08 14:30:45 -07:00
Prasad Katti
1497b94145
start does not auto-upgrade k8s version
...
`minikube start` does not auto-upgrade k8s version since #5798
2020-04-08 14:06:53 -07:00
Prasad Katti
4238d5d929
Add /docs/examples/ alias for compatibility
2020-04-07 14:32:33 -07:00
Medya Ghazizadeh
c433ee128b
update push to docker docs
2020-04-06 21:35:21 -07:00
Thomas Stromberg
6be5682c15
Merge branch 'doc-fixit-reorg' of github.com:tstromberg/minikube into doc-fixit-reorg
2020-04-06 16:26:19 -07:00
tstromberg
4593ac3558
Change directory case
2020-04-04 20:30:07 -07:00