cf-for-k8s
cf-for-k8s copied to clipboard
Creating resource builder/cf-default-builder (kpack.io/v1alpha1) fails to connect to https://kpack-webhook.kpack.svc:443/convert?timeout=30s
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-k8sto the local cluster by runningkapp 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
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/181689614
The labels on this github issue will be updated when the story is started.