Commit Graph

9456 Commits (abaa998913ad4c5ccf60facead08ec99e97e5480)

Author SHA1 Message Date
Prasad Katti 17c5f4e785 Move ipv6 support note to FAQs and re-format FAQs 2020-04-11 15:08:14 -07:00
Batuhan Apaydın 50a31eec9d
Update audit-policy.md
removed whitespace in line 34 before the namespace name.
2020-04-11 18:55:57 +03:00
Medya Ghazizadeh 2ef15e6a3c
Merge pull request #7615 from prasadkatti/patch-6
Add fix for broken link
2020-04-11 05:35:10 -07:00
Medya Ghazizadeh 5698f91dae
Merge pull request #7478 from afbjorklund/start-message
Make KIC start message shorter
2020-04-11 04:24:51 -07:00
Anders F Björklund 7ed7c3e7b9 Add link to upstream go-containerregistry issue 2020-04-11 10:19:01 +02:00
Anders F Björklund e054d75836 Add digest to image in daemon after pulling it
The image was added with digest "none", which caused it to be
written to daemon again next time since reference didn't match.

Currently this is missing from the go-containerregistry API,
so use "docker pull" as a workaround (it should be rather fast)
2020-04-11 10:17:28 +02:00
Anders F Björklund 9916362a2b Make KIC start message shorter and with disksize
Don't show the host info any more (available),
since we don't show it for the VM host either.
2020-04-11 10:01:11 +02:00
Anders Björklund 66c71f2b8d
Merge pull request #7441 from afbjorklund/docker-products
Separate between Docker Desktop and Docker Engine
2020-04-11 09:54:31 +02:00
Prasad Katti 52889281fb Found another broken link 2020-04-11 00:22:03 -07:00
Medya Ghazizadeh 9b9d7c357a
Merge pull request #7591 from tstromberg/oci-go-faster
kic: Use SSHRunner by default (20% faster startup)
2020-04-10 20:24:33 -07:00
Prasad Katti 80e693b98f Add a note that minikube does not support IPv6 yet 2020-04-10 19:55:03 -07:00
Medya Ghazizadeh 110a7c017c
Merge pull request #7598 from tstromberg/pause-rettry
Add retry to pause/unpause functions
2020-04-10 18:55:14 -07: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 f3d44800e0
Update formatting 2020-04-10 18:32:30 -07:00
Prasad Katti 5e5cac7b3e add aliases for old links 2020-04-10 17:38:09 -07:00
Prasad Katti 983c41acd7 fix broken links on minikube website 2020-04-10 17:10:58 -07:00
Thomas Stromberg e98370a558 Modify applyKICOverlay so that it does not rely on piping stdin 2020-04-10 17:00:12 -07:00
Thomas Stromberg 87f4580845 Merge branch 'master' into oci-go-faster 2020-04-10 16:22:20 -07:00
Thomas Strömberg fc1496c977
Merge pull request #7600 from kubernetes/revert-7599-revert-7575-crio-restart
Revert "Revert "Restart crio after applying the kic overlay (in background)""
2020-04-10 16:21:19 -07:00
Thomas Strömberg 9fffd5f877
Revert "Revert "Restart crio after applying the kic overlay (in background)"" 2020-04-10 16:06:17 -07:00
Thomas Stromberg 6ddb9343b2 Merge branch 'master' into oci-go-faster 2020-04-10 15:31:37 -07:00
Thomas Strömberg 36bbf3dd3d
Merge pull request #7599 from kubernetes/revert-7575-crio-restart
Revert "Restart crio after applying the kic overlay (in background)"
2020-04-10 15:25:11 -07:00
Thomas Strömberg 35eb50fafa
Revert "Restart crio after applying the kic overlay (in background)" 2020-04-10 15:24:52 -07:00
Medya Ghazizadeh aa8de05baa
Merge pull request #7595 from tstromberg/containerd-bound
Skip containerd shutdown if Docker is bound to it
2020-04-10 15:11:36 -07:00
Thomas Strömberg 30bf7bf4d1
Merge pull request #7575 from tstromberg/crio-restart
Restart crio after applying the kic overlay (in background)
2020-04-10 14:48:30 -07:00
Thomas Stromberg de59595559 Add retry to pause/unpause functions to avoid stopping pod race 2020-04-10 14:43:39 -07:00
Thomas Strömberg a1d8634f6e
Merge pull request #7590 from kubernetes/cert-investigation
cert test flakiness: make write atomic, add log msgs
2020-04-10 14:32:56 -07:00
Thomas Strömberg ab0602915a
Merge pull request #7417 from tstromberg/no-errors-test
Add test for unexpected stderr or errors
2020-04-10 14:32:03 -07:00
Thomas Stromberg 8b57227273 Remove unused code 2020-04-10 14:14:12 -07:00
Thomas Stromberg 7f3bce4b1b Merge branch 'master' into oci-go-faster 2020-04-10 13:53:48 -07:00
Thomas Stromberg 4d1177cbf1 Ensure that sessions are closed, retry client if necessary 2020-04-10 13:53:38 -07:00
Medya Ghazizadeh 878c364031
Merge pull request #7580 from medyagh/crio-version
update kicbase image : bump cri-o version
2020-04-10 13:05:02 -07:00
Thomas Strömberg 3735c178cf
Merge pull request #7596 from kubernetes/balopat-patch-1
fix broken link
2020-04-10 12:48:32 -07:00
Thomas Stromberg 4c5f545bc6 uninstallKubernetes: Pass back DeletionErrors rather than fatal exits 2020-04-10 12:43:45 -07:00
Balint Pato 004f4da1e3
fix broken link 2020-04-10 12:35:04 -07:00
Thomas Stromberg de45f94401 Skip containerd shutdown if Docker is bound to it 2020-04-10 12:32:43 -07:00
Thomas Stromberg d69d92c46a kic: Use SSHRunner by default 2020-04-10 09:16:34 -07:00
Thomas Stromberg 7b8b6b027c cert test flakiness: make write atomic, add log msgs 2020-04-10 08:32:41 -07:00
Thomas Strömberg 9855b4e4b2
Merge pull request #7572 from tstromberg/noisy-tests99
Make test.sh output non-verbose again
2020-04-10 08:17:31 -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
Medya Gh 10f924df4a increase dashboard more 2020-04-10 03:58:22 -07:00
Medya Gh 204e469eeb increase time out for dashboard 2020-04-10 03:10:06 -07:00
Medya Gh 4dd2152fae update crio version in kicbase 2020-04-10 01:42:58 -07:00
Anders F Björklund 36f879947d Separate between Docker Desktop and Docker Engine
See https://www.docker.com/products for the list
2020-04-10 09:53:02 +02:00
Medya Ghazizadeh 7f17cf97aa
Merge pull request #7570 from medyagh/stop_kic_better
improve stop for docker/podman drivers
2020-04-09 23:37:23 -07:00
Medya Ghazizadeh a866b5e3d7
Merge pull request #7563 from tstromberg/new-start
docs: Quick Start v2.0
2020-04-09 22:54:07 -07:00
Medya Ghazizadeh cad581b1b3
Merge pull request #7574 from medyagh/du_sudo
use sudo for du
2020-04-09 22:47:27 -07:00
Thomas Stromberg fbde33d10d simplify 2020-04-09 22:44:23 -07:00
Thomas Stromberg 94a1e87f13 Shorten comment 2020-04-09 22:43:03 -07:00