14/8 - 28/8/2008 Kursus Induksi... 2 minggu beb..asik tgh ceramah je..penat kepala otak aku...byk sgt input masuk.. pastu 28hb pulak ade exam..leceh la... aku dah la tak suke sgt mende2 berbentuk akademik ni..kene study lg.. aku kalau boleh malas dah nk study2 ni... boring2.. tp nk bt camne..terpaksa..kalau tak tak confirm mane la aku ni.. next week pekse JPA pulak..perghh giler aaa...tp nasib baik open book.. tingat pulak kat UTM dulu...final exam open book saje..penuh buku atas meja..ms abis nk cari jawapan je...hehehe... tapi aku bersyukur la aku grad UTM..sbb tahun akhir tu aku cam dah malas nk mampus study..2 jam nk exam baru study..huhuhu... tapi takper..life must go on..huhu
If u get this error deploying WSL2 distributions ensuring main distro is deployed: checking if main distro is up to date: checking main distro bootstrap version: getting main distro bootstrap version: open \\wsl$\docker-desktop\etc\wsl_bootstrap_version: The network name cannot be found. checking if isocache exists: CreateFile \\wsl$\docker-desktop-data\isocache\: The network name cannot be found. Try the following to troubleshoot: Stop Docker Desktop Run the following command in your terminal wsl --unregister docker-desktop Run Docker Desktop again (Will recreate the distro) Note : I also start my Docker Desktop as Administrator each time, so you probably need to run your terminal/Powershell as Administrator like I did .
✅ 1. First: Check the kubeconfig Rancher Desktop injects into Windows Rancher Desktop ALWAYS writes a kubeconfig to this standard location: 👉 C:\Users\<your-user>\.kube\config Check it: PowerShell: dir $HOME \.kube If you see a file named config , then that is the correct kubeconfig. eg: Directory: C:\Users\admin\.kube Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 22/11/2024 10:12 AM cache -a---- 06/12/2025 8:58 AM 6054 config Inside WSL run: mkdir -p ~/.kube ln -s /mnt/c/Users/admin/.kube/config ~/.kube/config Now WSL and PowerShell use the same Kubernetes context. Create aliases for...
Comments