Nolan Brubaker
Nolan Brubaker
Given the following workflow: ```yaml name: 'Auto Assign PR Reviewers' on: pull_request jobs: add-reviews: runs-on: ubuntu-latest steps: - uses: kentaro-m/[email protected] with: configuration-path: ".github/auto_assign.yml" repo-token: '${{ secrets.GITHUB_TOKEN }}' ``` And the...
We've been experiencing https://bugs.launchpad.net/zc.buildout/+bug/492321 (copied below for easier reference) since buildout 1.5 on FreeBSD. I'm willing to work on a patch for this, since I would really appreciate the speed...
When I try applying the following state to a GCP cluster, following [the docs](http://kubicorn.io/documentation/google-walkthrough.html) it fails when waiting for the master IP. ``` x1c in /home/nrb/go/src/github.com/kris-nova/kubicorn (git) master % kubicorn...
In order to keep track of resources in an account, it would be helpful to have all Kubicorn resources tagged with something consistent. That way, an administrator could query their...
The vSphere CPI chart will need a proper vSphere runtime in order to be installed, so we'll need to add a vSphere runner to the GitHub Actions in order to...
**Describe the problem/challenge you have** Right now, when Velero makes changes to its plugin APIs, there's no mechanism for the Velero server to communicate the version of the API that...
When I run `:GoPkgOutline` with either of these two files open, I do not see any of the functions for the `controller` type. https://github.com/kcp-dev/kcp/blob/main/pkg/reconciler/apis/apiexport/apiexport_reconcile.go https://github.com/kcp-dev/kcp/blob/main/pkg/reconciler/apis/apiexport/apiexport_controller.go I only see fields defined...
/kind bug /triage accept **What steps did you take and what happened:** Running `make release`, or more specifically, `make release-binaries` during the release process from a macOS machine (Intel or...
#4748 automated releases with GoReleaser. We can build on this configuration by making regular releases via another workflow. These could be nightly or weekly, depending on CI availability. This gives...
**What type of PR is this?** /kind support **What this PR does / why we need it**: Updates the metadata.yaml file for v2.5.x and API support. **Checklist**: - [x] includes...