Michael Shen

Results 14 issues of Michael Shen

#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: Argument types are validated by CEL during compilation and no longer...

kind/cleanup
area/apiserver
sig/api-machinery
size/XL
release-note-none
cncf-cla: yes
needs-ok-to-test
do-not-merge/work-in-progress
needs-priority
needs-triage

/kind bug **What steps did you take and what happened:** After applying two `infrastructure.cluster.x-k8s.io/v1beta2` AWSMachines with the following additionalTags: ```yaml spec: additionalTags: Name: sample-name-tag ``` 124 EC2 instances were created...

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

/kind bug **What this PR does / why we need it**: This commit handles an edge-case where an error occurs after EC2 instance creation and before the output of a...

kind/bug
size/L
needs-rebase
cncf-cla: yes
do-not-merge/work-in-progress
release-note
needs-priority

Since `go install` is now the recommended approach https://tip.golang.org/doc/go1.16#modules, steps/README should be updated accordingly. Currently `go install github.com/PagerDuty/go-pagerduty/command@latest` works, but results in a binary named "command". I would like to...

cli

**Bicep version** ```bash ❯ az bicep version Bicep CLI version 0.27.1 (4b41cb6d4b) ``` **Describe the bug** I am attempting to create an AKS cluster and initialize the Bicep extensibility Kubernetes...

Needs: Triage :mag:

Leverage `github.com/openshift/hypershift/api` so that we can remove the `replace` statements that have been carried in go.mod. This will allow us to stop having to pin to old versions of libraries...

lgtm
do-not-merge/work-in-progress
approved

### What type of PR is this? bug ### What this PR does / why we need it? This is for the [egressIP feature](https://docs.openshift.com/rosa/cloud_experts_tutorials/cloud-experts-consistent-egress-ip.html) of the cluster-network-operator. It relies on...

do-not-merge/hold

**Description** This PR migrates the codebase to aws-sdk-go-v2 by migrating these three main components: * The DynamoDB registry functionality * The AWS-SD (Cloud Map) provider * The AWS (Route53) provider...

cncf-cla: yes
size/XXL

**What would you like to be added**: Currently when using the TXT registry, two TXT records (old + new format) are being created for every record the external-dns creates: https://github.com/kubernetes-sigs/external-dns/blob/c45d0de9090669ee9a40487b6fab7b9b98be7baf/registry/txt.go#L212-L242...

kind/feature

Noticed in #315 that package generation failures don't cause CI to fail. [OSD-24266](https://issues.redhat.com//browse/OSD-24266)

approved
do-not-merge/hold