busola
busola copied to clipboard
Web based Kubernetes Dashboard with a focus on privacy that requires no active components or special privileges in your cluster.
**Description** Research how can we remove create-react-app from Busola. Compare what frameworks allow us to do it and what are their pros and cons. How complicated it is to migrate?...
**Description** Remove react-scripts and other create-react-app packages from Busola **Acceptance Criteria ** - [ ] Research: what option do we have? Find how can we migrate from create-react-app to something...
**Description** The review page of the cluster wizard only displays one oidc scope, even if multiple scopes are configured in the kubeconfig. The configuration may look like this: ``` users:...
**Description** We need to clean up the console.errors in the console. It clutters the logs, making it difficult to see and diagnose actual issues. **Reasons** It will improve the readability...
**Description** The namespace overview should have two charts with current resource status: - one with all limits from all pods in given namespace compared to the current resource usage taken...
Busola currently report only resource usage. Looking at this information, it all looks great and customer see no issues. However, the reality is not that. For this same customer, around...
**Description** Currently users can only see resource quotas on the namespace details view. There is no easy way to create/edit them. Create views for lresource quotas. **Acceptance Criteria** - [...
**Description** Currently users can only see limit ranges on the namespace details view. There is no easy way to create/edit them. Create views for limit ranges. **Acceptance Criteria** - [...
**Description** In the Cypress-based UI tests in the Istio and API Gateway there are multiple custom commands that have to use the `aria-label` as a selector as no data-testid or...
**Description** There are Cypress-based UI tests in the [Istio](https://github.com/kyma-project/istio/tree/main/tests/ui) and [API Gateway](https://github.com/kyma-project/api-gateway/tree/main/tests/ui/tests) module. Those tests heavily use custom Cypress commands. There are commands for each field that is filled for...