loft icon indicating copy to clipboard operation
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

Results 72 loft issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

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...

bug

Clicking on "cluster" details in the UI results in an empty page. ![no-details](https://user-images.githubusercontent.com/39800303/143249003-c99b783e-af0c-47c0-8f6b-617eda8c4a72.png)

bug

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) ![](https://uploads.linear.app/0aab256f-61c4-44f4-9aff-15fe09c2026b/678a6a76-52df-453f-9c99-5fb85562248e/2cdb3884-20ad-43a6-b8cf-9917aeacdc18)

bug

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...

enhancement

loft-images.txt has wrong name for vcluster has loftsh/virtual-cluster:0.2.0, should be loftsh/vcluster:0.2.0

bug

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...