Kira C Boyle

Results 9 comments of Kira C Boyle

So we have a [`CONTRIBUTING.md` in the `hack` directory](https://github.com/replicatedhq/kots/blob/main/hack/CONTRIBUTING.md) that might be able to get you started for local development. You will need to bring your own k8s cluster (ie...

@rszumlakowski I believe it is up to the tile teams themselves to decide how their product appears on pivnet.

`make test` was run against the branch with these changes with success. Is there anything I could do to help this process go more smoothly? Thank you

I get an error when trying to run `make update` and fix one of the check errors: ``` make update Using Cached Image: velero/build-image:3bb6252d Running all update scripts Updating gofmt...

I was able to resolve my issue above by running the `make` commands in a linux box. Waiting on the test results now.

The error in the `K8s io update to 24.0 Verify Velero CRDs across k8s versions #1529` job looks like it's failing because the go version in the build image is...

Also, looking into the other failure, it looks like it's seeing this go sum as having a misspelling of "yet" ("EyT") ``` go.uber.org/goleak v1.1.12 h1:gZAh5/EyT/HQwlpkCy6wTpqfH9H8Lz8zbm3dZh+OyzA= ``` It seems like the...

Removed the commit that did the same thing as what you merged in PR #5052. Hoping the tests pass this time 🤞🏼

re-ran the `make update` and re-pushed the result :)