cyclops icon indicating copy to clipboard operation
cyclops copied to clipboard

customizable UI for Kubernetes workloads 👁️

Results 155 cyclops issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/cyclops-ui/cyclops/assets/165806253/3a0109db-5c70-455a-b388-f40d985d0464) I have installed cyclops on my self kubernetes but I can't access it from outside. By editing the service , I have changed the type as NodePort from loadbalancing...

**Is your feature request related to a problem? Please describe.** When fetching resources for a Module, some resources are supported to return details about a specific resource. For example, the...

good first issue
go

closes #269 ## 📑 Description ## ✅ Checks - [ ✅] I have updated the documentation as required - [✅ ] I have performed a self-review of my code ##...

The scope of this issue is to implement the delete method for TemplateAuthRule custom resource. The command should look like: ``` cyctl delete template-auth ``` And it should simply call...

good first issue
go
cyctl

**Describe the bug** To represent each K8s resource deployed for a Module we are using ant design [Collapse.Panel](https://github.com/cyclops-ui/cyclops/blob/ec164f960cde9a37212200e6f21b9ff592adb448/cyclops-ui/src/components/pages/ModuleDetails.tsx#L476). The issue is that the color is going out of the component...

good first issue
UI

**Is your feature request related to a problem? Please describe.** Some K8s components are supported to have a custom UI component, and those can be found [here](https://github.com/cyclops-ui/cyclops/tree/main/cyclops-ui/src/components/k8s-resources). The ccope of...

good first issue
UI
react

### Describe the bug When viewing the manifest, the modal displays two buttons: `Cancel` and `OK`. The `Cancel` button closes the modal, but the `OK` button lacks functionality. The `Cancel`...

bug
good first issue
UI
typescript
react

Closes #163 Fixes #163 ## 📑 Description This PR solves the issue of handling two modules having the same resources. ## Solution Added a check before creating if any value...