John McBride

Results 143 issues of John McBride

**Issue number:** Closes #2327 **Description of changes:** ``` Update BUILDING.md and PUBLISHING-AWS.md to mention need for aws creds Several commands referenced in the developer docs interact with AWS services; AMI,...

### What I expected to happen: When the `build` GitHub action runs, it has a matrix strategy that incorporates different architecture builds (i.e. `x86_64` and `aarch`) https://github.com/bottlerocket-os/bottlerocket/blob/64708022dea79f6e7c21545d8cb016f45af304be/.github/workflows/build.yml#L28 Given the architecture...

### What were you trying to accomplish? I wanted to create a new nodegroup using bottlerocket nodes for my cluster. I am hitting a panic: ``` ❯ eksctl create nodegroup...

good first issue
kind/bug
priority/important-longterm

### What feature/behavior/change do you want? Currently, when a kubeconfig is written using the `write-kubeconfig` util, the lock file is left over. Here's an example where I write a kubeconfig...

kind/feature

``` Ignores duplicate dependencies in the integration tests which are brought in via the aws config / sdk Signed-off-by: John McBride ``` **Issue number:** This will close a few stale...

### Problem Something in the new `schemars` `v0.8.11` library broke in regards to how our openapiv3 schema is consumed and how `enum` types are generated. It appears they are now...

### Describe the bug I'm working on kubernetes components that interact with AWS services through ec2 instances that have assumed IAM roles. I am unable to get aws-sdk-rust calls to...

bug

Related to: - https://github.com/ziglang/zig/pull/18103 - https://github.com/ziglang/zig/issues/18101 I was going through the install / hello world tutorial today and saw that it recommends the use of `zig init-exe` which seems to...

https://github.com/spf13/cobra/blob/a0a6ae020bb3899ff0276067863e50523f897370/command.go#L780-L782 It appears there are some fixes for these `// #nosec` linter bypasses: https://github.com/securego/gosec/pull/1017 We should investigate if we can consume these and not have to bypass this lint

### What I'd like: It'd be very cool if Bottlerocket had support for the SOCI snapshotter: > SOCI Snapshotter is a [containerd](https://github.com/containerd/containerd) snapshotter plugin. It enables standard OCI images to...

type/enhancement
area/core
status/icebox