Open Issues Need Help
View All on GitHubAI Summary: Implement persistent storage for user-generated Kubernetes configurations within the Kube Composer application. This likely involves choosing a suitable storage mechanism (e.g., local storage, browser storage, or a server-side database) and integrating it with the application's state management to save and load YAML configurations.
Open Source Kubernetes Config Generator and Resources visualization
AI Summary: The issue is that the provided YAML for an Ingress resource uses deprecated fields `serviceName` and `servicePort` within the `paths` section. The task is to update the YAML to use the correct `backend.service.name` and `backend.service.port` structure, resolving the `BadRequest` error from the Kubernetes server.
Open Source Kubernetes Config Generator and Resources visualization
AI Summary: The task is to remove the "Run Locally" and "Watch a Demo" buttons from the self-hosted version of the Kube Composer application. This involves modifying the user interface code to conditionally render these buttons only when the application is not self-hosted.
Open Source Kubernetes Config Generator and Resources visualization
AI Summary: Debug and fix a bug in the Kube Composer application where the annotation input field for Ingresses loses focus after a single character is typed. The bug only affects the left-hand text box. The fix should ensure that the input field retains focus and allows for proper annotation input.
Open Source Kubernetes Config Generator and Resources visualization