Commit Graph

9634 Commits (7cee7d9368a28bbbe50461b0aca23efdd2a64218)

Author SHA1 Message Date
Medya Ghazizadeh 7cee7d9368
Merge pull request #7689 from afbjorklund/translations-strings
Write all empty translations strings to a file
2020-04-20 14:28:19 -07:00
Medya Ghazizadeh 51df331238
Merge pull request #7799 from prasadkatti/site_changes
Site: update community page
2020-04-20 14:26:07 -07:00
Prasad Katti 5cc0b823e4 Update community webpage 2020-04-20 14:08:34 -07:00
Medya Ghazizadeh 7a3f624b1b
Merge pull request #7803 from priyawadhwa/ui
Improve minikube verifying UI
2020-04-20 13:53:39 -07:00
Medya Ghazizadeh 31f7f0f679
Merge pull request #7786 from afbjorklund/service-enable
Enable docker and kubelet units after adding them
2020-04-20 13:52:11 -07:00
Medya Ghazizadeh 58794bb1cd
Merge pull request #7805 from afbjorklund/gotest-ldflags
Add linker flags to go test, for docs test
2020-04-20 13:49:41 -07:00
Anders F Björklund a02fbbe1c8 Add linker flags to go test, for docs test
TestGenerateDocs uses the minikube version
2020-04-20 22:15:03 +02:00
Anders F Björklund 863b27d260 Return error from Enable if anything went wrong 2020-04-20 21:40:27 +02:00
Priya Wadhwa 4a414fa872 Improve minikube start UI 2020-04-20 12:06:16 -07:00
Medya Ghazizadeh ae7c923feb
Merge pull request #7777 from sayboras/feature/fish-completion
Add fish completion support
2020-04-20 10:49:50 -07:00
Thomas Strömberg b45112da30
Fix port number typo 2020-04-20 09:20:01 -07:00
Prasad Katti 57008d2f50 blog was removed, so don't need the config 2020-04-19 19:52:41 -07:00
sayboras 66a7cf26b3
Add fish auto completion 2020-04-20 11:52:26 +10:00
Medya Ghazizadeh a8c9e7a3cb
Merge pull request #7779 from prasadkatti/doc/integration_testing
Consolidate integration testing guide on the website
2020-04-19 16:19:07 -07:00
Anders Björklund a44d9a105f
Merge pull request #7754 from afbjorklund/podman-cni
Add default CNI network for running wth podman
2020-04-19 23:34:17 +02:00
Anders Björklund 16ef0fe680
Merge pull request #7740 from vixus0/bind-mount-var-tmp
Bind mount /var/tmp to avoid exhausting memory with podman
2020-04-19 23:33:53 +02:00
Anders F Björklund 49ebcc87d3 Enable docker and kubelet units after adding them
This avoids warnings from `kubeadm init` later:

[WARNING Service-Docker]
[WARNING Service-Kubelet]
2020-04-19 17:31:00 +02:00
Prasad Katti dc526455f0 Move integration testing doc from the readme.md to the website 2020-04-18 20:29:40 -07:00
Medya Ghazizadeh f66ebabd54
Merge pull request #7774 from medyagh/add_multinode_test_to_ghaction
increase number of docker tests on gtihub actions
2020-04-18 20:14:52 -07:00
Medya Gh 77fee467ea
only functional 2020-04-18 20:01:20 -07:00
Medya Gh 059482a34c
tune 2020-04-18 19:42:47 -07:00
Medya Gh c20e420a03
yaml lint 2020-04-18 19:22:57 -07:00
Medya Gh 37eb445602
fix all reports 2020-04-18 19:15:54 -07:00
Medya Gh 2936722d6d
add master workflow 2020-04-18 18:57:10 -07:00
Medya Gh 8c6fda6b61
minor 2020-04-18 18:42:09 -07:00
Medya Gh b9d7c6db15
add push 2020-04-18 18:31:05 -07:00
Medya Gh e9959e3511
trigger 2020-04-18 18:20:55 -07:00
Medya Gh 8647c395f3
upgrade our download action to v2-preview 2020-04-18 18:15:56 -07:00
Medya Gh 0d4111972d
remove windows 2020-04-18 17:41:33 -07:00
Medya Gh d7adbe20f4
add more docker tests to github actions 2020-04-18 17:35:56 -07:00
Medya Ghazizadeh af98f75029
Merge pull request #7764 from bradmwalker/vrf
kernel: Enable VRF
2020-04-18 17:05:10 -07:00
Medya Ghazizadeh a296aa994a
Merge pull request #7771 from medyagh/change_log_level
change loglevel for api freezer if not found
2020-04-18 15:07:25 -07:00
Medya Gh 23f7fb0b9b
lint 2020-04-18 14:52:45 -07:00
Medya Gh 24dd9861e0
change loglevel for freezer 2020-04-18 14:37:58 -07:00
Medya Ghazizadeh f877971f3e
Merge pull request #7761 from govargo/add-log-functional-mysql
Disable AppArmor for TestFunctional/parallel/MySQL fail(CrashLoopBackOff)
2020-04-18 14:13:50 -07:00
Medya Ghazizadeh 3ac3941979
Merge pull request #7769 from govargo/add-log-functional-servicecmd
Change log for ServiceCmd to avoid github action(docker_ubuntu_16_04) fail
2020-04-18 14:13:12 -07:00
Kenta Iso d54c6cb45c change t.Errof to t.Logf to avoid docker_ubuntu_16_04 github action fail 2020-04-19 02:30:38 +09:00
Kenta Iso 2c81c21e57 fix apparmor trobleshooting to add original issue track 2020-04-18 21:45:03 +09:00
Kenta Iso eb0e113e6e Add log for ServiceCmd to make this flake result obvious 2020-04-18 21:34:51 +09:00
Kenta Iso b5b73e43c3 fix command layout 2020-04-18 20:09:33 +09:00
Kenta Iso a6b61a86a5 add how to disbale apparmor for mysql profile for linux user 2020-04-18 20:09:33 +09:00
Kenta Iso ff2c07c964 delete showPodLog() from TestFunctional/parallel/MySQL because the root cause is found 2020-04-18 20:09:33 +09:00
Kenta Iso a471fb3857 add disable apparmor for docker_ubuntu_18_04 2020-04-18 20:09:33 +09:00
Kenta Iso 90cb3e3331 disable apparmor for MySQL on Ubuntu 2020-04-18 20:09:33 +09:00
Kenta Iso 169855b296 Add log if TestFunctional/parallel/MySQL fails: e.g. CrashLoopBackOff 2020-04-18 20:09:33 +09:00
Medya Ghazizadeh 2c4ba8ba9c
Merge pull request #7763 from kubernetes/bump_gopopgh
ci: bump gopogh version for open in new window feature
2020-04-18 01:42:34 -07:00
Brad Walker 811030095b kernel: Enable VRF 2020-04-18 01:08:02 -06:00
Medya Gh fb6f68e71d
bump gopogh version for open in new window feature 2020-04-17 22:57:25 -07:00
Thomas Strömberg e37c705317
Merge pull request #7544 from prasadkatti/certopts_tests
Update TestCertOptions
2020-04-17 20:25:16 -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