Henry Xie 's blog
Tuesday, May 26, 2020
Tip: Add Resources via Kustomize edit add
›
kustomize edit add support globbing strings Add directory kustomize edit add resource <dir> Add Yaml files kustomize edit add re...
Tip: List Only Filename in Different Lines
›
ls *.yaml --format single-column
Monday, May 25, 2020
Tip: remote: error: Your commit has been blocked due to certain binary file(s) being oversized or not allowed.
›
Symptom: When we git push a large file into gitlab, we hit this error remote: error: Your commit has been blocked due to certain binar...
Tip: Add Password Into Existing Private Keys
›
Add Password: openssl rsa -aes256 -in your-private-key.pem -out your-private-key-encrypted.pem writing RSA key Enter PEM pass phrase: ...
Sunday, May 24, 2020
Warning: the ECDSA host key for 'testgitlab.test.com' differs from the key for the IP address 1.1.1.1
›
To fix it: ssh-keygen -R 1.1.1.1
‹
›
Home
View web version