Commit Graph

9624 Commits (19be5619d6b5a0fe02d02c76a0a4f76958244088)

Author SHA1 Message Date
Anders F Björklund 19be5619d6 Resource limits seem to work ok when not rootless 2020-04-19 09:45:16 +02:00
Anders F Björklund 024cd6b108 Use the same kind of named /var mount for podman
The internal anonymous mounts do not seem to have the same
issues as the external path mounts, so we can do all of /var
2020-04-19 09:45:16 +02:00
Anders F Björklund 45ec38d2e6 Fix hack binary, as pointed out by golangci-lint 2020-04-19 09:45:16 +02:00
Anders F Björklund 8987b1067a Also persist the kubelet and the cni state dirs 2020-04-19 09:45:16 +02:00
Anders F Björklund 223424652c Also create and mount the container runtime dirs 2020-04-19 09:45:16 +02:00
Anders F Björklund df3aec6b0a Missed to wrap one podman inspect in sudo proper 2020-04-19 09:45:16 +02:00
Anders F Björklund f57faf8036 Only remount the /var/lib/minikube directory 2020-04-19 09:45:16 +02:00
Anders F Björklund 22aa1aff22 Handle more state and status for the podman driver 2020-04-19 09:45:16 +02:00
Anders F Björklund 401e94c854 Don't download podman images to docker daemon 2020-04-19 09:45:16 +02:00
Anders F Björklund f264ac171e Remove extra single-quotes from format parameter
podman
	Error: template parsing error: template: image:1: function "json" not defined
2020-04-19 09:42:17 +02:00
Anders F Björklund d7dc7bf7b2 The podman driver should not be run as root
Use sudo for the podman commands instead

Wrap the docker commands with env prefix
2020-04-19 09:42:17 +02: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
Medya Ghazizadeh 40442ba281
Merge pull request #7716 from tstromberg/conformance2
conformance: add --wait=all, reduce quirks
2020-04-17 19:57:59 -07:00
Medya Ghazizadeh 3276ed4387
Merge pull request #7753 from tstromberg/dns-permissions
tunnel: Fix resolver file permissions, add DNS forwarding test
2020-04-17 19:56:20 -07:00
Medya Ghazizadeh 825ba532d1
Merge pull request #7603 from alonyb/w/add-registery-addon
Add registry addon feature for docker on mac/windows
2020-04-17 19:50:43 -07:00
Medya Ghazizadeh fe4fdeec6c
Merge pull request #7752 from medyagh/node_pressure_redo
Check node pressure & new option "node_ready" for --wait flag
2020-04-17 19:45:40 -07:00
Alonyb a96d8f051d delete windows and mac doc 2020-04-17 20:42:29 -05:00
Alonyb c48b22bbd8 change table of pushing doc 2020-04-17 20:38:58 -05:00
Prasad Katti 33b7a9ea21
Fix aliases for "Proxies and VPNs" page 2020-04-17 18:06:31 -07:00