fn-helm
fn-helm copied to clipboard
Helm Chart for Fn
The apiVersion for deployments and the ingress are not working for kubernetes 1.18. Even when manually upgrading them gives me issues: ``` Error: unable to build kubernetes objects from release...
Hi all, I am using helm to deploy the fn into my Kubernetes cluster but suffered a version miss-match, via https://github.com/fnproject/fn-helm; how could I get the Right version? My Kubernetes...
Documentation on how to set up the FN API and manage ingress, as well as what the default value is for a new user (and how to toy with them!)...
I am following below link for installing GoCD using helm chart, https://docs.gocd.org/current/gocd_on_kubernetes/gocd_helm_chart/helm_install.html when I run below command it gives error: ```$ helm install stable/gocd --name gocd --namespace gocd``` ``` Error:...
https://github.com/jetstack/cert-manager
We should push the Fn chart to the Helm repository to make the installation simpler, ideally just `helm install fn`. (Guidelines for contributing to the Helm chart repo: https://github.com/kubernetes/charts/blob/master/CONTRIBUTING.md)
It would be nice to allow users to enable an optional metrics resource in `values.yaml` that would deploy Prometheus and Grafana to the K8s cluster.
Fn (dind) doesn't get docker regstry credentials. I think fn needs to understand these eventually in some form but a stop gap Ideally we should be able to share one...
Currently, fn dind likely grabs the same disk/location for its /var/lib/docker as the parent docker, where both dockers end up using the same disk space. To track this, some notes...