-
|
I found this example, which I used to change the log formatting of my controller. After patching the configuration map, Kubernetes notified the pod of the changes. But these changes didn't affect the logging. I am still getting the old log format. I restarted the pod, and it didn't work also. Is there any other step I need to follow? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
@vitorfhc Hello. Could you paste your |
Beta Was this translation helpful? Give feedback.
-
|
Well, it was no more than just a stupid mistake. Instead of doing |
Beta Was this translation helpful? Give feedback.
Well, it was no more than just a stupid mistake.
Instead of doing
log-format:in the ConfigMap, I didlog-format-upstream:, and it worked.