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.
我打算将其他错误消息字段添加到自定义资源状态。字段标记为
ErrMsg string `json:"errmsg,omitempty"`
添加这些字段是否需要新的 API 版本,或者只更改管理运算符以用值填充这些字段是否安全?
据此_
将来可能会添加其他字段。
如果您的控制器只写入状态,那么您不需要更改 CRD 版本。
它还取决于您在 CRD 上进行的验证类型 - 例如结构模式是否正在验证状态。
以下是多个 API 版本的约定(虽然没有太多关于status)
status