klaases
903d60f576
do not change source parameter
2022-09-08 15:23:24 -07:00
Steven Powell
d70d10eef3
Merge pull request #14919 from klaases/qemu-const1
...
fix defaultSSHUser and string formats
2022-09-08 10:41:46 -07:00
Steven Powell
5e09f2ea48
Merge pull request #14864 from renatolabs/loopvar-capture-fix
...
Fix wrong use of loop variable in parallel test
2022-09-08 09:15:43 -07:00
klaases
536e17360e
fix defaultSSHUser and string formats
2022-09-07 15:00:14 -07:00
klaases
b808caa44b
do not name return error variable
2022-09-07 14:48:05 -07:00
klaases
30bad7c920
Update pkg/minikube/assets/addons.go
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2022-09-07 14:39:33 -07:00
klaases
6b46f59ea5
Restore return comment
2022-09-07 14:38:07 -07:00
klaases
9e8c6c48dc
Fix coding errors in addons.go file
2022-09-07 14:38:07 -07:00
Renato Costa
4094d23faa
Fix wrong use of loop variable in parallel test
...
This fixes an occurrence of a loop variable being incorrectly captured
in a parallel test (`TestVersionIsBetween`). With the previous code,
only the last test case is actually exercised. To work around this
problem, we create a local coapy of the range variable before the
parallel test, as suggested in the documentation for the `testing`
package:
https://pkg.go.dev/testing#hdr-Subtests_and_Sub_benchmarks
Some assertions had to be changed as they were incorrect.
Issue was found using the `loopvarcapture` linter.
2022-09-07 16:47:57 -04:00
Steven Powell
8d0cd99fb7
Merge pull request #14904 from spowelljr/updateBaseImage
...
Update kicbase base image
2022-09-06 16:02:47 -07:00
Steven Powell
8c6a561b9e
add more update check params
2022-09-06 15:04:04 -07:00
minikube-bot
6af725e56e
Updating kicbase image to v0.0.33-1662137001-14904
2022-09-02 17:02:36 +00:00
Janis Bebritis
3f46fea576
Conditional podsecuritypolicy include for pre 1.25 versions
2022-09-02 15:59:51 +03:00
Steven Powell
f2df65f49d
Merge pull request #14482 from andrewhamilton-okta/fix-containerd-insecure-registry
...
Fixes containerd configuration issue with insecure registries
2022-08-31 14:29:01 -07:00
Steven Powell
906d40f7a8
Merge pull request #14768 from afbjorklund/kubeadm-registry
...
The DefaultKubernetesRepo changed for 1.25.0
2022-08-31 10:23:43 -07:00
Steven Powell
6c52e60dfc
Merge pull request #14882 from Abirdcfly/master
...
chore: remove duplicate word in comments
2022-08-30 14:21:05 -07:00
Steven Powell
dc92093578
Merge pull request #14887 from spowelljr/addArch
...
Add arch to update check
2022-08-30 13:50:26 -07:00
Steven Powell
6f5d999296
add arch to call
2022-08-30 11:16:41 -07:00
Steven Powell
e2490642ba
update registry image
2022-08-30 10:53:01 -07:00
Abirdcfly
8617c501b2
chore: remove duplicate word in comments
...
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
2022-08-30 14:14:38 +08:00
minikube-bot
c26af98e81
Updating ISO to v1.26.1-1661795462-14482
2022-08-29 22:51:31 +00:00
minikube-bot
1599f52e3f
Updating kicbase image to v0.0.33-1661795577-14482
2022-08-29 12:56:52 -07:00
Andrew Hamilton
20470cfc8b
Fixes containerd configuration issue with insecure registry
...
- Updates containerd configuration to use the new format for specifying
container registry mirrors.
- Updates the start code to produce files in the correct location for
registry mirrors specified with --insecure-registry
2022-08-29 12:52:12 -07:00
Steven Powell
8d34afdf44
Merge pull request #14783 from irq0/linux-defconfig-add-fscrypt
...
Add fscrypt kernel options
2022-08-25 13:30:03 -07:00
minikube-bot
552ef2c000
Updating ISO to v1.26.1-1661377864-14783
2022-08-25 03:08:11 +00:00
Steven Powell
e8d2998b15
Update gcp-auth-webhook from v0.0.10 to v0.0.11
2022-08-23 14:49:12 -07:00
Steven Powell
ecaa84a509
Merge pull request #14802 from kinvolk/update_headlamp_image
...
Update Headlamp image
2022-08-22 13:36:14 -07:00
minikube-bot
254b0eecb5
bump default/newest kubernetes versions
2022-08-22 08:03:26 +00:00
Santhosh Nagaraj S
f6a6673a29
Update Headlamp image
...
Signed-off-by: Santhosh Nagaraj S <santhosh@kinvolk.io>
2022-08-16 17:22:20 +05:30
klaases
ce1287ba45
fix broken qemu doc url
2022-08-12 15:47:35 -07:00
Siddhant Khisty
37968104f2
Merge branch 'kubernetes:master' into update-addon-files
2022-08-12 11:39:09 +05:30
Steven Powell
aff7efa276
Merge pull request #14690 from spowelljr/fixCustomImage
...
Fix registry when custom images provided
2022-08-11 16:07:46 -07:00
Steven Powell
1bc30be94f
Merge pull request #14771 from klaases/qemu-tidy1
...
Improve qemu driver code for readability
2022-08-10 16:58:08 -07:00
Steven Powell
071193d21d
add concise first line to comment block
2022-08-10 16:35:38 -07:00
klaases
ce5a5b5c81
scope inline err, set %s, hold error return
2022-08-10 16:25:39 -07:00
Steven Powell
6a7be9a0cc
Merge pull request #14763 from spowelljr/fixDuplicateArmPreload
...
Remove duplicated k8s versions from preload generation
2022-08-10 16:20:27 -07:00
Steven Powell
fb4189ceda
Merge pull request #14758 from spowelljr/fixArmUnitTests
...
Fix unit tests on macOS arm64
2022-08-10 16:19:27 -07:00
klaases
9659186df7
improve qemu driver code for readability
2022-08-09 16:59:07 -07:00
Steven Powell
dabe774760
fix typos
2022-08-09 14:55:24 -07:00
Steven Powell
d0fc619adf
move RemoveDuplicateStrings to util
2022-08-09 14:27:35 -07:00
Anders F Björklund
6f7c585ad7
The DefaultKubernetesRepo changed for 1.25.0
...
Moving the old images for the old releases would mean
having to redo old preloads and old caches, as well...
2022-08-09 22:43:44 +02:00
Steven Powell
3d3214275a
Merge pull request #14740 from spowelljr/typo
...
Fix typo
2022-08-08 15:14:42 -07:00
Steven Powell
1d4447affa
Merge pull request #14753 from minikube-bot/auto_bump_kubeadm_constants
...
Bump kubeadm constants for kubernetes images
2022-08-08 12:40:33 -07:00
Steven Powell
2482b4e4de
fix unit tests on macOS arm64
2022-08-08 10:20:13 -07:00
Steven Powell
e9fe458c59
Merge pull request #14756 from minikube-bot/auto_bump_golint_version
...
bump golint version
2022-08-08 10:02:28 -07:00
Steven Powell
744187868d
fix linting
2022-08-08 09:29:19 -07:00
minikube-bot
55334d5217
bump default/newest kubernetes versions
2022-08-08 08:03:54 +00:00
minikube-bot
434d51ace5
update image constants for kubeadm images
2022-08-08 06:05:35 +00:00
Steven Powell
c467d61bf9
remove archless ISO URLs
2022-08-05 10:00:10 -07:00
Steven Powell
328b753e50
fix typo
2022-08-05 09:43:13 -07:00
Steven Powell
a62b0b888b
Merge pull request #14721 from spowelljr/updateUbuntu
...
Update Ubuntu
2022-08-03 15:20:43 -07:00
Steven Powell
a0d7457e36
Merge pull request #14697 from spowelljr/outputAuditLogs
...
Output kubeadm logs
2022-08-03 13:12:47 -07:00
Steven Powell
d130ed8e2b
only store custom images
2022-08-03 10:12:42 -07:00
minikube-bot
0d2d7fbfb5
Updating kicbase image to v0.0.33-1659486857-14721
2022-08-03 00:53:10 +00:00
Steven Powell
68115df580
stop setting CustomAddonImages with default images
2022-08-02 17:03:00 -07:00
Steven Powell
00c1922d39
Merge pull request #14711 from spowelljr/fixAuditTest
...
Fix audit tests
2022-08-02 16:23:05 -07:00
Steven Powell
6189b6168d
Merge pull request #14710 from spowelljr/fixLint
...
Fix linting errors
2022-08-02 16:19:52 -07:00
Steven Powell
fa11455a31
fix audit tests
2022-08-02 14:28:01 -07:00
Steven Powell
0b1fb8230e
fix linting errors
2022-08-02 12:37:28 -07:00
Steven Powell
9fb81df906
Merge pull request #14706 from minikube-bot/iso-release-v1.26.1
...
Update ISO to v1.26.1
2022-08-02 11:00:45 -07:00
minikube-bot
85d5bffade
Update ISO to v1.26.1
2022-08-02 17:44:51 +00:00
minikube-bot
5f7c2a38fd
Update kicbase to v0.0.33
2022-08-02 17:43:47 +00:00
Steven Powell
14a041ad24
output kubeadm logs
2022-08-01 16:25:38 -07:00
Steven Powell
16c8c96838
added test for MaxAuditEntries
2022-08-01 15:14:51 -07:00
Steven Powell
66ff960b61
limit number of audit entries
2022-08-01 14:16:28 -07:00
Steven Powell
757b877e4f
Merge pull request #14596 from spowelljr/optimizeAudit
...
Optimize audit logging
2022-08-01 10:01:04 -07:00
Steven Powell
33aac3df77
Merge pull request #14579 from spowelljr/updateEntrypoint
...
Update entrypoint and kindnetd
2022-08-01 10:00:47 -07:00
Steven Powell
48a2e76f87
fix registry when custom images provided
2022-08-01 09:23:08 -07:00
minikube-bot
8cdcc8ddbf
Updating kicbase image to v0.0.32-1659115536-14579
2022-07-29 17:47:20 +00:00
Steven Powell
99e1c4f927
Merge branch 'master' into update-addon-files
2022-07-29 10:18:46 -07:00
Steven Powell
26254bc3d4
Merge pull request #14545 from spowelljr/updateConmon
...
ISO: Update conmon from v2.0.24 to v2.1.2
2022-07-29 10:14:36 -07:00
Steven Powell
632839e77d
Merge pull request #14670 from spowelljr/updateGCPWebhook
...
Update gcp-auth-webhook
2022-07-28 15:49:03 -07:00
Steven Powell
3e839c4400
Merge pull request #14555 from klaases/doc1
...
none-driver: check cri-dockerd & dockerd runtimes
2022-07-28 15:48:22 -07:00
klaases
14ba826003
add check for docker container-runtime
2022-07-28 22:25:21 +00:00
klaases
f5b83d4f17
add "and the docker container-runtime" for dockerd
2022-07-28 19:48:29 +00:00
klaases
23b66e5645
add "and the docker container-runtime"
2022-07-28 19:47:26 +00:00
mtardy
9a6c00e922
Add error checks in sysinit pkg
2022-07-28 10:18:42 +02:00
mtardy
3ce31b2f9d
Move err check statement in bsutil pkg
2022-07-28 10:18:42 +02:00
Siddhant
a166af4fdc
Added Linters
2022-07-27 04:47:29 +05:30
Steven Powell
3558454501
Merge branch 'master' into update-addon-files
2022-07-26 15:47:32 -07:00
Siddhant
73f11ee111
add missing registries
2022-07-27 03:05:41 +05:30
Steven Powell
67912f1eeb
update gcp-auth-webhook
2022-07-26 11:35:28 -07:00
Steven Powell
9acac16652
update kindnetd
2022-07-26 09:22:33 -07:00
Steven Powell
0d274d5603
Merge pull request #14499 from inifares23lab/master
...
add VerifiedMaintainer field to Addons and display a warning if empty
2022-07-25 17:00:41 -07:00
klaases
2db1b36ae6
Revert "Add installtion instructions URLs"
...
This reverts commit 8b6fdbf4c78cc2c09ce29248800605f761a39450.
2022-07-25 22:19:56 +00:00
klaases
7b8dc1c2fc
Revert "remove error messaging from cruntime library"
...
This reverts commit a5308bbbebd399cc650c5c756a2591df44a1c187.
2022-07-25 22:19:56 +00:00
klaases
61181650bc
apply lowercase trailing "d's"
2022-07-25 22:19:56 +00:00
klaases
522914302e
add line break before: " 💡 Suggestion ..."
2022-07-25 22:19:56 +00:00
klaases
8f3ffb6be1
correct dockerd installation instructions
2022-07-25 22:19:56 +00:00
klaases
237e21b530
exit if required cri-dockerd/dockerd are not found
2022-07-25 22:19:56 +00:00
klaases
1ec4a14acd
add check for none driver
2022-07-25 22:19:56 +00:00
klaases
a7dc4435c5
reason codes for not found cri-dockerd and dockerd
2022-07-25 22:19:56 +00:00
inifares23lab
7dfe7e65e4
when enable addons differentiate message for maintainer and verified maintainer
2022-07-20 21:00:35 +02:00
Siddhant Khisty
8ac93ceccc
Made requested changes
2022-07-20 10:38:49 +05:30
minikube-bot
584c9efc34
bump default/newest kubernetes versions
2022-07-18 08:04:06 +00:00
minikube-bot
053950640c
Updating ISO to v1.26.0-1657933211-14545
2022-07-16 04:47:24 +00:00
Siddhant
ffcd98937a
Added docker.io to registry
2022-07-16 09:04:08 +05:30
Steven Powell
709cd5812c
optimize audit logging
2022-07-15 13:07:49 -07:00
Siddhant
4e3ae182fc
Added docker.io to a few files in addons.go
2022-07-15 09:47:26 +05:30
Steven Powell
8177307683
Merge pull request #14506 from criztovyl/criztovyl/fix-oci-start-error-shadow
...
Fix overwriting err for OCI "minikube start"
2022-07-14 16:20:36 -07:00