xxxxプログラマのメモ

先人に感謝と敬意:自分の困ったこと調べたことのメモ

2021-01-01から1年間の記事一覧

Kubernetes Cluster

knowledge.sakura.ad.jpThanks!

この接続ではプライバシーが保護されません。#Chrome #NET::ERR_CERT_AUTHORITY_INVALID

yuki.world thisisunsafe Thanks!

FileWatcher C#

C#

www.chuken-engineer.comThanks!

Kubernetes Dashboard V2

blinkeye.github.ioThanks!

Update Kube.conf #kubernetes #証明書 #certificate has expired or is not yet valid, x509: certificate has expired or is not yet valid

※ kubeadm のバージョンによってコマンド異なるので注意!kubeadm version: &version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.3", GitCommit:"b3cbbae08ec52a7fc73d334838e18d17e8512749", GitTreeState:"clean", BuildDate:"2019-11-13T11:20:25Z",…

Powershell each file size

$SourceDir = '\\10.212.125.128\xxx' $FileList = Get-ChildItem -LiteralPath $SourceDir -File $Results = foreach ($FL_Item in $FileList) { [PSCustomObject]@{ Name = $FL_Item.Name Location = $FL_Item.Directory Size_KB = '{0,7:N2}' -f ($FL_Ite…

ESXi Gpu passthrough #パススルー #RTX3090

soji256.hatenablog.jpqiita.comwww.nttpc.co.jpThanks!

MDWiki on IIS

blog.shibata.techThanks!