what
- some technical notes for k8s
Less than 1 minute
diff -r live/ evil/
minio-credentials
#MINIO_ROOT_PASSWORD=your_minio_root_password
kubectl create secret generic minio-credentials \
--from-literal=access-key=admin \
--from-literal=access-secret=$MINIO_ROOT_PASSWORD
bucket-to-mount
/
file1
file2
project-foo
file3
file4
dir-foo
file7
project-bar
file5
file6
git config --global user.name "ben.wangz"
git config --global user.email ben.wangz@foxmail.com
git config --global pager.branch false
git config --global pull.ff only
git --no-pager diff