Closed Gidi233 closed 2 months ago
@hzxuzhonghu Do you have time to look at it?
sure will take a look later
It seems the request is being sent to kurator webhook, do you have logs of kurator?
When there is only ValidatingWebhookConfiguration, there is a log showing that webhook is running normally. When there is MutatingWebhookConfiguration, MutatingWebhook will be called first. According to the error of EOF, I think it did not call the service, and there is no err in Default in the log.
I looked at the log again and found a segment error. my bad
Please provide an in-depth description of the question you have: When I was developing, I planned to add a definition of MutatingWebhookConfiguration to the application resource in fleet to provide default values. When I apply the application, the following error was reported:
The log shows that the webhook is successfully registered in the controller
The following is the newly added MutatingWebhookConfiguration:
The complete changes are in the dev branch of my repository