Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,616 contributions in the last year
Activity overview
Contributed to
kubernetes/kubernetes,
kubernetes/enhancements,
kubernetes-sigs/clientgofix
and 5 other
repositories
Contribution activity
September 2020
Created a pull request in kubernetes/kubernetes that received 12 comments
Return the Kubernetes version which stopped serving deprecated APIs by default
What type of PR is this? /kind cleanup What this PR does / why we need it: These resources stopped being served by default in 1.16, and could no lo…
+62
−62
•
12
comments
- Automated cherry pick of #94936: Return the Kubernetes version which stopped serving
- Fix resource location for ipv6 pods
- WIP: do-not-merge: debug proxy parse error
- WIP: set/validate object namespace before admission
- Count storage requests as whole byte values in quota
- Deflake serving options, avoid hard-coding ports
- Deflake port forward tests to avoid hard-coded local ports
- Deflake cpumanager checkpoint unit tests
- Use unique socket name per cm test
- Speed up slow Kubeadm unit tests, avoid mutating global variables
- Deflake unit tests
- Deflake TestServiceRegistryExternalTrafficHealthCheckNodePortUserAllocation
- kubelet: initial support for CRI auth plugins
- Convert to EphemeralContainers for validation in EphemeralContainersREST
- kubelet: add unit tests for generating Secrets based docker keyring
- Write Proxy 301 redirect Test - +7 Endpoint coverage
- Update aws-sdk-go to v1.34.27 to support new regions
- upgrade test for BoundServiceAccountTokenVolume
- return typed errors for cr conversions
- test images: uses nanoserver
- scheduler_perf: refactor to allow arbitrary workloads
- test(apply): deflake run_kubectl_apply_tests(round 3)
- Limit the max number of splitting.
- count of etcd object should be limited to the specified resource
- Increasing acceptable timeout for EndpointSlice garbage collection
- base-images: Update to debian-base:buster-v1.2.0 and debian-iptables:buster-v1.3.0
- fixed percentage behaviour in instr
- [Flaky unit test]TestCSI_VolumeAll detach must wait for attach done
- Support status.podIPs field selector
- Ensuring EndpointSlices are recreated after Service recreation
- test: ensure WaitForCacheSync is called after starting sharedInformerFacotry
- [credentialprovider] avoid potential secret leaking while reading .dockercfg
- Graduate ServiceAccountIssuerDiscovery to beta
- Do not add namespace to a request when creating it using SSA
- Migrate scheduler, controller-manager and cloud-controller-manager to use LeaseLock
- [WIP] Switch kubectl to prefer communicating with kube-apiserver using protobufs
- Promote RunAsGroup to GA
- Some pull request reviews not shown.
Created an issue in kubernetes/kubernetes that received 12 comments
TestGOAWAYConcurrency fails with data race issues
This fails close to 100% of the time when run with race mode:
go test -race k8s.io/apiserver/pkg/server/filters -run TestGOAWAYConcurrency -v
Disa…
12
comments
- Add field-level warnings for deprecated / known bad values
- [Flaky unit test] TestEventSeriesf timeout
- [Flaky unit test] Test_Run_Positive_VolumeMountControllerAttachEnabledRace data race
- [Flaky unit test] pkg/kubelet/volumemanager/reconciler Test_UncertainVolumeMountState
- [Flaky unit test] TestDevicePluginReRegistrationProbeMode: Devices of previous registered should be removed
- [flaky test] TestMetrics
- test/e2e/upgrade tests are not running