Commit Graph

205 Commits (master)

Author SHA1 Message Date
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
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
Sharif Elgamal b507e221d6 add docs for --refresh 2021-05-26 14:55:20 -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
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
Medya Ghazizadeh d61989afa9
Merge pull request #11370 from guettli/patch-2
Fixed small typos
2021-05-13 21:30:03 -07: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
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
Thomas Güttler 8b212989e4
removed typo "output" 2021-05-11 22:19:28 +02: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
Anders F Björklund 3ead3a0404 Add some more definitions of image terminology 2021-04-18 18:20:35 +02:00
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
Anders F Björklund e2a0b26f73 Add documentation for the ctr containerd client 2021-03-23 07:37:04 +01: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
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
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 1ced9d774c Add instructions for building images with buildkit
Documentation still refers to building as "pushing"
2021-03-07 22:15:35 +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
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
ashwanth1109 eb079e66bb Accessing apps documentation follows convention for dynamic values 2021-02-13 10:03:12 +00:00
Moshi Binyamini 4a20660a3c
Add missing reference to --embed-certs 2021-02-07 20:12:38 +02:00
Sharif Elgamal 5bff0cf0cf
Merge pull request #10218 from Karmavil/patch-1
typo
2021-02-02 11:07:34 -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 c9f4cb8388
addons custom images/registries example article
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-27 10:33:08 +08:00
Federico Gallo 9d4362fea2
typo 2021-01-22 11:43:13 -03: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
Steven Powell 94ea2bacef Removed exec permission from files that should not have 2021-01-13 18:22:29 -07:00
Jituri, Pranav f2b47962e1
Address review comments 2020-12-18 10:06:30 +05:30
Jituri, Pranav 22d03ff5e9
Adding warning for docker windows tunnel 2020-12-16 18:09:15 +05:30
Thomas Strömberg 05eca4cdf5
Merge pull request #9948 from afbjorklund/var-buildkit
Add persistent storage for /var/lib/buildkit
2020-12-14 10:35:48 -08:00
Thomas Strömberg e9f1b8bce3
Merge pull request #9943 from afbjorklund/build-docs
Add some more docs about building images
2020-12-14 09:47:10 -08:00
Anders F Björklund 2b5ad68359 Add persistent storage for /var/lib/buildkit
Mostly to not fill up the tmpfs (RAM), most of the contents
are expendable (although the cache can of course be useful)
2020-12-13 16:00:58 +01:00
Anders F Björklund 80c3c64be0 Fix minor typo in build of the project name itself 2020-12-13 12:34:27 +01:00
Anders F Björklund 636370265f Add some more docs about building images
Add some more examples on how to use podman for cri-o runtime,
and how to use buildctl (with buildkitd) for containerd runtime.
2020-12-13 11:10:32 +01:00
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