Commit Graph

168 Commits (d0328e7672ece5dfbebce5ee4fc5200ada51546c)

Author SHA1 Message Date
Medya Ghazizadeh d2a8970917
Merge pull request #13359 from afbjorklund/handbook-runtimes
Document container runtimes available
2022-08-31 14:10:35 -04:00
Tobias Pfandzelter 6e22b21bfe
fix inconsistencies in proxy documentation 2022-07-14 10:27:39 -07:00
Santhosh Nagaraj S 26afc8f85c Addon: add headlamp
Signed-off-by: Santhosh Nagaraj S <santhosh@kinvolk.io>
2022-06-16 10:34:18 +05:30
Kian-Meng Ang bc03821826 Fix typos 2022-06-10 15:26:35 -07:00
Steven Powell c38987bee0
Merge pull request #13806 from zhan9san/feature/update-service-doc
Update accessing apps service doc
2022-05-17 12:07:01 -07:00
Jack Zhang e53997284c Fix grammer issue 2022-05-17 16:36:53 +08:00
Ileriayo Adebiyi 8d26f37cfe
Update kong-ingress.md 2022-05-06 21:06:52 +01:00
Ileriayo Adebiyi 6b43216781
Fix typo 2022-05-06 10:14:26 +01:00
Medya Ghazizadeh 1606724762
Merge pull request #13399 from klaases/patch-1
Site: Add macOS Hyperkit NFS Mounts Documentation
2022-04-18 14:26:21 -07:00
Ashwin Somasundara a439922dc1 Update windows kubectl alias documentation 2022-04-05 08:52:24 -04:00
Jack Zhang 2b16bfd76a update service doc 2022-03-24 20:49:25 +08:00
Steven Powell 72fcaee8aa
Merge pull request #13606 from cdtomkins/master
Add network policy documentation (addresses roadmap item)
2022-02-17 10:15:10 -08:00
Chris Tomkins 78c7264e37
Update site/content/en/docs/handbook/network_policy.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2022-02-17 10:43:48 +00:00
Chris Tomkins 0cfa2a93fc
Update site/content/en/docs/handbook/network_policy.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2022-02-17 10:43:38 +00:00
Chris Tomkins 05d452e54e
Update site/content/en/docs/handbook/network_policy.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2022-02-17 10:43:29 +00:00
Chris Tomkins ce4c8425c5
Update site/content/en/docs/handbook/network_policy.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2022-02-17 10:43:18 +00:00
Chris Tomkins 95a5fd0495
Update site/content/en/docs/handbook/network_policy.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2022-02-17 10:42:54 +00:00
Chris Tomkins 649fa1925f
Update site/content/en/docs/handbook/network_policy.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2022-02-17 10:42:40 +00:00
Chris Tomkins 27cd4c27c6 Clarifying install process 2022-02-14 10:42:53 +00:00
Sharif Elgamal 634b8030f9 Merge branch 'master' of github.com:kubernetes/minikube into anders-default-runtime 2022-02-01 12:59:09 -08:00
Chris Tomkins 2f2d026f3f Added Network Policy page to handbook 2022-02-01 14:22:53 +00:00
Chris Tomkins 51092e0e3a Added Network Policy page to handbook 2022-02-01 14:08:07 +00:00
Sharif Elgamal 034f55696d
Merge pull request #13326 from gAmUssA/addons/kong
[Addon] Kong Ingress Controller
2022-01-31 17:15:54 -08:00
Medya Ghazizadeh 017047126d
Merge pull request #13069 from olivierbouchomsfreshheads/patch-1
site: Add info about gcp-auth to registry handbook page
2022-01-26 14:15:50 -08:00
Viktor Gamov 7d129a660e docs: typo fix 2022-01-25 17:58:51 -05:00
Viktor Gamov 5cc50e64cb added Kong addon documentation and quick start 2022-01-25 17:49:38 -05:00
klaases 507019db3c Add hyperkit flags documentation. 2022-01-25 12:08:15 -08:00
klaases 601dbe3a76
Remove `(see NFS mounts)` as link no longer exists
Fixes #12898

Correct documentation for macOS as Hyperkit is not supported on Linux.

