hetong07
e8c2a23398
Provide an advice for users on how to modify Grub setting.
2021-02-18 16:09:51 -08:00
hetong07
7b0bf57f4c
Stop using --memory for cgroup v2.
2021-02-18 15:43:26 -08:00
Medya Ghazizadeh
369f93f393
Merge pull request #10468 from afbjorklund/cgroups-warning
...
Make sure to show debian warning also for cgroup 2
2021-02-18 14:25:59 -08:00
Thomas Strömberg
5c9c0f961d
Merge pull request #9577 from sharifelgamal/ingress-none
...
Turn on ingress addon on linux baremetal
2021-02-18 14:02:56 -08:00
Thomas Strömberg
cb72cdbc09
Merge pull request #10067 from afbjorklund/MEP-standard-distro
...
MEP: Standard Linux Distribution ("distro")
2021-02-18 14:02:41 -08:00
Medya Ghazizadeh
75be14d2ce
Merge pull request #10507 from afbjorklund/docker-memswap
...
Stop using --memory-swap if it is not available
2021-02-18 11:15:32 -08:00
Medya Ghazizadeh
92e6100edb
Merge pull request #10454 from govargo/fix/preload-side-car
...
Change prepareVolume func to add container name for preload side car
2021-02-18 10:33:22 -08:00
Anders F Björklund
eabc02d3c4
Stop using --memory-swap if it is not available
...
With Debian and Ubuntu kernels, it needs to be configured.
And now with cgroups v2, it starts throwing errors at run.
2021-02-18 18:54:36 +01:00
Medya Ghazizadeh
95dcd96147
Merge pull request #10502 from ilya-zuyev/ilyaz/bump_go_version_116
...
Use golang:1.16.0 docker builder image
2021-02-17 16:45:08 -08:00
Medya Ghazizadeh
5f629002d8
Merge pull request #10500 from medyagh/ostep
...
changing step to infof
2021-02-17 16:44:35 -08:00
Medya Ghazizadeh
8337e4728a
Merge pull request #10503 from ilya-zuyev/ilyaz/fix_buildx_builder
...
Makefile: fix buildx builder name
2021-02-17 14:59:58 -08:00
Ilya Zuyev
090da08ad7
fix typo
2021-02-17 14:27:11 -08:00
Ilya Zuyev
1520928649
Merge branch 'master' into ilyaz/fix_buildx_builder
2021-02-17 14:23:48 -08:00
Ilya Zuyev
e6ca026868
Use golang:1.16.0-buster to build kicbase
2021-02-17 14:20:31 -08:00
Medya Ghazizadeh
5ae4f60642
Merge pull request #10480 from afbjorklund/docker-cri
...
Make sure to use CRI for docker if configured
2021-02-17 11:48:54 -08:00
Medya Gh
6a44f6e1b0
changing step to infof
2021-02-17 11:44:13 -08:00
priyawadhwa
bd4720d29e
Merge pull request #10233 from uhari03/issue-10173
...
Add google group link to triaging doc
2021-02-17 11:32:45 -08:00
ilya-zuyev
bf6928b7ec
Merge pull request #10476 from afbjorklund/crio-iso
...
Upgrade crio to 1.20.0
2021-02-17 11:23:39 -08:00
Medya Ghazizadeh
21291cbfa1
Merge pull request #10462 from medyagh/err_spam_image
...
UI: do not send image repo info to stderr
2021-02-17 11:16:28 -08:00
Kent Iso
5bffb823b2
Add ProfileLableKey to make sure that preload side car will be target of deletion. minikube delete doesn't check CreatedByLabelKey
2021-02-17 10:27:54 +09:00
Kent Iso
fd58d0fc90
Add CreatedByLabelKey to make sure that preload side car will be target of deletion
2021-02-17 10:06:12 +09:00
Kent Iso
e3cd93aa1a
Change prepareVolume func to add container name for preload side car
2021-02-17 10:06:12 +09:00
Medya Ghazizadeh
40ac52ec4f
Merge pull request #10466 from ashwanth1109/fix/issue-10352
...
docs: follow convention for dynamic values
2021-02-16 16:01:53 -08:00
Medya Ghazizadeh
d84f17826e
Merge pull request #10424 from prezha/fix-WaitForPod-Ready
...
add new extra component to --wait=all to validate a healthy cluster
2021-02-16 15:51:40 -08:00
Medya Ghazizadeh
3bdb549339
Merge pull request #10491 from priyawadhwa/skaffold-flag
...
Set --interactive=false flag on skaffold test
2021-02-16 15:46:04 -08:00
Predrag Rogic
8099f7514a
cleanup: remove unused code, make internal-only func private
2021-02-16 22:56:04 +00:00
priyawadhwa
eaaa51c6ba
Merge pull request #10488 from priyawadhwa/start-stop-delete
...
Reduce time limit on TestStartStop to fix occasional KVM_containerd timeout
2021-02-16 14:50:03 -08:00
Priya Wadhwa
1c8753d1f8
Set --interactive=false flag on skaffold test
...
This way we won't be sending metrics from integration tests to skaffold
2021-02-16 14:42:30 -08:00
Predrag Rogic
b8052fe33d
replace sleep with retry.Expo()
2021-02-16 22:27:26 +00:00
Priya Wadhwa
2c3d91acef
reduce time limit on TestStartStop because it is timing out on kvm_containerd
2021-02-16 10:24:43 -08:00
Predrag Rogic
90cd9c3a60
wait kubelet stabilise after restart
2021-02-16 15:50:54 +00:00
Anders F Björklund
77b86ef82d
Make sure to use CRI for docker if configured
...
The default is still the built-in dockershim,
but make sure to honor any external CRI socket.
Also forward the other configuration such as
the Kubernetes version and Image repository.
2021-02-14 20:23:17 +01:00
Anders F Björklund
c8266c0318
Upgrade crio to 1.20.0
2021-02-14 13:19:34 +01:00
Anders Björklund
6c2280cab1
Merge pull request #10472 from afbjorklund/podman-checksum
...
The checksum of the podman source tarball changed
2021-02-14 09:14:33 +01:00
Anders F Björklund
4a441a48bf
The checksum of the podman source tarball changed
...
Due to it being auto-generated by "git archive",
and not being an actual and archived distfile...
The actual code contents are the same, though.
2021-02-13 20:37:19 +01:00
Anders F Björklund
2c87f6e1ad
Make sure to show debian warning also for cgroup 2
...
Move check to function, to cut down on complexity
2021-02-13 18:37:54 +01:00
ashwanth1109
eb079e66bb
Accessing apps documentation follows convention for dynamic values
2021-02-13 10:03:12 +00:00
Medya Gh
50138e6bbe
remove stale comment
2021-02-12 16:53:33 -08:00
Medya Gh
1888b5a1b2
do not send info to stderr
2021-02-12 16:53:33 -08:00
Medya Ghazizadeh
a99c6c2073
Merge pull request #10463 from ilya-zuyev/ilyaz/fix_TestErrorJSONOutput
...
Fix TestErrorJSONOutput test
2021-02-12 16:51:27 -08:00
Ilya Zuyev
4001c0a267
Fix TestErrorJSONOutput test
2021-02-12 15:07:11 -08:00
Medya Ghazizadeh
27d86a421f
Merge pull request #10388 from BLasan/issue-10386
...
Add condition to check --cpus count with available cpu count
2021-02-12 12:48:33 -08:00
Medya Ghazizadeh
bd788dbc83
Merge pull request #10457 from govargo/fix-test-check-docker-version
...
[Unit Test] Fix TestCheckDockerVersion Assertion
2021-02-12 12:13:45 -08:00
Kent Iso
88f60b94f4
Fix TestCheckDockerVersion Assertion
2021-02-13 00:14:37 +09:00
Predrag Rogic
ec97f1db4b
fix integration.validateExtraConfig test adding --wait=all
2021-02-12 02:13:06 +00:00
Medya Ghazizadeh
350f8a2494
Merge pull request #10452 from ilya-zuyev/ilyaz/disable_hyperv_on_m1
...
Disable all drivers except "docker" and "ssh" on darwin/arm64
2021-02-11 17:10:10 -08:00
Predrag Rogic
93e98dee68
wait CorePodsList components to be Ready only if --wait=all
2021-02-12 00:48:52 +00:00
Predrag Rogic
3c7d2e0351
fix WaitForPod by waiting for component Ready instead of pod Running status
2021-02-12 00:46:44 +00:00
Medya Ghazizadeh
ee6283ecf1
Merge pull request #10293 from afbjorklund/ssh-validate
...
ssh: validate the ssh-key parameter if given
2021-02-11 15:05:19 -08:00
Medya Ghazizadeh
bf5301cbb6
Merge pull request #10450 from priyawadhwa/load-image
...
skip LoadImage test on darwin/github actions
2021-02-11 15:03:06 -08:00