📜  如何将 kubectl 更改为 k - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:37.606000             🧑  作者: Mango

代码示例1
Run these before executing kubectl commands to save yourself some time. Example: You just need to type k instead of typing kubectl : alias k='kubectl' alias kc='k config view --minify | grep name'