Merge pull request #21880 from dkozhuharoff/update-issue-templates
chore(github): update issue templates for all languages and add BG, I…pull/21882/head
commit
994f10ab1b
|
|
@ -1,20 +0,0 @@
|
||||||
---
|
|
||||||
name: عربى
|
|
||||||
about: بلغ عن خطأ
|
|
||||||
labels: l/ar
|
|
||||||
---
|
|
||||||
<!-- يُرجى استخدام هذا النموذج للإبلاغ عن مشكلة وتقديم أكبر قدر ممكن من المعلومات، وإلا سنتأخّر في الردّ عليك. شكرًا -->
|
|
||||||
|
|
||||||
**الأوامر المطلوبة لإعادة إظهار المشكلة**:
|
|
||||||
|
|
||||||
**النتيجة الكاملة للأمر الذي تعذّر تنفيذه**:<details>
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
**نتيجة الأمر `minikube logs`**: <details>
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
**إصدار نظام التشغيل المُستخدَم**:
|
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
name: العربية
|
||||||
|
description: الإبلاغ عن مشكلة
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: ماذا حدث؟
|
||||||
|
description: |
|
||||||
|
نصيحة: أضف العلم "--alsologtostderr" إلى سطر الأوامر للحصول على مزيد من السجلات
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: أرفق ملف السجلات
|
||||||
|
description: |
|
||||||
|
نصيحة: شغّل الأمر `minikube logs --file=log.txt` ثم قم بسحب وإفلات ملف `log.txt` في المتصفح.
|
||||||
|
**تحذير:** إذا كنت تستخدم برنامج التشغيل HyperKit، يُرجى مراجعة السجلات وإزالة أي متغيرات بيئية قد تحتوي على معلومات حساسة (مثل رموز الوصول أو الأسرار).
|
||||||
|
تتم إزالة جميع المتغيرات البيئية تلقائيًا بدءًا من الإصدار `1.26.0` من minikube، ولكن في الإصدارات السابقة يجب إزالتها يدويًا.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: نظام التشغيل
|
||||||
|
description: ما هو نظام التشغيل لديك؟
|
||||||
|
options:
|
||||||
|
- macOS (Default)
|
||||||
|
- Windows
|
||||||
|
- Ubuntu
|
||||||
|
- Redhat/Fedora
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: برنامج التشغيل
|
||||||
|
description: ما هو برنامج التشغيل الذي تستخدمه؟
|
||||||
|
options:
|
||||||
|
- N/A
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
|
- HyperKit
|
||||||
|
- Hyper-V
|
||||||
|
- KVM2
|
||||||
|
- VirtualBox
|
||||||
|
- None (Baremetal)
|
||||||
|
- SSH
|
||||||
|
- VMware
|
||||||
|
- Parallels
|
||||||
|
- QEMU
|
||||||
|
- vfkit
|
||||||
|
- krunkit
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
name: Български
|
||||||
|
description: Докладвай проблем
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: Какво се случи?
|
||||||
|
description: |
|
||||||
|
Съвет: Добавете флага "--alsologtostderr" към командния ред за повече логове.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Прикачи лог файл
|
||||||
|
description: |
|
||||||
|
Съвет: Стартирайте `minikube logs --file=log.txt`, след това плъзнете и пуснете файла `log.txt` в браузъра.
|
||||||
|
**ВНИМАНИЕ:** Ако използвате драйвера HyperKit, проверете логовете си и премахнете всички променливи на средата, които могат да съдържат чувствителна информация (например токени за достъп или тайни).
|
||||||
|
Всички променливи на средата ще бъдат премахнати автоматично от версия `1.26.0` на minikube, но при по-ранни версии трябва да бъдат премахнати ръчно.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: Операционна система
|
||||||
|
description: Каква е вашата ОС?
|
||||||
|
options:
|
||||||
|
- macOS (Default)
|
||||||
|
- Windows
|
||||||
|
- Ubuntu
|
||||||
|
- Redhat/Fedora
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: Driver
|
||||||
|
description: Кой драйвър използвате?
|
||||||
|
options:
|
||||||
|
- N/A
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
|
- HyperKit
|
||||||
|
- Hyper-V
|
||||||
|
- KVM2
|
||||||
|
- VirtualBox
|
||||||
|
- None (Baremetal)
|
||||||
|
- SSH
|
||||||
|
- VMware
|
||||||
|
- Parallels
|
||||||
|
- QEMU
|
||||||
|
- vfkit
|
||||||
|
- krunkit
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
name: Deutsch
|
||||||
|
description: Problem melden
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: Was ist passiert?
|
||||||
|
description: |
|
||||||
|
Tipp: Fügen Sie das Flag "--alsologtostderr" zur Befehlszeile hinzu, um weitere Logs zu erhalten.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Log-Datei anhängen
|
||||||
|
description: |
|
||||||
|
Tipp: Führen Sie `minikube logs --file=log.txt` aus und ziehen Sie dann die Datei `log.txt` in den Browser.
|
||||||
|
**WARNUNG:** Wenn Sie den HyperKit-Treiber verwenden, überprüfen Sie bitte Ihre Logs und entfernen Sie alle Umgebungsvariablen, die sensible Informationen enthalten könnten (z. B. Zugriffstoken oder Secrets).
|
||||||
|
Ab Minikube-Version `1.26.0` werden alle Umgebungsvariablen automatisch entfernt, bei früheren Versionen müssen diese manuell gelöscht werden.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: Betriebssystem
|
||||||
|
description: Welches Betriebssystem verwenden Sie?
|
||||||
|
options:
|
||||||
|
- macOS (Default)
|
||||||
|
- Windows
|
||||||
|
- Ubuntu
|
||||||
|
- Redhat/Fedora
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: Treiber
|
||||||
|
description: Welchen Treiber verwenden Sie?
|
||||||
|
options:
|
||||||
|
- N/A
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
|
- HyperKit
|
||||||
|
- Hyper-V
|
||||||
|
- KVM2
|
||||||
|
- VirtualBox
|
||||||
|
- None (Baremetal)
|
||||||
|
- SSH
|
||||||
|
- VMware
|
||||||
|
- Parallels
|
||||||
|
- QEMU
|
||||||
|
- vfkit
|
||||||
|
- krunkit
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
---
|
|
||||||
name: Español
|
|
||||||
about: Reportar un problema
|
|
||||||
labels: l/es
|
|
||||||
---
|
|
||||||
<!-- Utiliza esta plantilla para informar de incidencias y proporciona tanta información como sea posible. Si no lo haces, es posible que la respuesta se retrase. Muchas gracias. -->
|
|
||||||
|
|
||||||
**Los comandos necesarios para reproducir la incidencia**:
|
|
||||||
|
|
||||||
**El resultado completo del comando que ha fallado**: <details>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
**El resultado del comando `minikube logs`**: <details>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
**La versión del sistema operativo que utilizaste**:
|
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
name: Español
|
||||||
|
description: Reportar un problema
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: ¿Qué ocurrió?
|
||||||
|
description: |
|
||||||
|
Consejo: añade el indicador "--alsologtostderr" en la línea de comandos para obtener más registros.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Adjunta el archivo de registro
|
||||||
|
description: |
|
||||||
|
Consejo: ejecuta `minikube logs --file=log.txt` y luego arrastra y suelta el archivo `log.txt` en el navegador.
|
||||||
|
**ADVERTENCIA:** Si estás usando el controlador HyperKit, revisa tus registros y elimina cualquier variable de entorno que pueda contener información sensible (por ejemplo, tokens de acceso o secretos).
|
||||||
|
Todas las variables de entorno se eliminarán automáticamente a partir de la versión `1.26.0` de minikube, pero en versiones anteriores deberán eliminarse manualmente.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: Sistema operativo
|
||||||
|
description: ¿Cuál es tu sistema operativo?
|
||||||
|
options:
|
||||||
|
- macOS (Default)
|
||||||
|
- Windows
|
||||||
|
- Ubuntu
|
||||||
|
- Redhat/Fedora
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: Controlador
|
||||||
|
description: ¿Qué controlador utilizas?
|
||||||
|
options:
|
||||||
|
- N/A
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
|
- HyperKit
|
||||||
|
- Hyper-V
|
||||||
|
- KVM2
|
||||||
|
- VirtualBox
|
||||||
|
- None (Baremetal)
|
||||||
|
- SSH
|
||||||
|
- VMware
|
||||||
|
- Parallels
|
||||||
|
- QEMU
|
||||||
|
- vfkit
|
||||||
|
- krunkit
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
---
|
|
||||||
name: فارسی
|
|
||||||
about: مشكلی را گرزارش كن
|
|
||||||
labels: l/fa
|
|
||||||
---
|
|
||||||
<!-- لطفا از این قالب برای فرستادن گزارش استفاده کنید، هرچه می توانید اطلاعات بیشتری به ما بدهید. در غیر اینصورت با تاخیر بیشتری جواب خواهید گرفت. تشکر. -->
|
|
||||||
|
|
||||||
**کامندی که مشکل را به وجود می آورد**:
|
|
||||||
|
|
||||||
**خروجی کامل کامند مورد مشکل:**:<details>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
**`minikube logs` خروجی کامل دسستور**: <details>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
**سیستم عامل مورد استفاده با ذکر ورژن**:
|
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
name: فارسی
|
||||||
|
description: گزارش یک مشکل
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: چه اتفاقی افتاد؟
|
||||||
|
description: |
|
||||||
|
نکته: برای دریافت گزارشهای بیشتر، پرچم "--alsologtostderr" را به خط فرمان اضافه کنید.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: فایل گزارش را پیوست کنید
|
||||||
|
description: |
|
||||||
|
نکته: دستور `minikube logs --file=log.txt` را اجرا کرده و سپس فایل `log.txt` را در مرورگر بکشید و رها کنید.
|
||||||
|
**هشدار:** اگر از درایور HyperKit استفاده میکنید، لطفاً گزارشهای خود را بررسی کرده و هر متغیر محیطی که ممکن است شامل اطلاعات حساس (مانند توکنهای دسترسی یا اسرار) باشد را حذف کنید.
|
||||||
|
از نسخه `1.26.0` به بعد در minikube، تمام متغیرهای محیطی بهطور خودکار حذف میشوند، اما در نسخههای قبلی باید به صورت دستی حذف شوند.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: سیستمعامل
|
||||||
|
description: سیستمعامل شما چیست؟
|
||||||
|
options:
|
||||||
|
- macOS (Default)
|
||||||
|
- Windows
|
||||||
|
- Ubuntu
|
||||||
|
- Redhat/Fedora
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: درایور
|
||||||
|
description: از کدام درایور استفاده میکنید؟
|
||||||
|
options:
|
||||||
|
- N/A
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
|
- HyperKit
|
||||||
|
- Hyper-V
|
||||||
|
- KVM2
|
||||||
|
- VirtualBox
|
||||||
|
- None (Baremetal)
|
||||||
|
- SSH
|
||||||
|
- VMware
|
||||||
|
- Parallels
|
||||||
|
- QEMU
|
||||||
|
- vfkit
|
||||||
|
- krunkit
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
---
|
|
||||||
name: Français
|
|
||||||
about: Signaler un problème
|
|
||||||
labels: l/fr
|
|
||||||
---
|
|
||||||
<!--- Veuillez inclure la commande "minikube start" que vous avez utilisée dans vos étapes de reproduction --->
|
|
||||||
**Étapes pour reproduire le problème:**
|
|
||||||
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
|
|
||||||
**Sortie complète de la commande `minikube logs`:**
|
|
||||||
<details>
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<!--- TIP: Ajoutez l'indicateur "--alsologtostderr" à la ligne de commande pour plus de journaux --->
|
|
||||||
**Sortie complète de la commande échouée:**
|
|
||||||
<details>
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
name: Français
|
||||||
|
description: Signaler un problème
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: Que s’est-il passé ?
|
||||||
|
description: |
|
||||||
|
Astuce : ajoutez le paramètre "--alsologtostderr" à la ligne de commande pour obtenir davantage de journaux.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Joindre le fichier de journal
|
||||||
|
description: |
|
||||||
|
Astuce : exécutez `minikube logs --file=log.txt`, puis faites glisser et déposez le fichier `log.txt` dans le navigateur.
|
||||||
|
**AVERTISSEMENT :** Si vous utilisez le pilote HyperKit, veuillez vérifier vos journaux et supprimer toute variable d’environnement susceptible de contenir des informations sensibles (par ex. jetons d’accès ou secrets).
|
||||||
|
Toutes les variables d’environnement seront automatiquement supprimées à partir de la version `1.26.0` de minikube, mais pour les versions antérieures, elles doivent être supprimées manuellement.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: Système d’exploitation
|
||||||
|
description: Quel est votre système d’exploitation ?
|
||||||
|
options:
|
||||||
|
- macOS (Default)
|
||||||
|
- Windows
|
||||||
|
- Ubuntu
|
||||||
|
- Redhat/Fedora
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: Pilote
|
||||||
|
description: Quel pilote utilisez-vous ?
|
||||||
|
options:
|
||||||
|
- N/A
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
|
- HyperKit
|
||||||
|
- Hyper-V
|
||||||
|
- KVM2
|
||||||
|
- VirtualBox
|
||||||
|
- None (Baremetal)
|
||||||
|
- SSH
|
||||||
|
- VMware
|
||||||
|
- Parallels
|
||||||
|
- QEMU
|
||||||
|
- vfkit
|
||||||
|
- krunkit
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
---
|
|
||||||
name: Bahasa Indonesia
|
|
||||||
about: Laporkan masalah
|
|
||||||
labels: l/id
|
|
||||||
---
|
|
||||||
<!-- Gunakan template ini saat melaporkan masalah, dengan memberikan informasi sebanyak mungkin. Jika hal ini tidak dilakukan, respons terhadap laporan dapat menjadi tertunda. Terima kasih. -->
|
|
||||||
|
|
||||||
**Perintah yang diperlukan untuk merekonstruksi masalah**:
|
|
||||||
|
|
||||||
**Output penuh dari perintah yang gagal**:<details>
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
**Output dari perintah `minikube logs`**: <details>
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
**Versi sistem operasi yang digunakan**:
|
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
name: Bahasa Indonesia
|
||||||
|
description: Laporkan masalah
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: Apa yang terjadi?
|
||||||
|
description: |
|
||||||
|
Tips: Tambahkan flag "--alsologtostderr" pada baris perintah untuk mendapatkan lebih banyak log.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Lampirkan file log
|
||||||
|
description: |
|
||||||
|
Tips: Jalankan `minikube logs --file=log.txt` lalu seret dan jatuhkan file `log.txt` ke peramban.
|
||||||
|
**PERINGATAN:** Jika Anda menggunakan driver HyperKit, harap periksa log Anda dan hapus variabel lingkungan apa pun yang mungkin berisi informasi sensitif (misalnya token akses atau rahasia).
|
||||||
|
Semua variabel lingkungan akan dihapus secara otomatis mulai dari versi `1.26.0` minikube, tetapi pada versi sebelumnya harus dihapus secara manual.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: Sistem Operasi
|
||||||
|
description: Apa sistem operasi Anda?
|
||||||
|
options:
|
||||||
|
- macOS (Default)
|
||||||
|
- Windows
|
||||||
|
- Ubuntu
|
||||||
|
- Redhat/Fedora
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: Driver
|
||||||
|
description: Driver apa yang Anda gunakan?
|
||||||
|
options:
|
||||||
|
- N/A
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
|
- HyperKit
|
||||||
|
- Hyper-V
|
||||||
|
- KVM2
|
||||||
|
- VirtualBox
|
||||||
|
- None (Baremetal)
|
||||||
|
- SSH
|
||||||
|
- VMware
|
||||||
|
- Parallels
|
||||||
|
- QEMU
|
||||||
|
- vfkit
|
||||||
|
- krunkit
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
name: Italiano
|
||||||
|
description: Segnala un problema
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: Cosa è successo?
|
||||||
|
description: |
|
||||||
|
Suggerimento: Aggiungi il flag "--alsologtostderr" al comando per ottenere più log.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Allegare il file di log
|
||||||
|
description: |
|
||||||
|
Suggerimento: Esegui `minikube logs --file=log.txt` e poi trascina il file `log.txt` nel browser.
|
||||||
|
**ATTENZIONE:** Se stai usando il driver HyperKit, controlla i tuoi log e rimuovi eventuali variabili d'ambiente che potrebbero contenere informazioni sensibili (ad es. token di accesso o segreti).
|
||||||
|
Tutte le variabili d'ambiente saranno rimosse automaticamente a partire da minikube `1.26.0`, ma nelle versioni precedenti devono essere rimosse manualmente.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: Sistema operativo
|
||||||
|
description: Qual è il tuo sistema operativo?
|
||||||
|
options:
|
||||||
|
- macOS (Default)
|
||||||
|
- Windows
|
||||||
|
- Ubuntu
|
||||||
|
- Redhat/Fedora
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: Driver
|
||||||
|
description: Quale driver stai usando?
|
||||||
|
options:
|
||||||
|
- N/A
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
|
- HyperKit
|
||||||
|
- Hyper-V
|
||||||
|
- KVM2
|
||||||
|
- VirtualBox
|
||||||
|
- None (Baremetal)
|
||||||
|
- SSH
|
||||||
|
- VMware
|
||||||
|
- Parallels
|
||||||
|
- QEMU
|
||||||
|
- vfkit
|
||||||
|
- krunkit
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
---
|
|
||||||
name: 日本語
|
|
||||||
about: 問題の報告
|
|
||||||
labels: l/ja
|
|
||||||
---
|
|
||||||
<!--- 再現手順には、使用した「minikube start」コマンドを含めてください --->
|
|
||||||
**問題を再現するための手順:**
|
|
||||||
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
|
|
||||||
**`minikube logs --file=logs.txt` を実行して、このissueにログファイルをドラッグ&ドロップしてください**
|
|
||||||
|
|
||||||
<!--- ヒント: より多くのログを出力させるには、コマンドラインに「--alsologtostderr」フラグを追加してください --->
|
|
||||||
**`minikube start` ではない場合は、失敗したコマンドの全出力:**
|
|
||||||
<details>
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
name: 日本語
|
||||||
|
description: 問題を報告する
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: 何が起こりましたか?
|
||||||
|
description: |
|
||||||
|
ヒント: 追加のログを取得するには、コマンドラインに "--alsologtostderr" フラグを付けて実行してください。
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: ログファイルを添付
|
||||||
|
description: |
|
||||||
|
ヒント: `minikube logs --file=log.txt` を実行し、ブラウザに `log.txt` ファイルをドラッグ&ドロップしてください。
|
||||||
|
**警告:** HyperKit ドライバーを使用している場合は、ログを確認し、機密情報(アクセストークンやシークレットなど)が含まれる環境変数を削除してください。
|
||||||
|
minikube バージョン `1.26.0` 以降では、すべての環境変数が自動的に削除されますが、それ以前のバージョンでは手動で削除する必要があります。
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: オペレーティングシステム
|
||||||
|
description: ご使用のOSは何ですか?
|
||||||
|
options:
|
||||||
|
- macOS (Default)
|
||||||
|
- Windows
|
||||||
|
- Ubuntu
|
||||||
|
- Redhat/Fedora
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: ドライバー
|
||||||
|
description: どのドライバーを使用していますか?
|
||||||
|
options:
|
||||||
|
- N/A
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
|
- HyperKit
|
||||||
|
- Hyper-V
|
||||||
|
- KVM2
|
||||||
|
- VirtualBox
|
||||||
|
- None (Baremetal)
|
||||||
|
- SSH
|
||||||
|
- VMware
|
||||||
|
- Parallels
|
||||||
|
- QEMU
|
||||||
|
- vfkit
|
||||||
|
- krunkit
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
---
|
|
||||||
name: Kurdî
|
|
||||||
about: Girêftek gozarîş bike
|
|
||||||
labels: l/ku
|
|
||||||
---
|
|
||||||
<!-- Tikaye lem qalîbe bo dorust kirdinî gozarîş kelk wer bigre, ta ewendey detwani zanyari zortirman pê bide. bo xêratirîn willam. gelêk sipas! -->
|
|
||||||
|
|
||||||
**Rêk ew kommandey be karit henawe, bo dubara kirdin girifteke**:
|
|
||||||
|
|
||||||
**Tewawi berhem (output) kommandeke**:<details>
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
**Berhemî kommandi `minikube logs`**: <details>
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
**Jor o virjênî operating system**:
|
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
name: Kurdî (Kurmanji)
|
||||||
|
description: Raportkirina pirsgirêkekê
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: Çi bû?
|
||||||
|
description: |
|
||||||
|
Rêwîtiya bikar: Ji bo ku zêdetir log bistînin, flag "--alsologtostderr" li ser rêza fermana xwe zêde bikin.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Pelê logê bikeve
|
||||||
|
description: |
|
||||||
|
Rêwîtiya bikar: Run `minikube logs --file=log.txt` û paşê pelê `log.txt` ji browser ve drag & drop bikin.
|
||||||
|
**HİZAR:** Heke hûn driverê HyperKit têkiliyê dikin, ji kerema xwe logên xwe kontrol bikin û her guhertoyekî env ku dikare agahiyên sezayî (mînak: token-an an şîfre) heye, jê bidin.
|
||||||
|
Hemû guhertoyên env ji minikube `1.26.0` ve bi awayê otomatik hate rakirin, lê di guhertoyên berê de divê bi destan jêbirin.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: Pergala Operasyonê
|
||||||
|
description: Pergala Operasyonê te çi ye?
|
||||||
|
options:
|
||||||
|
- macOS (Default)
|
||||||
|
- Windows
|
||||||
|
- Ubuntu
|
||||||
|
- Redhat/Fedora
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: Driver
|
||||||
|
description: Hûn çi driverê têkiliyê dikin?
|
||||||
|
options:
|
||||||
|
- N/A
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
|
- HyperKit
|
||||||
|
- Hyper-V
|
||||||
|
- KVM2
|
||||||
|
- VirtualBox
|
||||||
|
- None (Baremetal)
|
||||||
|
- SSH
|
||||||
|
- VMware
|
||||||
|
- Parallels
|
||||||
|
- QEMU
|
||||||
|
- vfkit
|
||||||
|
- krunkit
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
@ -1,21 +0,0 @@
|
||||||
---
|
|
||||||
name: Português
|
|
||||||
about: Comunicar um problema
|
|
||||||
labels: l/pt-BR
|
|
||||||
---
|
|
||||||
<!-- Use este modelo ao reportar um problema e forneça o máximo de informações possível. Se não fazer isso, pode haver um atraso na resposta. A equipe agradece. -->
|
|
||||||
|
|
||||||
**Os comandos necessários para reproduzir o problema**:
|
|
||||||
|
|
||||||
**A saída completa do comando que apresentou falha**: <details>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
**A saída do comando `minikube logs`**:<details>
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
**A versão do sistema operacional usado**:
|
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
name: Português (Brasil)
|
||||||
|
description: Reportar um problema
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: O que aconteceu?
|
||||||
|
description: |
|
||||||
|
Dica: Adicione a flag "--alsologtostderr" na linha de comando para obter mais logs.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Anexe o arquivo de log
|
||||||
|
description: |
|
||||||
|
Dica: Execute `minikube logs --file=log.txt` e depois arraste e solte o arquivo `log.txt` no navegador.
|
||||||
|
**AVISO:** Se você estiver usando o driver HyperKit, verifique seus logs e remova quaisquer variáveis de ambiente que possam conter informações sensíveis (ex.: tokens de acesso ou segredos).
|
||||||
|
Todas as variáveis de ambiente serão removidas automaticamente a partir da versão `1.26.0` do minikube, mas em versões anteriores será necessário removê-las manualmente.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: Sistema Operacional
|
||||||
|
description: Qual é o seu sistema operacional?
|
||||||
|
options:
|
||||||
|
- macOS (Default)
|
||||||
|
- Windows
|
||||||
|
- Ubuntu
|
||||||
|
- Redhat/Fedora
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: Driver
|
||||||
|
description: Qual driver você usa?
|
||||||
|
options:
|
||||||
|
- N/A
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
|
- HyperKit
|
||||||
|
- Hyper-V
|
||||||
|
- KVM2
|
||||||
|
- VirtualBox
|
||||||
|
- None (Baremetal)
|
||||||
|
- SSH
|
||||||
|
- VMware
|
||||||
|
- Parallels
|
||||||
|
- QEMU
|
||||||
|
- vfkit
|
||||||
|
- krunkit
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
---
|
|
||||||
name: 中文 (Chinese)
|
|
||||||
about: 报告问题
|
|
||||||
labels: l/zh-CN
|
|
||||||
---
|
|
||||||
<!-- 请在报告问题时使用此模板,并提供尽可能详细的信息。否则可能导致响应延迟。谢谢!-->
|
|
||||||
|
|
||||||
**重现问题所需的命令**:
|
|
||||||
|
|
||||||
**失败的命令的完整输出**:<details>
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
|
|
||||||
**`minikube logs`命令的输出**: <details>
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
|
|
||||||
**使用的操作系统版本**:
|
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
name: 中文 (Chinese)
|
||||||
|
description: 报告一个问题
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: 发生了什么?
|
||||||
|
description: |
|
||||||
|
提示:在命令行中添加 "--alsologtostderr" 参数以获取更多日志。
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: 附上日志文件
|
||||||
|
description: |
|
||||||
|
提示:运行 `minikube logs --file=log.txt`,然后将 `log.txt` 文件拖放到浏览器中。
|
||||||
|
**警告:** 如果你使用 HyperKit 驱动,请检查日志并删除可能包含敏感信息(例如访问令牌或密钥)的环境变量。
|
||||||
|
从 minikube `1.26.0` 版本开始,所有环境变量将自动清除,但在之前的版本中需要手动删除。
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: 操作系统
|
||||||
|
description: 你的操作系统是什么?
|
||||||
|
options:
|
||||||
|
- macOS (Default)
|
||||||
|
- Windows
|
||||||
|
- Ubuntu
|
||||||
|
- Redhat/Fedora
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: driver
|
||||||
|
attributes:
|
||||||
|
label: 驱动程序
|
||||||
|
description: 你使用哪个驱动程序?
|
||||||
|
options:
|
||||||
|
- N/A
|
||||||
|
- Docker
|
||||||
|
- Podman
|
||||||
|
- HyperKit
|
||||||
|
- Hyper-V
|
||||||
|
- KVM2
|
||||||
|
- VirtualBox
|
||||||
|
- None (Baremetal)
|
||||||
|
- SSH
|
||||||
|
- VMware
|
||||||
|
- Parallels
|
||||||
|
- QEMU
|
||||||
|
- vfkit
|
||||||
|
- krunkit
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
Loading…
Reference in New Issue