Hacker News new | ask | show | jobs
by drewp 2079 days ago
My mnemonic for the "-r" flag is to just remember that k8s gets it right:

"kubectl apply -f myfile" ("apply file ...")

and pip stacks two verbs together in a silly way:

"pip install -r myfile" ("install read ..."??)