Alex Eftimie

Results 13 issues of Alex Eftimie

We're using a `~/.kube/config` file with a configuration similar to this: ```yaml apiVersion: v1 clusters: - cluster: certificate-authority-data: (redacted) server: https://api.(redacted) name: (redacted) contexts: - context: cluster: (redacted) user: (redacted...

enhancement

I have the following setup: multiple servers and multiple nodes, that are tagged as "worker" and execute jobs. I want to be able from time to time to take one...

enhancement

Our developers recently started to receive Apple Sillicon (M1) laptops. We would like to be able to mirror both amd64 and arm version of public images. I can take a...

### 📜 Description We use an external authorization layer on our ingresses, and configured oauthProxy as the auth provider. While some plugins properly implement the `FetchMiddlewares.injectIdentityAuth` method, which allows us...

bug

## Hey, I just made a Pull Request! fixes: https://github.com/backstage/backstage/issues/23015#issuecomment-1950966308 #### :heavy_check_mark: Checklist - [ ] A changeset describing the change and affected packages. ([more info](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#creating-changesets)) - [ ] Added...

area:catalog
area:kubernetes
search
area:discoverability

## Hey, I just made a Pull Request! Replace event-source-polyfill with @microsoft/fetch-event-source so we can pass our fetchApi implementation. See @Rugvip comment: https://github.com/backstage/backstage/issues/23015#issuecomment-2117398605 #### :heavy_check_mark: Checklist - [x] A changeset...

area:techdocs
area:scaffolder

fixes: #192 see also: https://github.com/backstage/backstage/pull/25497 the `search/search_index.json` template behaves differently based on which search plugin is being used. with this change, we allow users to use material theme's search for...

Follow up of: https://github.com/backstage/backstage/pull/20433 Original issue: https://github.com/backstage/backstage/issues/17244 After getting to use it and starting to generate the search index (including tags) [using material plugin](https://github.com/backstage/mkdocs-techdocs-core/pull/202) I realized the previous fix only...

documentation
search
area:discoverability
area:search

Related issues: https://github.com/woodpecker-ci/woodpecker/issues/178 https://github.com/woodpecker-ci/woodpecker/issues/33 Our problem: - a build can take 10-15 minutes - agent run as kubernetes pods - if an agent dies immediately (no graceful termination, for instance...

server
enhancement

## Proposed change not sure why it was missing ## How to test the change ## Checklist - [ ] Tests have been added to verify that the new code...