Yash Singh

Results 10 issues of Yash Singh

This PR has the document about how to build the gRPC stubs and the script to generate them. Fixes for #282

cncf-cla: yes
size/XXL
needs-rebase
approved

This PR includes the unit test of iptables. Output: ``` > go test iptables_test.go -v === RUN TestParseIPTablesData === RUN TestParseIPTablesData/basic_test === RUN TestParseIPTablesData/not_enough_tables === RUN TestParseIPTablesData/trailing_junk === RUN TestParseIPTablesData/bad_start_line...

cncf-cla: yes
needs-rebase
size/L

### 1. Why is this pull request needed and what does it do? Currently, for coredns a release is maintained from the master branch. All the patches, bug fixes, and...

Added the kubebuilder image build job. Issue Ref: https://github.com/kubernetes-sigs/kubebuilder/issues/3230

cncf-cla: yes
size/S
needs-rebase
lifecycle/rotten
ok-to-test

The PR fixes the following changes- - Allow default `run` args `-it` to be overridden by specifying `DOCKER_RUN_ARGS`. - Introduce `GO_IMAGE` and `GO_VERSION` to allow the compiliation docker image to...

This PR introduces the security scanning for plugins repository. This job will run once any pull and push request changes made on the `main` branch. **1. Why is this pull...

#### What type of PR is this? https://github.com/kubernetes/kubernetes/issues/67019 Fixes # https://github.com/kubernetes/kubernetes/issues/67019 #### Test result- ``` [sig-network] DNS should resolve hostname and hostNetwork for a Pod [Conformance] [sig-network, Conformance] k8s.io/kubernetes/test/e2e/network/dns.go:132 STEP:...

area/test
sig/network
size/M
cncf-cla: yes
sig/testing
sig/architecture
do-not-merge/release-note-label-needed
area/conformance
needs-priority
needs-triage
do-not-merge/needs-kind

The PR fixes the following changes- - Allow default `run` args `-it` to be overridden by specifying `DOCKER_RUN_ARGS`. - Introduce `GO_IMAGE` and `GO_VERSION` to allow the compiliation docker image to...

The current version of Go used in kapp-controller is golang:[1.21.11](https://github.com/carvel-dev/kapp-controller/blob/develop/Dockerfile#L1), which is outdated and no longer aligned with the latest Kubernetes release. This issue is to track the effort to...

enhancement
carvel-accepted

#### What this PR does / why we need it: The current version of Go used in kapp-controller is golang:[1.21.11](https://github.com/carvel-dev/kapp-controller/blob/develop/Dockerfile#L1), which is outdated and no longer aligned with the latest...