Commit Graph

7811 Commits (dcbf242192bc3133c7ccceb5f50df0c207360b2e)

Author SHA1 Message Date
Medya Gh 33980cbc67 install riced gopogh 2020-02-14 09:50:07 -08:00
Anders Björklund 53681efbc5
Merge pull request #6626 from afbjorklund/conntrack
Add conntrack-tools, needed for kubernetes 1.18
2020-02-14 18:24:25 +01:00
Anders Björklund 84f4a42ad9
Merge pull request #6621 from afbjorklund/buildroot-2019.02.9
Upgrade buildroot minor version
2020-02-14 18:24:16 +01:00
Anders Björklund 201533bf47
Merge pull request #6638 from afbjorklund/podman-1.6.5-hash
Fix wrong hash for podman-1.6.5 tarball
2020-02-14 17:33:44 +01:00
Anders Björklund 1f7ccce16b
Merge pull request #6637 from afbjorklund/crio-pause
The pause binary was deleted from cri-o
2020-02-14 17:33:32 +01:00
Anders F Björklund 97288ccede Fix wrong hash for podman-1.6.5 tarball
Apparently my amend failed, had exact same hash as podman-1.6.4
2020-02-14 17:08:43 +01:00
Anders F Björklund 0a63e1522b The pause binary was deleted from cri-o 2020-02-14 17:03:46 +01:00
Medya Gh 716036074e improve github actions 2020-02-14 01:45:07 -08:00
Medya Gh a007c0790c Delete volumes created by kic 2020-02-14 01:39:16 -08:00
Medya Gh a4ee4186bd create docker volumes explictily with a label 2020-02-14 01:01:53 -08:00
Medya Ghazizadeh f74c956701
Merge pull request #6625 from priyawadhwa/fail-fast
Fail fast if waiting for SSH to be available
2020-02-14 00:09:35 -07:00
Medya Ghazizadeh be33c7e9a8
Merge pull request #6629 from sharifelgamal/stopped
Stopped and running machines should count as existing
2020-02-13 23:12:33 -07:00
Nguyen Hai Truong 44692fb411
trivial fix typo: kubelets -> kubelet (#6632)
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2020-02-13 21:10:32 -07:00
tstromberg ccec3babb0 Merge conflict 2020-02-13 16:54:25 -08:00
tstromberg 9b1d2da478 Return an entire options struct 2020-02-13 16:50:53 -08:00
Priya Wadhwa 59abf60d7e reinsert comment 2020-02-13 16:30:38 -08:00
Priya Wadhwa 01039b2020 rebased on master 2020-02-13 16:20:24 -08:00
Sharif Elgamal ba9463d933 Stopped and running machines should count as existing 2020-02-13 16:15:00 -08:00
Sharif Elgamal 744e389a66
Merge pull request #6556 from sharifelgamal/node-pkg
Create the Node subcommands
2020-02-13 16:11:04 -08:00
Medya Ghazizadeh d7976bb06c
improve github actions tests (#6610)
* trying to fix github actions a bit

* pass kubeconfig

* installing docker

* try try try

* trying tryin more

* copy test data for github action test too

* copy test data to correct place

* add more debugging

* add commit sha

* add commit status env var

* clean up

* upload all reports

* set env github actions

* fix github action upoad all

* gh action upload fix
2020-02-13 16:33:54 -07:00
tstromberg 250e00564b Select the checksum algorithm based on Kubernetes version 2020-02-13 14:57:03 -08:00
Anders Björklund c977faf22e
Upgrade Docker, from 19.03.5 to 19.03.6 (#6618)
runc v1.0.0-rc10

    containerd v1.2.12
2020-02-13 15:44:14 -07:00
Anders Björklund f37a894035
Upgrade crio to 1.17.0 (#6624)
* Upgrade crio to 1.17.0

* Upgrade crio.conf to version v1.17.0
2020-02-13 15:43:28 -07:00
Anders Björklund 40bae89f63
Upgrade conmon version for podman (#6622) 2020-02-13 15:42:57 -07:00
Anders Björklund e87e2f1cc5
Upgrade podman to 1.6.5 (#6623) 2020-02-13 15:42:24 -07:00
Sharif Elgamal 6d8a112abe don\'t return that the machine doesn\'t exist if the k8s is stopped 2020-02-13 14:20:58 -08:00
Priya Wadhwa 8fc787bc20 Fail fast if waiting for SSH to be available
Integration tests were running long because we'd wait up to 22 minutes for SSH to succeed while creating the host. This commit introduces a two minute timer on creating the host. On my Macbook Pro with the docker driver, creating the host takes 5 seconds, so 2 minutes should be more than enough time.

Refer to #6608
2020-02-13 14:06:33 -08:00
Anders F Björklund 81a66cc2a7 Add conntrack-tools, needed for kubernetes 1.18 2020-02-13 23:01:35 +01:00
Anders F Björklund 3a05950764 Upgrade buildroot minor version 2020-02-13 22:52:01 +01:00
Priya Wadhwa 3340e9bc2f fix test 2020-02-13 13:34:05 -08:00
tstromberg 8c2115b292 Bump constants back to v1.17.3 2020-02-13 12:39:40 -08:00
tstromberg 8a58274441 Merge conflict 2020-02-13 12:39:21 -08:00
tstromberg 2ee5c20a1d Merge branch 'master' into sha256-checksum 2020-02-13 11:56:08 -08:00
Thomas Stromberg 1226770e1e Merge branch 'master' into sha256-checksum 2020-02-13 11:47:41 -08:00
Thomas Stromberg 19695856ee Skip mkdir if there is no work to be done 2020-02-13 11:47:19 -08:00
Sharif Elgamal c1a3e4348d fix unit tests and fix merge conflicts 2020-02-13 10:30:12 -08:00
Medya Ghazizadeh 3bb1a57700
upload "per commit" logs for integration test (#6609)
* make set logs URLs per commit

* add logs per commit to commit status

* logs per commit

* add per commit logs for windows too

* fix windows test script virtualbox

* fix windows script

* forget about windows for now it errors

* fix pending script

* fix typo pending script
2020-02-13 11:27:32 -07:00
Sharif Elgamal 2785d292f5 Merge branch 'master' of github.com:kubernetes/minikube into node-pkg 2020-02-13 10:15:04 -08:00
Medya Ghazizadeh 4c6b435f68
revert docker volume host path (#6616) 2020-02-13 10:57:23 -07:00
Tam Mach b911e8f038
Bump go-containerregistry to latest (#6073)
* Bump go-containerregistry to latest

Signed-off-by: sayboras <sayboras@yahoo.com>

* Fix integration for cache image
2020-02-13 02:20:32 -07:00
Medya Ghazizadeh 25167e1b75
Fix docker-env and add unit and integration tests (#6604)
* Fix docker cert env in docker-env for docker driver

* add unit tests

* add integration tests for docker-env cmd

* lint

* fix lint

* merge conflict

* improve docker-env integraiton test

* linting
2020-02-13 02:17:11 -07:00
Rohan Maity ef99687a85
Spit details in format (#6564) 2020-02-12 23:13:12 -07:00
Sharif Elgamal 8c55c9ca60 holy crap cyclical import hell sucks 2020-02-12 18:34:44 -08:00
Thomas Strömberg d07412fa12
Fix unnecessary conversion (unconvert) (#6607) 2020-02-12 19:19:12 -07:00
Thomas Strömberg f528df1f9a
Quote the node name to avoid YAML interpretation (#6606) 2020-02-12 19:15:23 -07:00
Medya Ghazizadeh 398c7ef00b
Add podman driver (#6515) 2020-02-12 19:11:44 -07:00
tstromberg c25b03cf13 Update test data 2020-02-12 15:36:04 -08:00
tstromberg 1f346e43e8 Remove unnecessary range arg 2020-02-12 15:20:58 -08:00
tstromberg 52eec8cf77 Add more tests 2020-02-12 15:12:02 -08:00
tstromberg 2313b72a7d sync: Fix path confusion and directory creation bugs 2020-02-12 14:26:38 -08:00