标签:打开 highlight logging isp sed tom time https operation
修改方法:
查看当前logging-curator配置,了解当前定时删除大的策略。
oc edit configmap/logging-curator
打开后,可以直接编辑保存。
重新编辑一个新的yaml,替换原有配置。
文件内容参考如下:
然后执行替换:
oc delete configmap logging-curator
oc create configmap logging-curator -o yaml --from-file=config.yaml=mycuratorconfig.yaml
最后,让配置生效
oc rollout latest
dc
/logging-curator
标签:打开 highlight logging isp sed tom time https operation
原文地址:https://www.cnblogs.com/FlyAway2013/p/10923399.html