Commit Graph

11414 Commits (9a931c4516a10690e6946c8064e607c9a5beace5)

Author SHA1 Message Date
Medya Gh 9a931c4516 adjust timeout 2020-08-11 15:49:19 -07:00
Medya Gh f20d3bddf0 add boilerplate 2020-08-11 15:13:16 -07:00
Medya Gh 25dc0cd0f7 lint 2020-08-11 15:03:10 -07:00
Medya Gh f8d932e697 use mock funcs 2020-08-11 14:55:30 -07:00
Medya Gh 4c0334d91f add one more case 2020-08-11 13:10:17 -07:00
Medya Gh a9eec3ca7b add unit test for daemon info 2020-08-11 13:06:50 -07:00
Medya Ghazizadeh 8b6a0eb4fb
Merge pull request #8948 from kadern0/issue-8897
Added startHostTimeout flag
2020-08-11 10:36:21 -07:00
priyawadhwa fe6d118655
Merge pull request #8967 from inductor/feature/update_ja_translation
Update Japanese translation
2020-08-11 08:50:38 -04:00
inductor f966d1d8d6 Update Japanese translation 2020-08-11 19:02:59 +09:00
Pablo Caderno 0d7686a1e1 updated documentation
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2020-08-11 19:08:27 +10:00
Pablo Caderno 9354d2c0e5 Removed extra flag add.
Set default value if not  specified by the user.

Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2020-08-11 19:05:12 +10:00
Medya Ghazizadeh 50a8c9824a
Merge pull request #8963 from medyagh/spell_problem
fix typo
2020-08-10 16:49:20 -07:00
Medya Gh ab77860c5e fix typo 2020-08-10 16:21:58 -07:00
Medya Ghazizadeh 2dd4837c8f
Merge pull request #8851 from medyagh/ISO_GH2
ci: test iso changes in github action
2020-08-10 15:28:47 -07:00
Medya Ghazizadeh d474cb27cf
Merge pull request #8953 from medyagh/increase_mem_functional
increase memory for functional test
2020-08-10 15:27:50 -07:00
Sharif Elgamal 425b5ff857
Merge pull request #8957 from medyagh/none_ingress
don't test ingress addon on none
2020-08-10 14:51:24 -07:00
Medya Gh e236c12e43 typo 2020-08-10 14:48:44 -07:00
Medya Gh b94141916c add verbosity 2020-08-10 14:36:10 -07:00
Medya Ghazizadeh 770ab9844b
Merge pull request #8954 from sharifelgamal/upgrade-libmachine
upgrade to newest version of libmachine
2020-08-10 14:19:58 -07:00
Medya Gh 4acc67170a docker system info 2020-08-10 14:03:41 -07:00
Medya Gh fecc06a118 remove install docker step 2020-08-10 13:59:34 -07:00
Medya Gh 06841a440d lint 2020-08-10 13:52:28 -07:00
Sharif Elgamal e6d094009a
Merge pull request #8956 from sharifelgamal/extract2
run make extract to update translation files
2020-08-10 13:52:10 -07:00
Medya Gh 8fab7d1781 docker sys info 2020-08-10 13:50:39 -07:00
Medya Gh 24296564a2 docker sys info 2020-08-10 13:50:17 -07:00
Medya Gh 0afb311c5d don't test ingress addon on none 2020-08-10 13:29:50 -07:00
Sharif Elgamal 58b113a503 run make extract to update translation files 2020-08-10 13:28:14 -07:00
Medya Ghazizadeh a13e5e5512
Merge pull request #8870 from Dean-Coakley/add-ingress-noneDriver-warn
Add warning for ingress addon enabled with driver of none
2020-08-10 13:17:54 -07:00
Medya Ghazizadeh 108d2fa149
Merge pull request #8935 from RA489/knativefaq
Add FAQ for knative setup.
2020-08-10 13:15:52 -07:00
Medya Ghazizadeh cd2692d29f
Merge pull request #8878 from inductor/feature/update_ja_translation
Update Japanese translation
2020-08-10 13:14:28 -07:00
Medya Gh 5d9193874c adjust waiting for pvc 2020-08-10 13:02:10 -07:00
Sharif Elgamal 106861db9c upgrade to newest version of libmachine 2020-08-10 12:58:05 -07:00
Medya Gh 74170c4d5e increase windows timeout 2020-08-10 12:40:43 -07:00
Medya Gh 183b3b4388 run ISO test in GCP 2020-08-10 12:36:08 -07:00
Medya Ghazizadeh 63b2cc15bd
Merge pull request #8533 from n0npax/mustloat-partial-test
add unit test for mustload pkg
2020-08-10 12:29:42 -07:00
Medya Ghazizadeh 62b54fb609
Merge pull request #8879 from MaXinjian/test
check_install_golang.sh: fix "HOST_VERSION: command not found" issue
2020-08-10 12:25:02 -07:00
Medya Ghazizadeh 9cc818d456
Merge pull request #8950 from programistka/fix-typo
Fix for a few typos in polish translations
2020-08-10 12:22:53 -07:00
Medya Ghazizadeh 9373842ea1
Merge pull request #8885 from lingsamuel/ignore-localhost-proxy-with-scheme
Ignore localhost proxy started with scheme.
2020-08-10 12:13:15 -07:00
Medya Gh 65aae5eec7 increase memory for functional test 2020-08-10 11:53:46 -07:00
priyawadhwa 5e37915992
Merge pull request #8941 from shuuji3/patch-1
Fix a small markdown syntax error on minikube.sigs.k8s.io/docs/faq/
2020-08-10 11:21:36 -04:00
programistka 1fb964585a Fix for a few typos in polish translations 2020-08-10 13:02:04 +02:00
Pablo Caderno 37a1d3bc0b Added startHostTimeout flag
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
2020-08-10 16:23:13 +10:00
Medya Ghazizadeh dfc33ac51e
Merge pull request #8929 from cpaika/update-docker-docs
Removing stale information from the docker driver docs
2020-08-09 14:07:58 -07:00
Chris Paika 8f79cd21fe Removing stale information from tthe documentation 2020-08-08 10:08:38 -04:00
TAKAHASHI Shuuji 92ab108d5b
Fix a markdown syntax problem. 2020-08-08 13:35:03 +09:00
Kubernetes Prow Robot 72028c2bbd
Merge pull request #8937 from Evalle/ISSUE-8785
Fixes a broken link in podman documentation
2020-08-07 03:42:22 -07:00
Evgeny Shmarnev 00d5a358ac Fixes a broken link to docker driver doc 2020-08-07 11:49:14 +02:00
RA489 e6cf0c35ab Add FAQ for knative setup. 2020-08-07 08:51:21 +05:30
Sharif Elgamal 4f8a649de2
Merge pull request #8932 from sharifelgamal/gcpauth-warning
GCP Auth Addon: Exit with better error messages
2020-08-06 14:16:39 -07:00
Sharif Elgamal 02930c0d51 fix tip output and do not output ending tip disabling 2020-08-06 13:45:46 -07:00