修改方法:html
查看當前logging-curator配置,瞭解當前定時刪除大的策略。bash
oc edit configmap/logging-curatorapp
打開後,能夠直接編輯保存。ide
從新編輯一個新的yaml,替換原有配置。spa
文件內容參考以下:日誌
而後執行替換:code
oc delete configmap logging-curatororm
oc create configmap logging-curator -o yaml --from-file=config.yaml=mycuratorconfig.yamlhtm
最後,讓配置生效blog
oc rollout latest
dc
/logging-curator