Steven Powell
f24c81b3e9
Merge pull request #12563 from spowelljr/fixLeaderboard
...
Fix update-leaderboard GitHub Action
2021-09-23 12:14:09 -07:00
Steven Powell
19618be287
add comment to issue
2021-09-23 12:07:48 -07:00
Steven Powell
daef4844fe
fetch latest tags
2021-09-23 12:04:27 -07:00
Sharif Elgamal
6388a1be0e
fix perms for mkcmp
2021-09-22 17:29:07 -07:00
Sharif Elgamal
5a89895154
used PR's mkcmp for perf comments
2021-09-22 23:01:31 +00:00
Sharif Elgamal
7fef2012af
don't install github-release for now
2021-09-21 16:20:14 -07:00
Steven Powell
027403f1e9
change go get to go install
2021-09-17 13:10:03 -07:00
Steven Powell
cb6fe0f6a6
add github-release install script
2021-09-17 12:02:17 -07:00
Steven Powell
a455dce003
echo message was actually running the commands
2021-09-16 22:58:11 -07:00
Steven Powell
1936a7b508
Merge pull request #12425 from spowelljr/updateCrio
...
Update cri-o from v1.20.0 to 1.22.0
2021-09-15 18:21:10 -07:00
Sharif Elgamal
728e97d154
install dnsutils for nslookup on linux machines
2021-09-15 09:40:32 -07:00
Sharif Elgamal
28770a3848
Merge pull request #12439 from sharifelgamal/filter-arm
...
filter out arm64, macOS, and crio from flake reports
2021-09-14 10:45:54 -07:00
Steven Powell
16941e8925
make sure current go version is installed
2021-09-14 09:50:53 -07:00
Sharif Elgamal
cd05ababea
filter crio instead of windows
2021-09-13 16:38:35 -07:00
Steven Powell
d2de1aac02
update build tag regex
2021-09-13 12:50:40 -07:00
Sharif Elgamal
94891b4704
add windows to list
2021-09-09 13:47:50 -07:00
Sharif Elgamal
9446725acd
fix bash syntax for filtering
2021-09-09 10:16:13 -07:00
Sharif Elgamal
1997995132
syntax
2021-09-08 17:19:06 -07:00
Sharif Elgamal
d3d4f74d8a
filter out arm64 and macOS from flake reports
2021-09-08 17:14:01 -07:00
Sharif Elgamal
c7a41c70bd
remove common.sh from update golang check
2021-09-02 13:38:50 -07:00
Sharif Elgamal
ff023382c4
fix regex
2021-09-02 12:33:36 -07:00
Sharif Elgamal
0b9e97648b
fix go version check
2021-09-02 11:58:39 -07:00
Sharif Elgamal
9d939663a6
correct path to script
2021-09-02 11:47:27 -07:00
Sharif Elgamal
f11d14de59
make sure to install the same version of golang across scripts
2021-09-02 11:22:53 -07:00
minikube-bot
bf5f081a53
bump golang versions
2021-08-30 23:49:19 +00:00
Medya Ghazizadeh
0f7be4fa51
Merge pull request #12375 from medyagh/fix_go_auto
...
Fix go bump automation to adopt Kubernetes new kube-cross image name
2021-08-30 16:48:39 -07:00
Medya Gh
b6dfcd53e5
fix regex
2021-08-30 15:04:41 -07:00
Medya Gh
2e9915dbbf
fix regex
2021-08-30 15:01:56 -07:00
Medya Gh
50e14f30c3
add automation for k8s version
2021-08-30 14:53:28 -07:00
Medya Gh
ecaa3e7dc6
update go bump version logic to match kubernetes new image for kube cross
2021-08-30 14:36:59 -07:00
Akihiro Suda
323225483e
Support Rootless Docker
...
Requirements:
- Install rootless Docker 20.10 or later, see https://rootlesscontaine.rs/getting-started/docker/
- Enable cgroup v2 delegation, see https://rootlesscontaine.rs/getting-started/common/cgroup2/
Usage: `minikube start --driver=docker --container-runtime=containerd`.
The `--container-runtime` flag needs to be set to "containerd".
CRI-O can be also supported later.
Closes issue 10836 ("add support for rootless Docker").
Support for rootless Podman (issue 8719) is not covered in this commit.
---
Code reading guide:
- `deploy/kicbase/Dockerfile`: updated to install fuse-overlayfs and containerd-fuse-overlayfs, which is used
instead of `overlayfs` snapshotter
- `deploy/kicbase/entrypoint`: updated to verify cgroup v2 delegation.
Mostly from 8a83ee46b2/images/base/files/usr/local/bin/entrypoint
- `cmd/minikube/cmd/start_flags.go`: updated to set `KubeletInUserNamespace` feature gate when rootless
- `pkg/drivers/kic/oci`: updated to use port forwarding, because rootless container IPs are not reachable from the host
- `pkg/minikube/cruntime`: updated to generate `/etc/containerd/config.toml` with rootless support.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-08-27 17:21:53 +09:00
Sharif Elgamal
c2153fb8cc
fix link to iso/kicbase logs on build failure
2021-08-24 13:42:05 -07:00
Sharif Elgamal
c5246ad15e
Merge branch 'master' of github.com:kubernetes/minikube into cs-start-stop
2021-08-19 16:45:10 -07:00
Andriy Dzikh
7e3d874265
Display date in a better format, since old format reported time of 0:00 am
2021-08-17 09:37:52 -07:00
Andriy Dzikh
aa90cfb57f
Replace Math.min with destructuring with custom array min.
2021-08-16 16:19:47 -07:00
Sharif Elgamal
2a1693655a
add space for aesthetics
2021-08-13 12:30:24 -07:00
Medya Gh
ccf4af0997
change depricated golint to revive and fix lint issues
2021-08-12 18:11:16 -07:00
Medya Gh
6aa7abc24a
fix lint issues on master
2021-08-12 17:38:24 -07:00
Medya Gh
2a60c0672f
add github workflow
2021-08-12 16:01:41 -07:00
Medya Gh
e6d2371518
update golang version
2021-08-12 15:50:11 -07:00
Medya Ghazizadeh
5360e1296a
Merge pull request #12239 from spowelljr/removeVolumes
...
Add `--volumes` to `docker system prune`
2021-08-12 12:45:37 -07:00
Andriy Dzikh
aae6390004
Add link directly to test log for gopogh link.
2021-08-12 10:05:43 -07:00
Steven Powell
e88344977e
add `--volumes` to `docker system prune`
2021-08-11 15:05:35 -07:00
Sharif Elgamal
72c5ee1e32
widen it to all start stop tests
2021-08-11 12:49:48 -07:00
Sharif Elgamal
2646b49a19
add TestStartStop to Cloud Shell tests
2021-08-11 11:15:51 -07:00
Andriy Dzikh
146f1dd3eb
Add link to flake charts in auto-created issues
2021-08-10 13:50:34 -07:00
Sharif Elgamal
59a2929394
Merge pull request #12176 from andriyDev/ChangeDateRange
...
Change date range to be relative to the current day
2021-08-10 13:09:41 -07:00
Andriy Dzikh
4efd9514c5
Add priority/backlog label to all newly created issues.
2021-08-10 11:22:51 -07:00
Andriy Dzikh
6c36bb49ab
Ensure gh is installed for compute_flake_rate.
2021-08-10 10:19:17 -07:00
Medya Ghazizadeh
4f99dedbfc
Merge pull request #12154 from andriyDev/CreateIssues
...
Create issues automatically for flaky tests
2021-08-10 09:51:08 -07:00