Things I've learned, written down so I can find them again. An entry is one problem and what solved it, with no story around it; the stories are under posts.
Things I've learned
Browse by tag: eks 1 ยท git 2Raise the minimum size of an EKS node group
EKS rejects a minimum above the current desired size, so raise the desired size first or in the same call.Ignore files in one clone only
Patterns in .git/info/exclude work like .gitignore but are never committed.Ignore files in every clone on this machine
Git reads ~/.config/git/ignore on top of every repository's .gitignore.