Commit Graph

224 Commits (39da4432c76c73c17eb89b292263a60d133bb08b)

Author SHA1 Message Date
Kubernetes Prow Robot 6dcbfad736
Merge pull request #6267 from bfotland/patch-1
Update kvm2.md
2020-01-28 02:37:39 -08:00
Medya Ghazizadeh e3bd383d64
Merge pull request #6255 from afbjorklund/kubectl-examples
Fix syntax of minikube kubectl example command
2020-01-20 19:36:05 -08:00
Naoki Oketani 16ed1756e4 fix grammer and remove extra spaces 2020-01-19 21:54:15 +09:00
Medya Ghazizadeh cdafd16682
Merge pull request #6306 from medyagh/tunnel_example
Add a clear example of minikube tunnel to the docs
2020-01-15 09:54:59 -08:00
Medya Gh b9d36af261 fix english grammar 2020-01-15 09:54:24 -08:00
Thomas Stromberg 079ece3f62 Adopt 2020 roadmap, clean out 2019 items 2020-01-14 13:19:47 -08:00
Anders F Björklund 71b561e344 Add note to remember to end the minikube flags
And add some whitespace before the next section
2020-01-14 18:22:45 +01:00
Medya Gh ac3132cd74 add missing 1 2020-01-13 16:20:15 -08:00
Medya Gh f645850842 add example to tunnel help 2020-01-13 16:16:36 -08:00
Nguyen Hai Truong 20469b44ff Securing many http links to https links
Fix http link to https link for security, modify many link
http to https in the project.

Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2020-01-13 14:04:29 +07:00
Bjørn Harald Fotland bdc47d0f31
Update kvm2.md
Suggested missing verb.
2020-01-10 10:10:15 +01:00
Anders F Björklund 3207b27c11 Fix syntax of minikube kubectl example command
Need to terminate the minikube flags with --,
before starting with the kubectl command flags.
2020-01-09 19:52:58 +01:00
Medya Gh 890878b469 Fix unit tests and go tempalte block 2020-01-08 17:08:11 -08:00
GennadySpb 42932b223c
Update hyperkit.md 2019-12-31 19:43:14 +03:00
Medya Ghazizadeh 630357d80f
Merge pull request #6169 from ttonline6/fix_nvidia
fix nvidia GPU docs
2019-12-30 18:40:06 -08:00
ttonline6 91def7ba10 change NVIDIA's device plugin yaml link 2019-12-30 10:25:17 +08:00
ttonline6 781a1a1f74 fix unreachable url:https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/v1.10/nvidia-device-plugin.yml 2019-12-28 09:30:35 +08:00
Medya Ghazizadeh c545b00cc6
Merge pull request #6164 from ttonline6/master
fix podman build documentation link
2019-12-27 11:56:59 -08:00
Medya Ghazizadeh df9cac8f94
Merge pull request #6154 from fenglixa/add-istio
Add istio addon for minikube
2019-12-27 11:54:44 -08:00
ttonline6 ea6e46fb9c fix 404 url:https://github.com/containers/libpod/blob/master/docs/podman-build.1.md 2019-12-27 12:07:08 +08:00
fenglixa c2ba574f2e generate istio document page and layout 2019-12-26 14:35:13 +08:00
Medya Gh a882c4374d update site docs 2019-12-20 09:56:30 -08:00
Thomas Strömberg dad37aeb33
Merge pull request #6048 from kubernetes/tstromberg-patch-1
Minor release doc update
2019-12-19 13:00:55 -08:00
Thomas Strömberg 54e710463a
Mention changelog update from upstream client 2019-12-19 13:00:12 -08:00
Thomas Stromberg f5f7e4f74c Version bump config.toml to v1.6.1 2019-12-11 12:57:32 -08:00
Thomas Stromberg 9f9abac0aa Version bump doc to v1.6.0 2019-12-10 19:58:06 -08:00
Thomas Strömberg 2692db0c03
Update release docs 2019-12-10 15:37:47 -08:00
Thomas Strömberg 83e9bfd217
Merge pull request #5862 from medyagh/del_boilerplate
delete boilerplate site page
2019-12-09 13:40:18 -08:00
Thomas Strömberg eb1bc2c80a
Merge pull request #5957 from JanAhrens/patch-1
Add tutorial for audit policy
2019-12-09 10:49:43 -08:00
Jan Ahrens 4c47ace4dd
Update audit-policy.md
Highlight why the audit-policy.yaml has to be stored in the ssl certs directory.
2019-11-30 19:49:13 +01:00
Anders F Björklund d63408ecc0 Fix link to libvirt documentation for openSUSE 2019-11-27 19:05:14 +01:00
Reuven Harrison c3c85dbd19
Create using_psp.md 2019-11-25 09:05:40 +02:00
Jan Ahrens b0b6dd493e Add tutorial for audit policy
This tutorial was assembled from information provided in #4488.
2019-11-22 19:36:04 +01:00
yuxiaobo 6dd21bb9b9 Corret link error:404
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2019-11-19 19:50:02 +08:00
yuxiaobo 5619756db3 Correct link error:404
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2019-11-19 09:48:37 +08:00
Sharif Elgamal fb5430fd97
Getting rid of GetMachineName() (#5868)
* removing GetMachineName()

* replacing GetMachineName with a config lookup

* fix tests

* making unit tests happy

* fixing concurrent map writes, only right to viper once

* debugging

* one last test fix

* DeleteAlwaysSucceeds should actually always succeed

* prevent panic when deleting nonexistant cluster

* remove last GetMachineName reference
2019-11-11 14:47:47 -08:00
Thomas Strömberg e5741c39e4
Merge pull request #5452 from tstromberg/2020-roadmap-planning
Update roadmap & principles for 2020 (comments & discussion welcome!)
2019-11-11 08:09:06 -08:00
Kubernetes Prow Robot 63180adad1
Merge pull request #5842 from graste/patch-1
mention fix for AppArmor related permission errors
2019-11-09 07:37:40 -08:00
Medya Gh 9aecbe19df delete boilerplate site page 2019-11-07 10:22:10 -08:00
tstromberg 7a8c7020d6 Remove modernize local provisioner/consistent IP, check off localized output, and add workflow for k8s dev 2019-11-06 12:28:14 -08:00
tstromberg b33bb0fcc2 Merge branch 'master' into 2020-roadmap-planning 2019-11-06 12:19:56 -08:00
Sharif Elgamal 6ff68709dd
Merge pull request #5243 from rajalokan/remove-heapster
Remove heapster addon
2019-11-06 11:35:35 -08:00
Steffen Gransow a8005b4ed0
mention fix for AppArmor related permission errors
when docker is installed via snap and can't read minikube certificates from a local user's `.minikube` config folder.
2019-11-06 10:32:35 +01:00
Medya Ghazizadeh 519385074f
Merge pull request #5799 from RA489/kctlrunfix
update examples to use "kubectl create"
2019-11-01 10:21:01 -07:00
Thomas Strömberg b3cce694b2
Update to v1.5.2 2019-11-01 07:39:27 -07:00
RA489 7e9f7c1278 examples doc uses deprecated "kubectl run" cmd 2019-11-01 08:24:37 +05:30
Thomas Strömberg 01302ab256
Merge pull request #5778 from tstromberg/v1.5.1
Set latest_release to v1.5.1
2019-10-29 18:00:56 -07:00
tstromberg 99ab896c77 Set latest_release to v1.5.1 2019-10-29 17:58:54 -07:00
Issy Long cbcfcb9451
macOS install docs: Minikube is a normal Homebrew formula now
- It was switched from being a Cask in
  https://github.com/Homebrew/homebrew-core/pull/45603.
2019-10-27 13:26:42 +00:00
Medya Ghazizadeh ccd82feddb
Merge pull request #5702 from nanikjava/f-fix-5696
Fix website links hugo
2019-10-26 11:46:20 -07:00