This repository was archived by the owner on Feb 14, 2023. It is now read-only.
Description Creating resource builder/cf-default-builder (kpack.io/v1alpha1) fails to connect to https://kpack-webhook.kpack.svc:443/convert?timeout=30s
To Reproduce:
Follow the instruction in docs up to the step to deploy to your local k8s cluster.
Try to deploy cf-for-k8s to the local cluster by running kapp deploy -a cf -f <(ytt -f config -f ${TMP_DIR}/cf-values.yml)
See error
3:11:20PM: ^ Retryable error: Creating resource builder/cf-default-builder (kpack.io/v1alpha1) namespace: cf-workloads-staging: API server says: conversion webhook for kpack.io/v1alpha1, Kind=Builder failed: Post "https://kpack-webhook.kpack.svc:443/convert?timeout=30s": dial tcp 10.110.216.122:443: connect: connection refused (reason: )
Expected behavior
Deploying should be successful.
Additional context
Cluster information
minikube
CLI versions
ytt --version: ytt version 0.40.1
kapp --version: kapp version 0.46.0
kubectl version:
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.5", GitCommit:"c285e781331a3785a7f436042c65c5641ce8a9e9", GitTreeState:"clean", BuildDate:"2022-03-16T15:51:05Z", GoVersion:"go1.17.8", Compiler:"gc", Platform:"darwin/arm64"}
Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.3", GitCommit:"816c97ab8cff8a1c72eccca1026f7820e93e0d25", GitTreeState:"clean", BuildDate:"2022-01-25T21:19:12Z", GoVersion:"go1.17.6", Compiler:"gc", Platform:"linux/arm64"}
cf version: cf version 7.4.0+e55633fed.2021-11-15
Reactions are currently unavailable
Creating resource
builder/cf-default-builder(kpack.io/v1alpha1)fails to connect tohttps://kpack-webhook.kpack.svc:443/convert?timeout=30sTo Reproduce:
cf-for-k8sto the local cluster by runningkapp deploy -a cf -f <(ytt -f config -f ${TMP_DIR}/cf-values.yml)Expected behavior
Deploying should be successful.
Additional context
Cluster information
minikube
CLI versions
ytt --version:ytt version 0.40.1kapp --version:kapp version 0.46.0kubectl version:cf version:cf version 7.4.0+e55633fed.2021-11-15