Merge branch 'master' into feat/add-translations
commit
0409d5964b
|
@ -1845,7 +1845,7 @@ func validateDockerStorageDriver(drvName string) {
|
|||
if si.StorageDriver == "overlay2" {
|
||||
return
|
||||
}
|
||||
out.WarningT("{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance", out.V{"StorageDriver": si.StorageDriver, "Driver": drvName})
|
||||
out.WarningT("{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false", out.V{"StorageDriver": si.StorageDriver, "Driver": drvName})
|
||||
viper.Set(preload, false)
|
||||
}
|
||||
|
||||
|
|
|
@ -51,6 +51,10 @@ function cleanup() {
|
|||
fi
|
||||
fi
|
||||
sudo killall --user "${user}" minikube >/dev/null 2>&1 || true
|
||||
# clear the known_host file (~/.ssh/known_hosts)
|
||||
if test -f /home/${user}/.ssh/known_hosts; then
|
||||
sudo echo "" > /home/${user}/.ssh/known_hosts
|
||||
fi
|
||||
done
|
||||
# clean docker left overs
|
||||
echo -e "\ncleanup docker..."
|
||||
|
|
|
@ -87,7 +87,7 @@ weight: -99992023
|
|||
</head>
|
||||
<body>
|
||||
<h1>kubernetes/minikube</h1>
|
||||
<div class="subtitle">2023-01-01 — 2023-06-30</div>
|
||||
<div class="subtitle">2023-01-01 — 2023-07-31</div>
|
||||
|
||||
|
||||
<h2>Reviewers</h2>
|
||||
|
@ -103,20 +103,21 @@ weight: -99992023
|
|||
function drawreviewCounts() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of Merged PRs reviewed', type: 'number'}, { role: 'annotation' }],
|
||||
["medyagh", 52, "52"],
|
||||
["spowelljr", 36, "36"],
|
||||
["afbjorklund", 5, "5"],
|
||||
["medyagh", 62, "62"],
|
||||
["spowelljr", 43, "43"],
|
||||
["afbjorklund", 6, "6"],
|
||||
["eiffel-fl", 3, "3"],
|
||||
["aiyijing", 3, "3"],
|
||||
["sharifelgamal", 2, "2"],
|
||||
["shu-mutou", 1, "1"],
|
||||
["shaneutt", 1, "1"],
|
||||
["travisn", 1, "1"],
|
||||
["atoato88", 1, "1"],
|
||||
["alban", 1, "1"],
|
||||
["profnandaa", 1, "1"],
|
||||
["atoato88", 1, "1"],
|
||||
["neersighted", 1, "1"],
|
||||
["tstromberg", 1, "1"],
|
||||
["sethrylan", 1, "1"],
|
||||
["travisn", 1, "1"],
|
||||
["AkihiroSuda", 1, "1"],
|
||||
["shaneutt", 1, "1"],
|
||||
["neersighted", 1, "1"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -149,11 +150,12 @@ weight: -99992023
|
|||
function drawreviewWords() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of words written in merged PRs', type: 'number'}, { role: 'annotation' }],
|
||||
["spowelljr", 4213, "4213"],
|
||||
["medyagh", 1977, "1977"],
|
||||
["spowelljr", 5153, "5153"],
|
||||
["medyagh", 2373, "2373"],
|
||||
["afbjorklund", 1062, "1062"],
|
||||
["neersighted", 295, "295"],
|
||||
["eiffel-fl", 174, "174"],
|
||||
["afbjorklund", 157, "157"],
|
||||
["aiyijing", 165, "165"],
|
||||
["shu-mutou", 137, "137"],
|
||||
["atoato88", 46, "46"],
|
||||
["shaneutt", 39, "39"],
|
||||
|
@ -162,7 +164,7 @@ weight: -99992023
|
|||
["alban", 19, "19"],
|
||||
["profnandaa", 17, "17"],
|
||||
["AkihiroSuda", 8, "8"],
|
||||
["tstromberg", 6, "6"],
|
||||
["sethrylan", 7, "7"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -195,17 +197,18 @@ weight: -99992023
|
|||
function drawreviewComments() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of Review Comments in merged PRs', type: 'number'}, { role: 'annotation' }],
|
||||
["spowelljr", 101, "101"],
|
||||
["medyagh", 57, "57"],
|
||||
["spowelljr", 119, "119"],
|
||||
["medyagh", 62, "62"],
|
||||
["aiyijing", 7, "7"],
|
||||
["neersighted", 4, "4"],
|
||||
["eiffel-fl", 2, "2"],
|
||||
["afbjorklund", 2, "2"],
|
||||
["tstromberg", 1, "1"],
|
||||
["alban", 1, "1"],
|
||||
["eiffel-fl", 2, "2"],
|
||||
["sethrylan", 1, "1"],
|
||||
["AkihiroSuda", 1, "1"],
|
||||
["shaneutt", 0, "0"],
|
||||
["alban", 1, "1"],
|
||||
["tstromberg", 1, "1"],
|
||||
["sharifelgamal", 0, "0"],
|
||||
["profnandaa", 0, "0"],
|
||||
["shaneutt", 0, "0"],
|
||||
["travisn", 0, "0"],
|
||||
["atoato88", 0, "0"],
|
||||
["shu-mutou", 0, "0"],
|
||||
|
@ -245,21 +248,21 @@ weight: -99992023
|
|||
function drawprCounts() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of Pull Requests Merged', type: 'number'}, { role: 'annotation' }],
|
||||
["spowelljr", 171, "171"],
|
||||
["afbjorklund", 15, "15"],
|
||||
["spowelljr", 183, "183"],
|
||||
["afbjorklund", 16, "16"],
|
||||
["medyagh", 9, "9"],
|
||||
["ComradeProgrammer", 6, "6"],
|
||||
["jeffmaury", 5, "5"],
|
||||
["jeffmaury", 7, "7"],
|
||||
["ComradeProgrammer", 7, "7"],
|
||||
["aiyijing", 6, "6"],
|
||||
["syxunion", 6, "6"],
|
||||
["zdxgs", 5, "5"],
|
||||
["prezha", 4, "4"],
|
||||
["syxunion", 4, "4"],
|
||||
["yolossn", 4, "4"],
|
||||
["zdxgs", 3, "3"],
|
||||
["shubhbapna", 3, "3"],
|
||||
["joaquimrocha", 3, "3"],
|
||||
["lixin963", 3, "3"],
|
||||
["shubhbapna", 3, "3"],
|
||||
["p2c2e", 2, "2"],
|
||||
["salasberryfin", 2, "2"],
|
||||
["jmloyola", 2, "2"],
|
||||
["testwill", 2, "2"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -292,21 +295,21 @@ weight: -99992023
|
|||
function drawprDeltas() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: 'Lines of code (delta)', type: 'number'}, { role: 'annotation' }],
|
||||
["spowelljr", 9142, "9142"],
|
||||
["spowelljr", 10256, "10256"],
|
||||
["prezha", 3865, "3865"],
|
||||
["ComradeProgrammer", 1005, "1005"],
|
||||
["gAmUssA", 855, "855"],
|
||||
["denisok", 693, "693"],
|
||||
["afbjorklund", 660, "660"],
|
||||
["ComradeProgrammer", 650, "650"],
|
||||
["yolossn", 481, "481"],
|
||||
["x7upLime", 398, "398"],
|
||||
["shubhbapna", 301, "301"],
|
||||
["JudahNour", 227, "227"],
|
||||
["OmSaran", 216, "216"],
|
||||
["fvoznika", 202, "202"],
|
||||
["AkihiroSuda", 192, "192"],
|
||||
["salasberryfin", 187, "187"],
|
||||
["BlaineEXE", 92, "92"],
|
||||
["medyagh", 80, "80"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -345,15 +348,15 @@ weight: -99992023
|
|||
["denisok", 324, "324"],
|
||||
["JudahNour", 209, "209"],
|
||||
["AkihiroSuda", 190, "190"],
|
||||
["ComradeProgrammer", 130, "130"],
|
||||
["yolossn", 119, "119"],
|
||||
["ComradeProgrammer", 103, "103"],
|
||||
["OmSaran", 99, "99"],
|
||||
["salasberryfin", 92, "92"],
|
||||
["norshtein", 77, "77"],
|
||||
["msharran", 77, "77"],
|
||||
["shubhbapna", 70, "70"],
|
||||
["elizabeth-dev", 41, "41"],
|
||||
["spowelljr", 36, "36"],
|
||||
["oldium", 31, "31"],
|
||||
["BlaineEXE", 29, "29"],
|
||||
["spowelljr", 39, "39"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -390,21 +393,21 @@ weight: -99992023
|
|||
function drawcomments() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of comments', type: 'number'}, { role: 'annotation' }],
|
||||
["afbjorklund", 159, "159"],
|
||||
["spowelljr", 54, "54"],
|
||||
["kundan2707", 29, "29"],
|
||||
["afbjorklund", 168, "168"],
|
||||
["spowelljr", 75, "75"],
|
||||
["kundan2707", 36, "36"],
|
||||
["medyagh", 17, "17"],
|
||||
["BenTheElder", 12, "12"],
|
||||
["ComradeProgrammer", 10, "10"],
|
||||
["mprimeaux", 9, "9"],
|
||||
["prezha", 9, "9"],
|
||||
["nirs", 8, "8"],
|
||||
["ComradeProgrammer", 8, "8"],
|
||||
["torenware", 8, "8"],
|
||||
["lbogdan", 8, "8"],
|
||||
["mqasimsarfraz", 6, "6"],
|
||||
["mprimeaux", 6, "6"],
|
||||
["termdew", 6, "6"],
|
||||
["kant777", 6, "6"],
|
||||
["prezha", 6, "6"],
|
||||
["mqasimsarfraz", 6, "6"],
|
||||
["termdew", 6, "6"],
|
||||
["sftim", 6, "6"],
|
||||
["pjnssn", 5, "5"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -437,21 +440,21 @@ weight: -99992023
|
|||
function drawcommentWords() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of words (excludes authored)', type: 'number'}, { role: 'annotation' }],
|
||||
["afbjorklund", 7216, "7216"],
|
||||
["spowelljr", 2553, "2553"],
|
||||
["afbjorklund", 7512, "7512"],
|
||||
["spowelljr", 3935, "3935"],
|
||||
["prasanna-desikank", 2363, "2363"],
|
||||
["pluveto", 1042, "1042"],
|
||||
["BenTheElder", 1024, "1024"],
|
||||
["mprimeaux", 879, "879"],
|
||||
["mprimeaux", 985, "985"],
|
||||
["prezha", 963, "963"],
|
||||
["ShardulPrabhu", 783, "783"],
|
||||
["x7upLime", 775, "775"],
|
||||
["prezha", 642, "642"],
|
||||
["torenware", 747, "747"],
|
||||
["nirs", 638, "638"],
|
||||
["lbogdan", 471, "471"],
|
||||
["jackjie2016", 469, "469"],
|
||||
["blacksd", 448, "448"],
|
||||
["FlyFlame", 443, "443"],
|
||||
["medyagh", 435, "435"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -484,9 +487,9 @@ weight: -99992023
|
|||
function drawissueCloser() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of issues closed (excludes authored)', type: 'number'}, { role: 'annotation' }],
|
||||
["spowelljr", 51, "51"],
|
||||
["medyagh", 30, "30"],
|
||||
["afbjorklund", 4, "4"],
|
||||
["spowelljr", 59, "59"],
|
||||
["medyagh", 31, "31"],
|
||||
["afbjorklund", 5, "5"],
|
||||
|
||||
]);
|
||||
|
||||
|
|
|
@ -1077,6 +1077,7 @@
|
|||
"zsh completion.": "",
|
||||
"{{ .name }}: Suggestion: {{ .suggestion}}": "{{ .name }}: Vorschlag: {{ .suggestion}}",
|
||||
"{{.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",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
|
||||
"{{.addon}} does not currently have an associated maintainer.": "",
|
||||
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",
|
||||
"{{.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": "",
|
||||
|
|
|
@ -1067,7 +1067,7 @@
|
|||
"zsh completion.": "autocompletado zsh",
|
||||
"{{ .name }}: Suggestion: {{ .suggestion}}": "{{ .name }}: Sugerencia: {{ .suggestion}}",
|
||||
"{{ .name }}: {{ .rejection }}": "{{ .name }}: {{ .rejection }}",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
|
||||
"{{.addon}} does not currently have an associated maintainer.": "",
|
||||
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",
|
||||
"{{.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": "",
|
||||
|
|
|
@ -1063,6 +1063,7 @@
|
|||
"{{ .name }}: Suggestion: {{ .suggestion}}": "{{ .name }}: Suggestion: {{ .suggestion}}",
|
||||
"{{ .name }}: {{ .rejection }}": "{{ .name }} : {{ .rejection }}",
|
||||
"{{.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",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
|
||||
"{{.addon}} does not currently have an associated maintainer.": "{{.addon}} n'a actuellement pas de mainteneur associé.",
|
||||
"{{.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.",
|
||||
"{{.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",
|
||||
|
|
|
@ -1016,6 +1016,7 @@
|
|||
"zsh completion.": "zsh のコマンド補完です。",
|
||||
"{{ .name }}: Suggestion: {{ .suggestion}}": "{{ .name }}: 提案: {{ .suggestion}}",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "{{.Driver}} は現在 {{.StorageDriver}} ストレージドライバーを使用しています。性能向上のため overlay2 への切替を検討してください",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
|
||||
"{{.addon}} does not currently have an associated maintainer.": "",
|
||||
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",
|
||||
"{{.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": "",
|
||||
|
|
|
@ -1075,7 +1075,7 @@
|
|||
"zsh completion failed": "zsh 완성이 실패하였습니다",
|
||||
"zsh completion.": "",
|
||||
"{{ .name }}: Suggestion: {{ .suggestion}}": "",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
|
||||
"{{.addon}} does not currently have an associated maintainer.": "",
|
||||
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",
|
||||
"{{.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": "",
|
||||
|
|
|
@ -1080,7 +1080,7 @@
|
|||
"zsh completion failed": "autouzupełnianie zsh nie powiodło się",
|
||||
"zsh completion.": "autouzupełnianie zsh",
|
||||
"{{ .name }}: Suggestion: {{ .suggestion}}": "",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
|
||||
"{{.addonName}} was successfully enabled": "{{.addonName}} został aktywowany pomyślnie",
|
||||
"{{.addon}} does not currently have an associated maintainer.": "",
|
||||
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",
|
||||
|
|
|
@ -998,7 +998,7 @@
|
|||
"zsh completion failed": "",
|
||||
"zsh completion.": "",
|
||||
"{{ .name }}: Suggestion: {{ .suggestion}}": "",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
|
||||
"{{.addon}} does not currently have an associated maintainer.": "",
|
||||
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",
|
||||
"{{.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": "",
|
||||
|
|
|
@ -998,7 +998,7 @@
|
|||
"zsh completion failed": "",
|
||||
"zsh completion.": "",
|
||||
"{{ .name }}: Suggestion: {{ .suggestion}}": "",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
|
||||
"{{.addon}} does not currently have an associated maintainer.": "",
|
||||
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "",
|
||||
"{{.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": "",
|
||||
|
|
|
@ -1090,18 +1090,18 @@
|
|||
"error: --output must be 'text', 'yaml' or 'json'": "错误: --output 必须是 'text', 'yaml' 或 'json'",
|
||||
"error: --output must be 'yaml' or 'json'": "错误: --output 必须是 'yaml' 或 'json'",
|
||||
"experimental": "实验性功能",
|
||||
"failed to acquire lock due to unexpected error": "",
|
||||
"failed to add node": "",
|
||||
"failed to open browser: {{.error}}": "",
|
||||
"failed to save config": "",
|
||||
"failed to set extra option": "",
|
||||
"failed to acquire lock due to unexpected error": "由于意外错误,无法获取锁",
|
||||
"failed to add node": "添加节点失败",
|
||||
"failed to open browser: {{.error}}": "打开浏览器失败:{{.error}}",
|
||||
"failed to save config": "保存配置失败",
|
||||
"failed to set extra option": "设置额外选项失败",
|
||||
"failed to start node": "启动节点失败",
|
||||
"false": "",
|
||||
"fish completion failed": "",
|
||||
"fish completion.": "",
|
||||
"false": "false",
|
||||
"fish completion failed": "fish 完成失败",
|
||||
"fish completion.": "fish 完成。",
|
||||
"if true, will embed the certs in kubeconfig.": "如果为 true,将在 kubeconfig 中嵌入证书。",
|
||||
"if you want to create a profile you can by this command: minikube start -p {{.profile_name}}": "",
|
||||
"initialization failed, will try again: {{.error}}": "",
|
||||
"if you want to create a profile you can by this command: minikube start -p {{.profile_name}}": "如果你想创建一个配置文件,你可以执行此命令:minikube start -p {{.profile_name}}",
|
||||
"initialization failed, will try again: {{.error}}": "初始化失败,将再次重试:{{.error}}",
|
||||
"invalid kubernetes version": "",
|
||||
"ip not found": "",
|
||||
"json encoding failure": "",
|
||||
|
@ -1194,6 +1194,7 @@
|
|||
"zsh completion.": "zsh 自动补全。",
|
||||
"{{ .name }}: Suggestion: {{ .suggestion}}": "{{ .name }}:建议:{{ .suggestion }}",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance": "{{.Driver}} 当前正在使用 {{.StorageDriver}} 存储驱动程序,请考虑切换到 overlay2 以获得更好的性能",
|
||||
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, setting preload=false": "",
|
||||
"{{.addon}} does not currently have an associated maintainer.": "{{.addon}} 目前没有相关的维护者。",
|
||||
"{{.addon}} is a 3rd party addon and is not maintained or verified by minikube maintainers, enable at your own risk.": "{{.addon}} 是第三方插件,不由 minikube 维护者进行维护或验证,启用需自担风险。",
|
||||
"{{.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}} 是由 {{.maintainer}} 维护的插件。如有任何问题,请在 GitHub 上联系 minikube。\n您可以在以下链接查看 minikube 的维护者列表:https://github.com/kubernetes/minikube/blob/master/OWNERS",
|
||||
|
|
Loading…
Reference in New Issue