-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed calling webhook "mservice.elbv2.k8s.aws" #458
Comments
I think it's a timing issue. if you try to run Please feel free to update troubleshooting guide https://github.com/awslabs/data-on-eks/blob/main/website/docs/blueprints/troubleshooting/troubleshooting.md if the issue resolved by the above approach. |
This consistently requires two executions of install.sh currently. |
I'm betting we need to bump up that 10s timeout, but currently we'd be blocked on... |
This is due to a mutating webhook introduced for LBC v2.5+. Per the docs...
If you do not need to have the webhook enabled then you can disable it as shown here. # Turn off mutation webhook for services to avoid ordering issue
enable_aws_load_balancer_controller = true
aws_load_balancer_controller = {
set = [{
name = "enableServiceMutatorWebhook"
value = "false"
}]
} We should add this to our blueprints, will mark it as a bug for tracking. |
Installing Spark Operator with YuniKorn on Cloud9 in my AWS account and install.sh is ending with below two errors:
Error: 2 errors occurred:
│ * Internal error occurred: failed calling webhook "mservice.elbv2.k8s.aws": failed to call webhook: Post "https://aws-load-balancer-webhook-service.kube-system.svc:443/mutate-v1-service?timeout=10s": dial tcp 100.64.184.123:9443: connect: connection refused
│ * Internal error occurred: failed calling webhook "mservice.elbv2.k8s.aws": failed to call webhook: Post "https://aws-load-balancer-webhook-service.kube-system.svc:443/mutate-v1-service?timeout=10s": dial tcp 100.64.184.123:9443: connect: connection refused
The text was updated successfully, but these errors were encountered: