10 ms·
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
by drewp 6y 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 ..."??)
- deleted 6y ago[deleted]