-
Notifications
You must be signed in to change notification settings - Fork 790
Closed
Labels
area/github-membershipRequesting membership in a Kubernetes GitHub Organization or TeamRequesting membership in a Kubernetes GitHub Organization or Team
Description
GitHub Username
jakobmoellerdev
Organization you are requesting membership in
kubernetes-sigs
Requirements
- I have reviewed the community membership guidelines
- I have enabled 2FA on my GitHub account
- I have subscribed to the kubernetes dev e-mail list
- I am actively contributing to 1 or more Kubernetes subprojects
- I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
- I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
- I have verified that my sponsors are from different member companies
- I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Kubernetes GitHub organizations (excluding the contributor-playground)
- SUGGESTED: Ensure your affiliation in gitdm is up to date (gitdm is used by devstats to track affiliation)
- SUGGESTED: Ensure your affiliation in openprofile.dev is up to date (used by LFX Insights to track affiliation, will replace gitdm in the future)
- SUGGESTED: I have taken the Inclusive Open Source Community Orientation course
Sponsor 1
Sponsor 2
List of contributions to the Kubernetes project
Mainly contributed to kro, a new subproject in sig-cloud-provider, but also have contribution history in kubebuilder: https://contribcard.clotributor.dev/jakobmoellerdev
Recent Contributions in KRO
- PR Reviews: Reviewed ~30 PRs, including many major upcoming features and changes such as Add members 2019-03-04 #561 and Add teams for k-sigs/multi-tenancy #576, providing architectural and implementation feedback.
- Recently Authored PRs and active ongoing work:
- Update team and owner descriptions for Big Data for new User Group category #525: Introduced optional value references (
?
), one of the notable features for KRO 0.4 - New kubernetes/cri-api github repository for staging the CRI API #642: Added stale bot workflow to improve project hygiene.
- Update team and owner descriptions for Big Data for new User Group category #525: Introduced optional value references (
- Issues and Discussions: Actively engaged in various issues, including but not limited to server-side apply proposal (Add smourapina (CI Signal 1.14) as milestone maintainer #545).
- Add new members (3/16/19) #616: Fixed controller lifecycle handling.
- REQUEST: New membership for feloy #611: Replaced custom watchset with informer-based reconciliation.
Community Involvement
- Regular reviewer and discussion participant, helping refine proposals and align them with KRO’s design.
- Contributed to project maintenance practices (e.g., stale bot configuration, community call documentation and follow-ups, documentation of issues).
- Regularly try to improve website documentation
Commitment
I am able to provide sustained contributions through my role at SAP, where we want KRO to become an important part of scaling and productizing our cloud offerings. This gives me the resources and time to commit consistently also through my employer. My focus remains on supporting KRO’s healthy, community-driven direction, not influencing KRO's direction
gh issue list --repo kubernetes-sigs/kro --state all --search 'involves:jakobmoellerdev'
ID TITLE LABELS UPDATED
ID TITLE LABELS UPDATED
#652 Support downstream propagation of labels/annotations kind/feature about 12 days ago
#648 Should apiVersion and group be separated in spec.schema? area/api about 11 days ago
#645 Application to join the Maintainer Group: `jakobmoellerdev` about 20 days ago
#643 CEL versioning area/cel, kind/feature about 12 days ago
#629 allow new preserveDefaultPrinterColumns field in RGDs to aug... kind/feature about 12 days ago
#621 Add `Known Limitations` Section on website area/documentation about 28 days ago
#620 Create Stale Bot Configuration to automatically mark old PRs... about 21 days ago
#614 Feature Request: Support referencing ConfigMap data in Resou... about 1 month ago
#604 False positive delta on CPU "1000m" due to k8s normalization... kind/bug, stale about 12 days ago
#602 make status updates more robust kind/bug about 1 month ago
#598 Instance with externalRef does not wait for the dependent re... kind/bug about 20 days ago
#568 Unable to refer an external configmap in the resource graph ... kind/feature about 1 month ago
#545 Mega Feature: Refactor KRO to use server side apply as the d... kind/feature about 1 month ago
#535 RGD creation fails when we have map access kind/bug, stale about 12 days ago
gh pr list --repo kubernetes-sigs/kro --state all --search 'reviewed-by:jakobmoellerdev'
ID TITLE BRANCH CREATED AT
#667 project file updates for SIG subproject requirements jlbutler:project-file-updates about 2 hours ago
#664 expose leader election namespace in args michaelhtm:addleaderelectionnamespace about 1 day ago
#662 fix(delta): add Kubernetes-aware semantic equivalence to preven... yashpal2104:delta-resource-clean about 3 days ago
#661 feat(simpleschema): add support for pattern, minLength, maxLeng... simonfuhrer:main about 5 days ago
#660 feat: add immutable marker Soumya-Vaidya:immutable-fields about 9 days ago
#654 Multi Error Validation HeeManSu:multi-error-validation about 11 days ago
#653 api: add AdditionalPrinterColumnPolicy and merge logic for addi... yashpal2104:additional-printer-column-policy-crd about 11 days ago
#651 docs: Update FAQ with instructions for using KRO with ArgoCD raftechio:main about 12 days ago
#642 chore(ci): add stale bot workflow for issue and PR management jakobmoellerdev:stale-bot-config about 22 days ago
#641 update maintainers jlbutler:update-maintainers about 22 days ago
#640 Add licenses automatically as part of fmt barney-s:add-license about 22 days ago
#639 Adding a propsal for changing the KRO instance and resource labels barney-s:labels-proposal about 23 days ago
#636 install envtest if not present and use it in integration tests barney-s:make-envtest about 25 days ago
#635 Docs : Add Known Issues and Limitations in FAQ section Kavish-12345:add-known-issues-section about 26 days ago
#631 Change KRO labels barney-s:src-labels about 27 days ago
#628 Implement kro CEL library for maps gfrey:cel_add_merge about 29 days ago
#627 feat: Add support for passing unstructured data to CRDs managed... Moortiii:main about 1 month ago
#625 refactor: use controller runtime helper functions for finalizers barney-s:finalizer about 1 month ago
#622 Update instance status sub-conditions. n3wscott:instance-status about 1 month ago
#617 kro cli package command DhairyaMajmudar:cli-package about 1 month ago
#616 fix!: properly shutdown controller manager and dynamic controller jakobmoellerdev:fixup-controller-lifecycle about 1 month ago
#612 LSP Setup HeeManSu:lsp about 1 month ago
#611 feat: child object watch and resource reconciliation based on i... jakobmoellerdev:replace-watchset-with-informers about 1 month ago
#605 chore(docs): add optionals example documentation jakobmoellerdev:optionals-docs about 1 month ago
#561 feat: Create applyset for use by instance reconciler barney-s:applyset about 3 months ago
#528 Use CEL env's HasFunction method gfrey:use_cel_env_hasfn about 4 months ago
#525 feat: KRO optionals fabianburth:feat/cel-optionals about 4 months ago
#419 chore: migrate dag to cmp.Ordered jakobmoellerdev:dag-cmp-ordered about 5 months ago
Other Affiliation Information
- I am part of the Technical Advisory Council of the NeoNephos Foundation, a Linux Foundation Europe project.
- I am part of the Technical Steering Committee of the Open Component Model, a project donated under NeoNephos.
- My employer SAP SE is a Platinum Member of CNCF
- I am a Maintainer at External Secrets, a CNCF Sandbox Project
- I am a contributing member of CNCF
- I am a Codeowner at TopoLVM, a Kubernetes CSI Plugin
Note: Had to update my affiliations in gitdm
in cncf/gitdm#856
Metadata
Metadata
Assignees
Labels
area/github-membershipRequesting membership in a Kubernetes GitHub Organization or TeamRequesting membership in a Kubernetes GitHub Organization or Team