loft
loft copied to clipboard
Namespace & Virtual Cluster Manager for Kubernetes - Lightweight Virtual Clusters, Self-Service Provisioning for Engineers and 70% Cost Savings with Sleep Mode
During a loft installation via helm, there was a transient failure: ``` Error: Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": Post "https://nginx-ingress-nginx-controller-admission.ingress.svc:443/networking/v1/ingresses?timeout=10s": context deadline exceeded ``` Rerunning the helm command...
It is not immediately clear that the warning message about the ingress only refers to the cluster subdomain feature. I don't understand why the Helm apps are "disabled"/grey color I...
I was looking at the monitoring tab in the cluster details screen and it says that I need prometheus/grafana in order to use it. I tried to deploy the stack...
Clicking on "cluster" details in the UI results in an empty page. 
The documentation link for the Prometheus operator is currently pointing to a 404 page at [https://loft.sh/docs/guides/monitoring#1-install-kube-prometheus-stack](https://loft.sh/docs/guides/monitoring#1-install-kube-prometheus-stack) 
I am using OpenShift + Argo CD to install loft, the following is my Argo CD manifest. The manifest tells Argo CD to use helm to install loft and feeding...
We've clusters running on ARM64, when we try to run loft, we got errors `standard_init_linux.go:228: exec user process caused: exec format error`, which means that the loft image was built...
loft-images.txt has wrong name for vcluster has loftsh/virtual-cluster:0.2.0, should be loftsh/vcluster:0.2.0
Submitting the form on the "Complete your profile" page spins the "Finish" button indefinitely. The loft pod logs say: ``` loft-6b647d94dc-ld6tl manager 2021-05-02 12:47:41.819818 I | http: TLS handshake error...
The current ingress is tailored specifically for Nginx. In my case, I'd like to use AWS ALB which requires a lot of annotations to configure. To achieve it I had...