如何在 Kubernetes 中移除(删除)注解?

识趣 发表于: 2022-02-21   最后更新时间: 2022-02-21 23:32:57   1,463 游览

在 Kubernetes 中删除注释是否有不同于 kubectl edit 的方法?

我不喜欢kubectl edit的交互式的方法。我更喜欢能在脚本中能直接使用的方式。

发表于 2022-02-21

kubectl annotate 的注释末尾使用减号 -

例子:

kubectl annotate service shopping-cart prometheus.io/scrape-

shopping-cart 服务中删除注释 prometheus.io/scrape

你的答案

查看kubernetes相关的其他问题或提一个您自己的问题