Joel Speed

Results 35 issues of Joel Speed

**What type of PR is this?** /kind bug **What this PR does / why we need it**: This PR updates the load balancer security group update logic for ELBs so...

kind/bug
cncf-cla: yes
lifecycle/rotten
size/L
needs-rebase
release-note
needs-triage

/kind feature **Describe the solution you'd like** OVN Kubernetes allows you to configure IPSEC to create an encrypted network between nodes within a cluster. To use this feature, both worker...

kind/feature
lifecycle/rotten
needs-triage
needs-priority

### What steps did you take and what happened? Create a simple program, as below and run `go mod tidy`: ``` package main import ( "fmt" capiv1beta1 "sigs.k8s.io/cluster-api/api/v1beta1" ) func...

kind/bug
triage/accepted

### What would you like to be added (User Story)? As a user of Cluster API, I would like to see a condition on each resources status that tells me...

kind/feature
priority/important-longterm
triage/accepted

This integrates the upstream applyconfig generator into controller-tools to allow generation of ApplyConfig style types from custom API types. The aim here is to provide the pointer style structs that...

cncf-cla: yes
needs-rebase
size/XXL
do-not-merge/work-in-progress

GKE enables users to use a BackendConfig to [enable logging](https://cloud.google.com/kubernetes-engine/docs/how-to/ingress-configuration#http_logging) of HTTP requests hitting the backend services when using the ingress objects. For regular Kubernetes clusters on GCP that use...

needs-triage

This implements the first part of the API from https://github.com/openshift/enhancements/pull/1465. This adds a new `authoritativeAPI` field to the Machine and MachineSet spec and status, which will allow our new project...

size/XXL
lgtm
do-not-merge/hold
approved
jira/valid-reference

This PR adds protobuf as a generator to the codegen generator utility. The upstream generator unfortunately encodes a lot of logic within the cmd so the `Run` which we are...

size/XXL
needs-rebase
approved

Related to https://github.com/openshift/enhancements/pull/1479, this adds the API for the new OpenShiftControlPlane type that will be used to define how to bootstrap OpenShift clusters via Cluster API patterns. This is part...

needs-rebase
size/XL
do-not-merge/work-in-progress
lifecycle/stale

Working on moving our generators to the upstream WIP gengo v2 project. Current issues I need to work through: - [ ] Gengo v2 has no verify-only option which we...

size/XXL
needs-rebase
approved
do-not-merge/work-in-progress