Skip to content
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

Error with kpack webhook when trying to install Korifi #3398

Open
ghtb3 opened this issue Jul 19, 2024 · 1 comment
Open

Error with kpack webhook when trying to install Korifi #3398

ghtb3 opened this issue Jul 19, 2024 · 1 comment

Comments

@ghtb3
Copy link

ghtb3 commented Jul 19, 2024

Hi, there!

I'm curently trying to install Korifi on a cluster, following the guide provided here on GitHub.

However, even though the kpack installation didnt show any errors, when I run the actual command to install korifi, I get the following error:

helm install korifi https://github.com/cloudfoundry/korifi/releases/download/v0.12.0/korifi-0.12.0.tgz \
    --namespace="$KORIFI_NAMESPACE" \
    --set=generateIngressCertificates=true \
    --set=rootNamespace="$ROOT_NAMESPACE" \
    --set=adminUserName="$ADMIN_USERNAME" \
    --set=api.apiServer.url="api.$BASE_DOMAIN" \
    --set=defaultAppDomainName="apps.$BASE_DOMAIN" \
    --set=containerRepositoryPrefix=index.docker.io/korifi/ \
    --set=kpackImageBuilder.builderRepository=index.docker.io/korifi/kpack-builder \
    --set=networking.gatewayClass=$GATEWAY_CLASS_NAME \
    --wait
Error: INSTALLATION FAILED: failed to create resource: Internal error occurred: failed calling webhook "defaults.webhook.kpack.io": failed to call webhook: Post "https://kpack-webhook.kpack.svc:443/defaults?timeout=10s": context deadline exceeded

Any ideas? Thanks in advance!

@danail-branekov
Copy link
Member

FWIW, we have been discussing this issue on slack: https://cloudfoundry.slack.com/archives/C0297673ASK/p1721402298263779

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🧊 Icebox
Development

No branches or pull requests

2 participants