Before:
HyperKit | Linux | Unsupported | (see NFS mounts) |

After:
HyperKit | macOS | Unsupported | |
2022-01-19 12:16:32 -08:00
Anders F Björklund 5e81561501 Document container runtimes available 2022-01-17 20:13:20 +01:00
Anders F Björklund c4800a6115 Make the default container runtime dynamic
Since the dockershim removal, there is no longer a constant
default container runtime provided by upstream. Only CRI.
2022-01-04 15:03:57 +01:00
Steven Powell b17834c96b added env to suppress Docker performance messages 2021-12-14 13:46:52 -08:00
Oleksii Prudkyi 8b2f0fb8b0
use ingress-dns addon inside cluster
use ingress-dns addon to resolve local DNS names inside cluster
2021-12-12 18:26:46 +02:00
Sharif Elgamal 2b9979ec21
Merge pull request #13033 from oprudkyi/patch-1
Clarify documentation for using ingress-dns plugin on Linux with Network Manager
2021-12-07 11:06:20 -08:00
Olivier Bouchoms c4ec4c5d87
Add info about gcp-auth to registry handbook page
It's hard to distinguish Google Container Registry and Google Artifact Registry. They have to be configured differently. I think it wouldn't hurt to emphasize that in the docs.
2021-12-02 16:40:17 +01:00
Anders F Björklund d3eb773d35 Add some clarification on mounts needed for none
Normally these are provided by "minikube-automount",
but with the none driver you are on your own (as usual)
2021-11-29 18:37:26 +01:00
Oleksii Prudkyi 13b84e6824
Clarify configuration of Network Manager
Details for ingress-dns setup on Linux with Network Manager
verified on 
openSUSE Leap 15.3
NetworkManager 1.22.10
Dnsmasq version 2.86
2021-11-27 18:36:48 +02:00
Steven Powell 212e99ae3c
Merge pull request #12980 from mpuckett159/docs/add-windows-versions
Docs add windows versions of commands
2021-11-18 13:15:24 -08:00
Marcus Puckett 47f02aa3d2
Update site/content/en/docs/handbook/pushing.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:28:57 -08:00
Marcus Puckett 5110a20b1b
Update site/content/en/docs/handbook/pushing.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:28:54 -08:00
Marcus Puckett 5338563ed7
Update site/content/en/docs/handbook/pushing.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:28:50 -08:00
Marcus Puckett 4d63d252a2
Update site/content/en/docs/handbook/pushing.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:28:45 -08:00
Marcus Puckett 084e561404
Update site/content/en/docs/handbook/pushing.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:28:41 -08:00
Marcus Puckett d27c08fce2
Update site/content/en/docs/handbook/pushing.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:28:35 -08:00
Marcus Puckett d8981fe20a
Update site/content/en/docs/handbook/pushing.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:27:50 -08:00
Marcus Puckett d34b7f6ab5
Update site/content/en/docs/handbook/pushing.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:27:43 -08:00
Marcus Puckett 11c2ab297b
Update site/content/en/docs/handbook/config.md
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-18 10:27:32 -08:00
Marcus Puckett b0ce8ae348 Fix Alias issue in kubectl page
You can't just set alias the way I thought you could so using function instead to create alias.
2021-11-17 17:29:17 -08:00
Marcus Puckett 8b0fbf1e06 Fix Windows example for emoji disable and add Powershell for system vars
I forgot to add the `minikube start` line in the Windows example. I also remembered how to add persistent User level system environment variables from Powershell and added that in the doc page, as well as how to add them via Powershell's version of `.bashrc`.
2021-11-17 17:02:21 -08:00
Marcus Puckett 19cd50d607 Updating handbook/addons/ingress-dns.md to use similar tab formatting
As discussed in #12968 I'm updating the type of tab formatting used by this page to match the rest of the docs, using the `{{% tabs %}}` format rather than the `{{% card %}}` format.
2021-11-17 16:17:45 -08:00
Marcus Puckett d53a071aed Add Windows commands to docs
Some of the doc pages don't have Windows versions of some of the commands. I've added cross OS/shell versions for some of them.
2021-11-17 16:15:45 -08:00