linzhengen / tech-notes

My tech notes write in github issues🧲
1 stars 0 forks source link

[20210316] フォルダ中のすべてファイルをK8s ConfigMapに入れる #76

Open linzhengen opened 3 years ago

linzhengen commented 3 years ago

create or upgradeを考慮したコマンド

kubectl create configmap hoge-my-configs --from-file hoge-folder-path/ -o yaml --dry-run=client | kubectl apply -f -