Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我们可以通过 kubelet-extra-args 创建带有标签的节点组:
--kubelet-extra-args --node-labels=foo=bar
这种语法让我有点吃惊,所以我不确定如何添加多个标签。
找到了!我应该猜到了,但这会将事情传递给 kubelet,它显然需要逗号分隔的键值对和 '=' 连接
--kubelet-extra-args --node-labels=alabel=foo,another=bar