cf-for-k8s
cf-for-k8s copied to clipboard
The open source deployment manifest for Cloud Foundry on Kubernetes
## WHAT is this change about? Bump Istio to latest patch release ## Does this PR introduce a change to `config/values.yml`? No. ## Acceptance Steps Run tests as normal ##...
## Describe the bug The resource requirements configured for the Istio-Proxy sidecar for app instances seems to be a rather excessive, especially when compared to pushing a small golang app...
Pushing the test-node-app results in FAILED with a connection refuse error for 127.0.0.1 port 8080
After following tutorials on installing cf-for-k8s I get to the step to push my first app but it fails. I get the following error: "error": "Connection refused - Connection refused...
Hello Team , We setup a new infra using cf-for-k8s , in this new setup we need to implement shared file service but no idea how to achieve this ....
## Describe the bug Using EKS templates provided in the fix-eks-issue branch. Using the main branch to deploy cf-for-k8. kapp deploy -a cf -f
## Describe the bug Initialization process in the UAA initialization container `build-uaa-truststore` remains runnning and does not complete. ## To Reproduce* Steps to reproduce the behavior: 1. `kapp deploy -a...
Creating resource `builder/cf-default-builder` `(kpack.io/v1alpha1)` fails to connect to `https://kpack-webhook.kpack.svc:443/convert?timeout=30s` ## To Reproduce: 1. Follow the instruction in [docs](https://cf-for-k8s.io/docs/) up to the step to deploy to your local k8s cluster. 2....
Hi, I am trying CF release v5.1.0 The cluster is up, but the cf-api-server and cf-api-worker are going into CrashLoopBackOff . While checking it seems registry-buddy on both the pods...
Greetings, Using the tutorial found on [https://cf-for-k8s.io/docs/](https://cf-for-k8s.io/docs/) I am using AWS ECR setup as prescribed in sample-cf-install-values.yml When I come to the section > Experiencing your first cf push I...
How to allow NET_ADMIN and NET_RAW capabilities if PodSecurityPolicies are enforced on the cluster
Hello all, we are trying to install cf-for-k8s on 1.21.10 with flannel networking, Will work? In the documentation https://cf-for-k8s.io/docs/deploying/ we’ve found following statement - If PodSecurityPolicies are enforced on the...