Skip to content

calling webhook - connection refused #3802

Closed Answered by camilamacedo86
raminderis asked this question in Support
Discussion options

You must be logged in to vote

Hi @raminderis,

Webhook Server

The webhook server typically runs as a part of the controller-manager pod. The manager container inside this pod is responsible for running both the controllers and the webhook server. See:

if err = (&crewv1.Admiral{}).SetupWebhookWithManager(mgr); err != nil {
setupLog.Error(err, "unable to create webhook", "webhook", "Admiral")
os.Exit(1)
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by camilamacedo86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants