Skip to content

Commit 0409d59

Browse files
authored
Merge branch 'master' into feat/add-translations
2 parents 78d7a89 + e66d24e commit 0409d59

File tree

12 files changed

+79
-68
lines changed

12 files changed

+79
-68
lines changed

cmd/minikube/cmd/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ func validateDockerStorageDriver(drvName string) {
18451845
if si.StorageDriver == "overlay2" {
18461846
return
18471847
}
1848-
out.WarningT("{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance", out.V{"StorageDriver": si.StorageDriver, "Driver": drvName})
1848+
out.WarningT("{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false", out.V{"StorageDriver": si.StorageDriver, "Driver": drvName})
18491849
viper.Set(preload, false)
18501850
}
18511851

hack/jenkins/cron/cleanup_and_reboot_Linux.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ function cleanup() {
5151
fi
5252
fi
5353
sudo killall --user "${user}" minikube >/dev/null 2>&1 || true
54+
# clear the known_host file (~/.ssh/known_hosts)
55+
if test -f /home/${user}/.ssh/known_hosts; then
56+
sudo echo "" > /home/${user}/.ssh/known_hosts
57+
fi
5458
done
5559
# clean docker left overs
5660
echo -e "\ncleanup docker..."

site/content/en/docs/contrib/leaderboard/2023.html

Lines changed: 55 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
</head>
8888
<body>
8989
<h1>kubernetes/minikube</h1>
90-
<div class="subtitle">2023-01-01 &mdash; 2023-06-30</div>
90+
<div class="subtitle">2023-01-01 &mdash; 2023-07-31</div>
9191

9292

9393
<h2>Reviewers</h2>
@@ -103,20 +103,21 @@ <h3>Most Influential</h3>
103103
function drawreviewCounts() {
104104
var data = new google.visualization.arrayToDataTable([
105105
[{label:'',type:'string'},{label: '# of Merged PRs reviewed', type: 'number'}, { role: 'annotation' }],
106-
["medyagh", 52, "52"],
107-
["spowelljr", 36, "36"],
108-
["afbjorklund", 5, "5"],
106+
["medyagh", 62, "62"],
107+
["spowelljr", 43, "43"],
108+
["afbjorklund", 6, "6"],
109109
["eiffel-fl", 3, "3"],
110+
["aiyijing", 3, "3"],
110111
["sharifelgamal", 2, "2"],
111112
["shu-mutou", 1, "1"],
112-
["shaneutt", 1, "1"],
113-
["travisn", 1, "1"],
113+
["atoato88", 1, "1"],
114114
["alban", 1, "1"],
115115
["profnandaa", 1, "1"],
116-
["atoato88", 1, "1"],
117-
["neersighted", 1, "1"],
118-
["tstromberg", 1, "1"],
116+
["sethrylan", 1, "1"],
117+
["travisn", 1, "1"],
119118
["AkihiroSuda", 1, "1"],
119+
["shaneutt", 1, "1"],
120+
["neersighted", 1, "1"],
120121

121122
]);
122123

@@ -149,11 +150,12 @@ <h3>Most Helpful</h3>
149150
function drawreviewWords() {
150151
var data = new google.visualization.arrayToDataTable([
151152
[{label:'',type:'string'},{label: '# of words written in merged PRs', type: 'number'}, { role: 'annotation' }],
152-
["spowelljr", 4213, "4213"],
153-
["medyagh", 1977, "1977"],
153+
["spowelljr", 5153, "5153"],
154+
["medyagh", 2373, "2373"],
155+
["afbjorklund", 1062, "1062"],
154156
["neersighted", 295, "295"],
155157
["eiffel-fl", 174, "174"],
156-
["afbjorklund", 157, "157"],
158+
["aiyijing", 165, "165"],
157159
["shu-mutou", 137, "137"],
158160
["atoato88", 46, "46"],
159161
["shaneutt", 39, "39"],
@@ -162,7 +164,7 @@ <h3>Most Helpful</h3>
162164
["alban", 19, "19"],
163165
["profnandaa", 17, "17"],
164166
["AkihiroSuda", 8, "8"],
165-
["tstromberg", 6, "6"],
167+
["sethrylan", 7, "7"],
166168

167169
]);
168170

@@ -195,17 +197,18 @@ <h3>Most Demanding</h3>
195197
function drawreviewComments() {
196198
var data = new google.visualization.arrayToDataTable([
197199
[{label:'',type:'string'},{label: '# of Review Comments in merged PRs', type: 'number'}, { role: 'annotation' }],
198-
["spowelljr", 101, "101"],
199-
["medyagh", 57, "57"],
200+
["spowelljr", 119, "119"],
201+
["medyagh", 62, "62"],
202+
["aiyijing", 7, "7"],
200203
["neersighted", 4, "4"],
201-
["eiffel-fl", 2, "2"],
202204
["afbjorklund", 2, "2"],
203-
["tstromberg", 1, "1"],
204-
["alban", 1, "1"],
205+
["eiffel-fl", 2, "2"],
206+
["sethrylan", 1, "1"],
205207
["AkihiroSuda", 1, "1"],
206-
["shaneutt", 0, "0"],
208+
["alban", 1, "1"],
209+
["tstromberg", 1, "1"],
207210
["sharifelgamal", 0, "0"],
208-
["profnandaa", 0, "0"],
211+
["shaneutt", 0, "0"],
209212
["travisn", 0, "0"],
210213
["atoato88", 0, "0"],
211214
["shu-mutou", 0, "0"],
@@ -245,21 +248,21 @@ <h3>Most Active</h3>
245248
function drawprCounts() {
246249
var data = new google.visualization.arrayToDataTable([
247250
[{label:'',type:'string'},{label: '# of Pull Requests Merged', type: 'number'}, { role: 'annotation' }],
248-
["spowelljr", 171, "171"],
249-
["afbjorklund", 15, "15"],
251+
["spowelljr", 183, "183"],
252+
["afbjorklund", 16, "16"],
250253
["medyagh", 9, "9"],
251-
["ComradeProgrammer", 6, "6"],
252-
["jeffmaury", 5, "5"],
254+
["jeffmaury", 7, "7"],
255+
["ComradeProgrammer", 7, "7"],
256+
["aiyijing", 6, "6"],
257+
["syxunion", 6, "6"],
258+
["zdxgs", 5, "5"],
253259
["prezha", 4, "4"],
254-
["syxunion", 4, "4"],
255260
["yolossn", 4, "4"],
256-
["zdxgs", 3, "3"],
261+
["shubhbapna", 3, "3"],
257262
["joaquimrocha", 3, "3"],
258263
["lixin963", 3, "3"],
259-
["shubhbapna", 3, "3"],
260-
["p2c2e", 2, "2"],
261-
["salasberryfin", 2, "2"],
262264
["jmloyola", 2, "2"],
265+
["testwill", 2, "2"],
263266

264267
]);
265268

@@ -292,21 +295,21 @@ <h3>Big Movers</h3>
292295
function drawprDeltas() {
293296
var data = new google.visualization.arrayToDataTable([
294297
[{label:'',type:'string'},{label: 'Lines of code (delta)', type: 'number'}, { role: 'annotation' }],
295-
["spowelljr", 9142, "9142"],
298+
["spowelljr", 10256, "10256"],
296299
["prezha", 3865, "3865"],
300+
["ComradeProgrammer", 1005, "1005"],
297301
["gAmUssA", 855, "855"],
298302
["denisok", 693, "693"],
299303
["afbjorklund", 660, "660"],
300-
["ComradeProgrammer", 650, "650"],
301304
["yolossn", 481, "481"],
302305
["x7upLime", 398, "398"],
303306
["shubhbapna", 301, "301"],
304307
["JudahNour", 227, "227"],
305308
["OmSaran", 216, "216"],
309+
["fvoznika", 202, "202"],
306310
["AkihiroSuda", 192, "192"],
307311
["salasberryfin", 187, "187"],
308312
["BlaineEXE", 92, "92"],
309-
["medyagh", 80, "80"],
310313

311314
]);
312315

@@ -345,15 +348,15 @@ <h3>Most difficult to review</h3>
345348
["denisok", 324, "324"],
346349
["JudahNour", 209, "209"],
347350
["AkihiroSuda", 190, "190"],
351+
["ComradeProgrammer", 130, "130"],
348352
["yolossn", 119, "119"],
349-
["ComradeProgrammer", 103, "103"],
350353
["OmSaran", 99, "99"],
351354
["salasberryfin", 92, "92"],
355+
["norshtein", 77, "77"],
356+
["msharran", 77, "77"],
352357
["shubhbapna", 70, "70"],
353358
["elizabeth-dev", 41, "41"],
354-
["spowelljr", 36, "36"],
355-
["oldium", 31, "31"],
356-
["BlaineEXE", 29, "29"],
359+
["spowelljr", 39, "39"],
357360

358361
]);
359362

@@ -390,21 +393,21 @@ <h3>Most Active</h3>
390393
function drawcomments() {
391394
var data = new google.visualization.arrayToDataTable([
392395
[{label:'',type:'string'},{label: '# of comments', type: 'number'}, { role: 'annotation' }],
393-
["afbjorklund", 159, "159"],
394-
["spowelljr", 54, "54"],
395-
["kundan2707", 29, "29"],
396+
["afbjorklund", 168, "168"],
397+
["spowelljr", 75, "75"],
398+
["kundan2707", 36, "36"],
396399
["medyagh", 17, "17"],
397400
["BenTheElder", 12, "12"],
401+
["ComradeProgrammer", 10, "10"],
402+
["mprimeaux", 9, "9"],
403+
["prezha", 9, "9"],
398404
["nirs", 8, "8"],
399-
["ComradeProgrammer", 8, "8"],
405+
["torenware", 8, "8"],
400406
["lbogdan", 8, "8"],
407+
["kant777", 6, "6"],
401408
["mqasimsarfraz", 6, "6"],
402-
["mprimeaux", 6, "6"],
403409
["termdew", 6, "6"],
404-
["kant777", 6, "6"],
405-
["prezha", 6, "6"],
406410
["sftim", 6, "6"],
407-
["pjnssn", 5, "5"],
408411

409412
]);
410413

@@ -437,21 +440,21 @@ <h3>Most Helpful</h3>
437440
function drawcommentWords() {
438441
var data = new google.visualization.arrayToDataTable([
439442
[{label:'',type:'string'},{label: '# of words (excludes authored)', type: 'number'}, { role: 'annotation' }],
440-
["afbjorklund", 7216, "7216"],
441-
["spowelljr", 2553, "2553"],
443+
["afbjorklund", 7512, "7512"],
444+
["spowelljr", 3935, "3935"],
442445
["prasanna-desikank", 2363, "2363"],
443446
["pluveto", 1042, "1042"],
444447
["BenTheElder", 1024, "1024"],
445-
["mprimeaux", 879, "879"],
448+
["mprimeaux", 985, "985"],
449+
["prezha", 963, "963"],
446450
["ShardulPrabhu", 783, "783"],
447451
["x7upLime", 775, "775"],
448-
["prezha", 642, "642"],
452+
["torenware", 747, "747"],
449453
["nirs", 638, "638"],
450454
["lbogdan", 471, "471"],
451455
["jackjie2016", 469, "469"],
452456
["blacksd", 448, "448"],
453457
["FlyFlame", 443, "443"],
454-
["medyagh", 435, "435"],
455458

456459
]);
457460

@@ -484,9 +487,9 @@ <h3>Top Closers</h3>
484487
function drawissueCloser() {
485488
var data = new google.visualization.arrayToDataTable([
486489
[{label:'',type:'string'},{label: '# of issues closed (excludes authored)', type: 'number'}, { role: 'annotation' }],
487-
["spowelljr", 51, "51"],
488-
["medyagh", 30, "30"],
489-
["afbjorklund", 4, "4"],
490+
["spowelljr", 59, "59"],
491+
["medyagh", 31, "31"],
492+
["afbjorklund", 5, "5"],
490493

491494
]);
492495

translations/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,7 @@
10771077
"zsh completion.": "",
10781078
"{{ .name }}: Suggestion: {{ .suggestion}}": "{{ .name }}: Vorschlag: {{ .suggestion}}",
10791079
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "{{.Driver}} verwendet derzeit den {{.StorageDriver}} Storage Treiber, erwäge zu overlay2 zu wechseln für bessere Performance",
1080+
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
10801081
"{{.addon}} does not currently have an associated maintainer.": "",
10811082
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",
10821083
"{{.addon}} is an addon maintained by {{.maintainer}}. For any concerns contact minikube on GitHub.\nYou can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS": "",

translations/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
"zsh completion.": "autocompletado zsh",
10681068
"{{ .name }}: Suggestion: {{ .suggestion}}": "{{ .name }}: Sugerencia: {{ .suggestion}}",
10691069
"{{ .name }}: {{ .rejection }}": "{{ .name }}: {{ .rejection }}",
1070-
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "",
1070+
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
10711071
"{{.addon}} does not currently have an associated maintainer.": "",
10721072
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",
10731073
"{{.addon}} is an addon maintained by {{.maintainer}}. For any concerns contact minikube on GitHub.\nYou can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS": "",

translations/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,7 @@
10631063
"{{ .name }}: Suggestion: {{ .suggestion}}": "{{ .name }}: Suggestion: {{ .suggestion}}",
10641064
"{{ .name }}: {{ .rejection }}": "{{ .name }} : {{ .rejection }}",
10651065
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "{{.Driver}} utilise actuellement le pilote de stockage {{.StorageDriver}}, envisagez de passer à overlay2 pour de meilleures performances",
1066+
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
10661067
"{{.addon}} does not currently have an associated maintainer.": "{{.addon}} n'a actuellement pas de mainteneur associé.",
10671068
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "{{.addon}} est un module complémentaire tiers et non maintenu ou vérifié par les mainteneurs de minikube, activez-le à vos risques et périls.",
10681069
"{{.addon}} is an addon maintained by {{.maintainer}}. For any concerns contact minikube on GitHub.\nYou can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS": "{{.addon}} est un addon maintenu par {{.maintainer}}. Pour toute question, contactez minikube sur GitHub.\nVous pouvez consulter la liste des mainteneurs de minikube sur : https://github.com/kubernetes/minikube/blob/master/OWNERS",

translations/ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,7 @@
10161016
"zsh completion.": "zsh のコマンド補完です。",
10171017
"{{ .name }}: Suggestion: {{ .suggestion}}": "{{ .name }}: 提案: {{ .suggestion}}",
10181018
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "{{.Driver}} は現在 {{.StorageDriver}} ストレージドライバーを使用しています。性能向上のため overlay2 への切替を検討してください",
1019+
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
10191020
"{{.addon}} does not currently have an associated maintainer.": "",
10201021
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",
10211022
"{{.addon}} is an addon maintained by {{.maintainer}}. For any concerns contact minikube on GitHub.\nYou can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS": "",

translations/ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@
10751075
"zsh completion failed": "zsh 완성이 실패하였습니다",
10761076
"zsh completion.": "",
10771077
"{{ .name }}: Suggestion: {{ .suggestion}}": "",
1078-
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "",
1078+
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
10791079
"{{.addon}} does not currently have an associated maintainer.": "",
10801080
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",
10811081
"{{.addon}} is an addon maintained by {{.maintainer}}. For any concerns contact minikube on GitHub.\nYou can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS": "",

translations/pl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@
10801080
"zsh completion failed": "autouzupełnianie zsh nie powiodło się",
10811081
"zsh completion.": "autouzupełnianie zsh",
10821082
"{{ .name }}: Suggestion: {{ .suggestion}}": "",
1083-
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "",
1083+
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
10841084
"{{.addonName}} was successfully enabled": "{{.addonName}} został aktywowany pomyślnie",
10851085
"{{.addon}} does not currently have an associated maintainer.": "",
10861086
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",

translations/ru.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@
998998
"zsh completion failed": "",
999999
"zsh completion.": "",
10001000
"{{ .name }}: Suggestion: {{ .suggestion}}": "",
1001-
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "",
1001+
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
10021002
"{{.addon}} does not currently have an associated maintainer.": "",
10031003
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",
10041004
"{{.addon}} is an addon maintained by {{.maintainer}}. For any concerns contact minikube on GitHub.\nYou can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS": "",

0 commit comments

Comments
 (0)