Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KEP Manifest Generator #2

Closed
wants to merge 1,984 commits into from
Closed

KEP Manifest Generator #2

wants to merge 1,984 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    ed3df05 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Merge pull request kubernetes#3312 from neolit123/1.25-kubeadm-patche…

    …s-for-kubelet
    
    sig-cl/kubeadm/1739: update KEP for support of patching kubelet config
    k8s-ci-robot authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    4f1db61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#3330 from tallclair/psa-ga

    PSA GA KEP compliance
    k8s-ci-robot authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ed335b3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#3315 from kerthcet/feature/ga-conponent…

    …-config
    
    graduate kube-scheduler ComponentConfig to GA
    k8s-ci-robot authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    5320deb View commit details
    Browse the repository at this point in the history
  4. Adding links to 1.24/1.25 tracking spreadsheets to main readme.md

    Signed-off-by: Mark Rossetti <marosset@microsoft.com>
    marosset committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    3a00367 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0611cba View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Feat: graduate kube-scheduler component config to GA with some some d…

    …etails updated.
    
    Signed-off-by: kerthcet <kerthcet@gmail.com>
    kerthcet committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    4fbd37c View commit details
    Browse the repository at this point in the history
  2. Update test plan of SELinux relabeling

    Update test plan to the new template. With some minor edits elsewhere.
    jsafrane committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2165d55 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#3168 from andrewsykim/kep-1672

    KEP-1672: updates for v1.24
    k8s-ci-robot authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    5740d57 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#3343 from marosset/main-readmy-tracking…

    …-links
    
    Adding links to 1.24/1.25 tracking spreadsheets to main readme.md
    k8s-ci-robot authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    38e963c View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#3342 from Jiawei0227/master

    KEP-625: update CSI Migration KEP on test plans
    k8s-ci-robot authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b522105 View commit details
    Browse the repository at this point in the history
  6. chore: updates based on review feedback

    - Rename 'current_key_id' to `key_id`
    - Rename metadata to annotations in proto
    - Use byes for annotations value instead of string
    - Make beta/GA requirements as TBD
    
    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    294bac0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Merge pull request #3 from aramase/review-update-1

    chore: rename to `key_id` and use bytes for metadata
    ritazh authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    b9e2436 View commit details
    Browse the repository at this point in the history
  2. KEP-3243: respect pod topology spread after rolling upgrades (kuberne…

    …tes#3244)
    
    * init kep for respecting pod topology spread after rolling upgrades
    
    Signed-off-by: Alex Wang <wangqingcan1990@gmail.com>
    
    * update
    
    * add approver fo prod-readiness
    
    * update
    
    Signed-off-by: Alex Wang <wangqingcan1990@gmail.com>
    
    * update tests plan
    denkensk authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    957af70 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#3300 from andyzhangx/patch-1

    KEP-1490: set Azure Disk CSI driver migration as implemented
    k8s-ci-robot authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    8e7bf49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b1a7b5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#3348 from jsafrane/update-selinux2

    Update test plan of SELinux relabeling
    k8s-ci-robot authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    737efb1 View commit details
    Browse the repository at this point in the history
  6. KEP-2258: Update milestone, reviewers and gate

    - Update versions to 1.25+
    - Add thockin to reviewers
    - Update feature gate name to NodeLogViewer
    aravindhp committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    73bd848 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. address review comments

    - remove KMSv2Configuration
    - separate EncryptResponse from EncryptedObject
    
    Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
    ritazh committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    4f265c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baa7ccd View commit details
    Browse the repository at this point in the history
  3. KEP-127: Changes for alpha and mark implementable

    This adds the needed KEP metadata, CRI changes, etc.
    
    Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
    Co-authored-by: Giuseppe Scrivano <gscrivan@redhat.com>
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    rata and giuseppe committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    41b93bc View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#3275 from kinvolk/rata/userns

    KEP-127: Mark as implementable (target phase I for 1.25)
    k8s-ci-robot authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    6c7accb View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#3319 from kevindelgado/2885-ss-field-va…

    …lidation-beta-1-25
    
    Update kep for beta graduation in 1.25
    k8s-ci-robot authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    17f615e View commit details
    Browse the repository at this point in the history
  6. update casing

    Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
    ritazh committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    1442adb View commit details
    Browse the repository at this point in the history
  7. KEP-2923: update test plan and milestone for RBD CSI migration

    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    7f908cc View commit details
    Browse the repository at this point in the history
  8. cronjob timezone to beta

    soltysh committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    ff9a1de View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubernetes#3355 from Jiawei0227/ga

    KEP-625: update CSI Migration GA timeline
    k8s-ci-robot authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    59791ca View commit details
    Browse the repository at this point in the history
  10. update kep.yaml

    kevindelgado committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    68a3592 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd96e98 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f406357 View commit details
    Browse the repository at this point in the history
  13. Merge pull request kubernetes#3281 from ehashman/prr-emeritus

    Move ehashman to PRR emeritus
    k8s-ci-robot authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    33b9044 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5100aa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. add annotations to encryptedObject

    Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
    ritazh committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    a3d6c7e View commit details
    Browse the repository at this point in the history
  2. add more test plan sections

    Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
    ritazh committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    8fca627 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d882c04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a2a948 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#3381 from wojtek-t/fix_prr_approvers

    Fix failing PRR approvers checks
    k8s-ci-robot authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    9e1a8ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c2e0d3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#3382 from wojtek-t/cleanup_prr_approvers

    Cleanup PRR approvers fetching
    k8s-ci-robot authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    4b5471d View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#3307 from ravisantoshgudimetla/promote-…

    …maxSurge-stable
    
    KEP-1591: Promote DS maxSurge to GA
    k8s-ci-robot authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    6f0d395 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76c05bb View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes#3303 from ravisantoshgudimetla/promote-…

    …PodOS-GA
    
    KEP-2802: Promote PodOS field to GA
    k8s-ci-robot authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    fda49d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b4200ce View commit details
    Browse the repository at this point in the history
  12. KEP-2133: add GA criteria

    Signed-off-by: ruiwen-zhao <ruiwen@google.com>
    ruiwen-zhao committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    b91d648 View commit details
    Browse the repository at this point in the history
  13. Merge pull request kubernetes#4 from ritazh/review-updates

    address review comments
    ritazh committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    3355fd1 View commit details
    Browse the repository at this point in the history
  14. Merge pull request kubernetes#3179 from danwinship/iptables-cleanup

    KEP-3178: Cleaning up IPTables Chain Ownership
    k8s-ci-robot authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    27ddd8f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. KEP 3288: Split stdout and stderr log stream

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    33ff07a View commit details
    Browse the repository at this point in the history
  2. Update test plan

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    a6e88b3 View commit details
    Browse the repository at this point in the history
  3. address comments

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    a29aa12 View commit details
    Browse the repository at this point in the history
  4. Supplement the test plan

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    78cda8a View commit details
    Browse the repository at this point in the history
  5. Add PRR

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    6d5bcaa View commit details
    Browse the repository at this point in the history
  6. Polish "Feature Enablement and Rollback" section

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    fabdb56 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. api: correct JSON field name for Proposal.Number and PRRApproval.Number

    Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
    palnabarun committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    b18527d View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#3385 from palnabarun/canonical-kep-numb…

    …er-json-field
    
    api: correct JSON field name for Proposal.Number
    k8s-ci-robot authored Jun 12, 2022
    Configuration menu
    Copy the full SHA
    4030bd8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#3358 from humblec/rbd-migration

    KEP-2923: update test plan and milestone for RBD CSI migration
    k8s-ci-robot authored Jun 12, 2022
    Configuration menu
    Copy the full SHA
    62505f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. KEP-2924: update CephFS CSI migration milestone and test plan

    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3a03843 View commit details
    Browse the repository at this point in the history
  2. KEP-3107: update the test plan for nodeExpandSecret

    - One-line PR description: update the test plan for NodeExpansionSecret
    
    - Issue link: kubernetes#3107
    
    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7ff58c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#3383 from ravisantoshgudimetla/promote-…

    …maxSurge-stable-update-grad-criteria
    
     KEP-1591: Update graduation criteria
    k8s-ci-robot authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    67da158 View commit details
    Browse the repository at this point in the history
  4. Address comments

    soltysh committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    59553e3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#3357 from humblec/cephfs-migration

    KEP-2924: update CephFS CSI migration milestone and test plan
    k8s-ci-robot authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    1bb95ed View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#3359 from humblec/nodeexpansion1.25

    KEP-3107: update the test plan for nodeExpandSecret
    k8s-ci-robot authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2c8296e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bcb2a9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#3354 from ravisantoshgudimetla/promote-…

    …minReadySec-sts-ga
    
    KEP-2599: Promote STS minReadySeconds to GA
    k8s-ci-robot authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5cde0fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e31cd19 View commit details
    Browse the repository at this point in the history
  10. Minor edit

    sanjaychatterjee committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3cef13f View commit details
    Browse the repository at this point in the history
  11. KEP 2371: move some beta criteria to alpha criteria

    and move the KEP stage to alpha, as more work is needed before the KEP can be considered alpha
    
    Signed-off-by: Peter Hunt <pehunt@redhat.com>
    haircommander committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e85591e View commit details
    Browse the repository at this point in the history
  12. Merge pull request kubernetes#3375 from soltysh/cronjob_timezone_beta

    KEP-3140: TimeZone support in CronJob
    k8s-ci-robot authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2853299 View commit details
    Browse the repository at this point in the history
  13. 2799: update kep.yaml

    liggitt committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    178c000 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f861681 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    313d946 View commit details
    Browse the repository at this point in the history
  16. add prod readiness

    wlan0 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2d39911 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6fcb52b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3261163 View commit details
    Browse the repository at this point in the history
  19. [Bucket API] Flatten BAR/BA to BucketClaim, make bucket sharing free …

    …for all, and introduce referencePolicy for future cross-NS bucket sharing
    wlan0 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5d40934 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6d83bac View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    232d914 View commit details
    Browse the repository at this point in the history
  22. [Bucket API] make protocols a list and align it with PVC/Sapshot styl…

    …e for bucketAccess -> bucketClaim -> bucket references
    wlan0 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    bd7b38d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    15cc0f0 View commit details
    Browse the repository at this point in the history
  24. [BucketAPI] Follow the PV/Snapshot model of always binding namespaced…

    …/non-namespaced resource
    wlan0 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    bbd7357 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0a31cd5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7c480f4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c8f5cf6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b774aba View commit details
    Browse the repository at this point in the history
  29. update kep

    kevindelgado committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    85c40c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    1208981 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#3366 from divyenpatel/update-1491-csi-m…

    …igration-vsphere
    
    Update vsphere csi migration test plan
    k8s-ci-robot authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e67787f View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#3351 from mattcary/test-coverage

    KEP-1488: Update gce-pd csi migration test plan
    k8s-ci-robot authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    141d410 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40a6022 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dee6e69 View commit details
    Browse the repository at this point in the history
  6. add test plans

    Signed-off-by: kerthcet <kerthcet@gmail.com>
    kerthcet committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    38c3dc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0072eb4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#3346 from kerthcet/feature/ga-conponent…

    …-config
    
    Feat: graduate kube-scheduler component config to GA
    k8s-ci-robot authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    592363a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e551f3d View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes#3393 from liggitt/2799

    KEP-2799: Update for 1.25
    k8s-ci-robot authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ac49124 View commit details
    Browse the repository at this point in the history
  11. add comments for encrypted object (kubernetes#5)

    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    6f80e8e View commit details
    Browse the repository at this point in the history
  12. Merge pull request kubernetes#2813 from wlan0/master

    [Bucket API] KEP updates for API review
    k8s-ci-robot authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    6cb3b10 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c473f6d View commit details
    Browse the repository at this point in the history
  14. Move portRanges to GA

    Signed-off-by: Ricardo Katz <rkatz@vmware.com>
    rikatz committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    4903b97 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7f54dfb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3e4b476 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Merge pull request kubernetes#3289 from knight42/feat/split-stdout-st…

    …derr
    
    KEP 3288: Split stdout and stderr log stream
    k8s-ci-robot authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    ce61e37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7133fed View commit details
    Browse the repository at this point in the history
  3. Graduate SeccompDefault feature to beta

    Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
    saschagrunert committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9a124fd View commit details
    Browse the repository at this point in the history
  4. KEP-3333 Retroactive default StorageClass assignment (kubernetes#3337)

    * Add KEP for Retroactive default StorageClass assignment
    
    * Address review comments
    
    * Add PRR
    
    * Add PRR approval file
    
    * Address review comments 2
    
    * Address review comments 3
    
    * Address review comments 4
    
    * Rewrite KEP to alternative considered
    
    * Change status to implementable
    
    * Address review comments 5
    RomanBednar authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a3f5900 View commit details
    Browse the repository at this point in the history
  5. Graduate release artifact signing to beta

    Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
    saschagrunert committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    14ac39d View commit details
    Browse the repository at this point in the history
  6. add additional prr questions (kubernetes#6)

    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    ebedb57 View commit details
    Browse the repository at this point in the history
  7. KEP-2258: Simply API and kubectl details

    - Simplify the API as per thockin's feedback in
      kubernetes/kubernetes#96120
    - Introduce feature during alpha behind `kubectl alpha node-logs`
    - Use `kubectl node-logs` instead of `kubectl logs nodes`
    aravindhp committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    5b727ac View commit details
    Browse the repository at this point in the history
  8. KEP-2258: Extend test plan section

    Add unit, integration and e2e sections.
    aravindhp committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    185a441 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    039705f View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes#3345 from trierra/kep-beta-125

    Promote Portworx CSI migration to Beta in v1.25
    k8s-ci-robot authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    09ab36a View commit details
    Browse the repository at this point in the history
  11. update test plan

    Signed-off-by: Peter Hunt <pehunt@redhat.com>
    haircommander committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    11053a2 View commit details
    Browse the repository at this point in the history
  12. KEP-3386: Kubelet Evented PLEG for Better Performance

    Signed-off-by: Harshal Patil <harpatil@redhat.com>
    Signed-off-by: Peter Hunt <pehunt@redhat.com>
    harche authored and haircommander committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9c413de View commit details
    Browse the repository at this point in the history
  13. rearrange open questions

    kevindelgado committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    7d09cfc View commit details
    Browse the repository at this point in the history
  14. add steps for disabling feature

    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    93dff58 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    22b4447 View commit details
    Browse the repository at this point in the history
  16. Merge pull request kubernetes#7 from aramase/rollback-comments

    add steps for disabling feature
    ritazh authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    fecf9a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    e76861b View commit details
    Browse the repository at this point in the history
  2. Address deads2k feedback

    kevindelgado committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    921f0a0 View commit details
    Browse the repository at this point in the history
  3. KEP-3203: Add Auto-refreshing Official CVE feed (kubernetes#3204)

    * Add Auto-refreshing official CVE feed KEP
    
    Updates based on PR feedback
    - Revisited section placements
    - Added clarity on use of labels under risks
    - Update toc
    - Apply suggestions from code review
    - Added CVE project as non-goal
    - Made machine-readability as explicit goal
    
    Updates to use google bucket + dynamic page generation for k/website flow
    
    Added more clarity in alternatives considered section
    
    Co-authored-by: Tim Bannister <tim@scalefactory.com>
    
    Signed-off-by: Pushkar Joglekar <pjoglekar@vmware.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Mahé <mahe5397@hotmail.fr>
    Co-authored-by: Batuhan Apaydın <developerguyn@gmail.com>
    Co-authored-by: Cailyn <cailyn.s.e@gmail.com>
    And Eric Smalling
    Added link to existing options that are broken or incomplete
    
    Add testing sections for v1.25
    
    Co-authored-by: Rey Lejano <rlejano@gmail.com>
    
    * Update PRR approver
    
    ehashman->johnbelamaric
    
    kep 3203 add test plan graduation criteria
    
    Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>
    
    Co-authored-by: Rey Lejano <rlejano@gmail.com>
    PushkarJ and reylejano authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6c1a3b1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#3379 from ruiwen-zhao/kcp

    KEP-2133: add GA criteria
    k8s-ci-robot authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    cd176a6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#3387 from harche/evented-pleg

    KEP-3386: Kubelet Evented PLEG for Better Performance
    k8s-ci-robot authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    2c33e20 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#3282 from ehashman/kep-2238-on

    KEP-2238: Update implementation history and milestones
    k8s-ci-robot authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9c87daa View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#3353 from haircommander/stats-4

    KEP-2371: update criteria for alpha
    k8s-ci-robot authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    341d83b View commit details
    Browse the repository at this point in the history
  8. CRI stats KEP: update latest-milestone to 1.25

    Signed-off-by: Peter Hunt <pehunt@redhat.com>
    haircommander committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    ea344e1 View commit details
    Browse the repository at this point in the history
  9. Address more feedback

    kevindelgado committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    7fa7d48 View commit details
    Browse the repository at this point in the history
  10. Update cgroupv2 KEP to target GA in 1.25

    * Update the KEP.yaml
    * Update based on the new KEP template and added testing info
    
    Signed-off-by: David Porter <porterdavid@google.com>
    bobbypage committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e9ffd1b View commit details
    Browse the repository at this point in the history
  11. add more details for livez and readyz

    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a0405db View commit details
    Browse the repository at this point in the history
  12. Merge pull request kubernetes#8 from aramase/add-readyz-healthz

    add more details for livez and readyz
    ritazh authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    43a2a55 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    a6687ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8ba4f View commit details
    Browse the repository at this point in the history
  3. KEP 2008: update test plan

    Signed-off-by: Adrian Reber <areber@redhat.com>
    adrianreber committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    2ae6b4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a20a85 View commit details
    Browse the repository at this point in the history
  5. update to beta

    sanposhiho committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ad9b01c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2e1a16 View commit details
    Browse the repository at this point in the history
  7. add metrics for latency

    sanposhiho committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    7e6a2ed View commit details
    Browse the repository at this point in the history
  8. set actual value for SLOs

    sanposhiho committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    74166ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    266197d View commit details
    Browse the repository at this point in the history
  10. add step to solve

    sanposhiho committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    817fdb2 View commit details
    Browse the repository at this point in the history
  11. fix typo

    sanposhiho committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    603325a View commit details
    Browse the repository at this point in the history
  12. update kep with latest test plans

    Signed-off-by: kerthcet <kerthcet@gmail.com>
    kerthcet committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    16acbc1 View commit details
    Browse the repository at this point in the history
  13. Fix PRR reviews

    rikatz committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    03e7c9b View commit details
    Browse the repository at this point in the history
  14. Merge pull request kubernetes#3398 from divyenpatel/update-e2e-tests-…

    …for-vsphere-migration
    
    update e2e tests for vSphere CSI Migration KEP
    k8s-ci-robot authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    668d00b View commit details
    Browse the repository at this point in the history
  15. address review

    sanposhiho committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    1a9786c View commit details
    Browse the repository at this point in the history
  16. update toc

    sanposhiho committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ede06eb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a56d6cf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5343564 View commit details
    Browse the repository at this point in the history
  19. add another packages tests

    sanposhiho committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a0f4072 View commit details
    Browse the repository at this point in the history
  20. Merge pull request kubernetes#3240 from saschagrunert/seccomp-default…

    …-beta
    
    KEP-2413: Graduate SeccompDefault feature to beta
    k8s-ci-robot authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    b324c1f View commit details
    Browse the repository at this point in the history
  21. explain why e2e tests is empty

    Signed-off-by: kerthcet <kerthcet@gmail.com>
    kerthcet committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    93aace3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    490e5a5 View commit details
    Browse the repository at this point in the history
  23. 3386: target milestone at 1.25

    Signed-off-by: Peter Hunt <pehunt@redhat.com>
    haircommander committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    3ec8078 View commit details
    Browse the repository at this point in the history
  24. Merge pull request kubernetes#3407 from kerthcet/feat/update-enhancement

    update KEP about take taints into considering with latest test plans
    k8s-ci-robot authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    0e097e6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    763ae6d View commit details
    Browse the repository at this point in the history
  26. Merge pull request kubernetes#3409 from ruiwen-zhao/testplan

    KEP-2133: Add GA test plan
    k8s-ci-robot authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    aba9ba8 View commit details
    Browse the repository at this point in the history
  27. Merge pull request kubernetes#3302 from ritazh/3299-kms-v2

    3299-kms-v2-improvements
    k8s-ci-robot authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    798e155 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ae462d3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ff49912 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    66a1e29 View commit details
    Browse the repository at this point in the history
  31. Merge pull request kubernetes#3390 from vinaykul/master

    Update Test Plan section with prerequisite section from latest template
    k8s-ci-robot authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f2c3ba9 View commit details
    Browse the repository at this point in the history
  32. Merge pull request kubernetes#3406 from adrianreber/2022-06-17-update…

    …-test-plan
    
    KEP 2008: update test plan
    k8s-ci-robot authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    d41d785 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Merge pull request kubernetes#3411 from wongma7/ebsmigrationtestplan

    KEP-1487: Add aws-ebs migration test plan
    k8s-ci-robot authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    ff4691e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    a462ca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eae70a View commit details
    Browse the repository at this point in the history
  3. update unit test coverage

    aojea committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    b77f2ec View commit details
    Browse the repository at this point in the history
  4. add prr beta approver

    aojea committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    74b882e View commit details
    Browse the repository at this point in the history
  5. update latest milestone

    aojea committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    119708b View commit details
    Browse the repository at this point in the history
  6. update the KEP README.md to add the additionally required details in …

    …the merged KEP's Test Plan section.
    aojea committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    fca4171 View commit details
    Browse the repository at this point in the history
  7. mark nonpreempt as implemented

    Signed-off-by: Alex Wang <wangqingcan1990@gmail.com>
    denkensk committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    db22677 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#3414 from denkensk/update-nonpreempt-im…

    …plemented
    
    mark non-preempting policy as implemented
    k8s-ci-robot authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    9449fee View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubernetes#3368 from dobsonj/kep-596-updates-1.25

    KEP-596: Move GA milestone to 1.25, update PRR
    k8s-ci-robot authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    d0f8310 View commit details
    Browse the repository at this point in the history
  10. [Draft] KEP-1040: periodically adjusted borrowing between priority le…

    …vels in APF (kubernetes#3391)
    
    * Draft borrowing between priority levels in APF, high borrows from low
    
    * Do borrowing by periodic adjustment of concurrency limits
    
    * Update borrowing adjustment: smooth input, max-min problem
    
    * Revise borrowing adjustment write-up in response to review
    
    * Removed unused Priority field
    
    Also updated outdated text about directed borrowing.
    MikeSpreitzer authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    ae30fc8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes#3405 from bobbypage/cg2-kep-ga-updates

    KEP-2254: Target sig-node cgroupv2 KEP to GA in 1.25
    k8s-ci-robot authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    949bd7d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. KEP-277: Target stable in 1.25

    verb committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    53669b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67e3eaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45a80c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c50304 View commit details
    Browse the repository at this point in the history
  5. * Clarify RBAC rules

    * Provide an example for the request and response
    * Add the note about how to disable the API
    
    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    fff21fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41d4e94 View commit details
    Browse the repository at this point in the history
  7. KEP for PodHasNetwork condition

    Signed-off-by: Deep Debroy <ddebroy@gmail.com>
    ddebroy committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    52a91cf View commit details
    Browse the repository at this point in the history
  8. KEP-2133: Update test plan

    Signed-off-by: ruiwen-zhao <ruiwen@google.com>
    ruiwen-zhao committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    c0a26ac View commit details
    Browse the repository at this point in the history
  9. Update the ClusterCIDRConfig API and examples

    Based on modifications suggested in the API PR associated with this KEP
    kubernetes/kubernetes#108290
    
    Update the KEP Milestones.
    sarveshr7 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    eb33dbc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    95d2d31 View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes#3410 from haircommander/evented-pleg-ta…

    …rget
    
    KEP-3386: target milestone at 1.25
    k8s-ci-robot authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    8fd3f73 View commit details
    Browse the repository at this point in the history
  12. Merge pull request kubernetes#3419 from ruiwen-zhao/test

    KEP-2133: Update test plan
    k8s-ci-robot authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9624dc8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request kubernetes#3384 from verb/1.25-ga

    KEP-277: Target GA in 1.25
    k8s-ci-robot authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    321b82a View commit details
    Browse the repository at this point in the history
  14. Merge pull request kubernetes#2883 from rikatz/portranges-to-ga

    KEP-2079: Move portRanges to GA
    k8s-ci-robot authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    fba79ff View commit details
    Browse the repository at this point in the history
  15. ratcheting validation

    kevindelgado committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    03cbe6c View commit details
    Browse the repository at this point in the history
  16. Merge pull request kubernetes#3341 from aravindhp/kep-2258-update-api…

    …-milestone-1.25
    
    Windows/KEP-2258: Update API and milestones for Node Log Viewer
    k8s-ci-robot authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    97f9cf3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    908da47 View commit details
    Browse the repository at this point in the history
  18. Merge pull request kubernetes#3413 from aojea/beta_services

    promote ServiceIPStaticSubrange to beta
    k8s-ci-robot authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    dec01d9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c4264fb View commit details
    Browse the repository at this point in the history
  20. Merge pull request kubernetes#3334 from arpitsardhana/master

    KEP-3327: Add CPUManager policy option to align CPUs by Socket instead of by NUMA node
    k8s-ci-robot authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    fb10b2b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Update test coverage

    mattcary committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9b69d40 View commit details
    Browse the repository at this point in the history
  2. Add initial kuberc kep

    Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
    eddiezane committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0b5380c View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Mo Khan <theenjeru@gmail.com>
    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms and enj committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    431b422 View commit details
    Browse the repository at this point in the history
  4. Change KEP status to 'implementable'

    Co-authored-by: Mo Khan <theenjeru@gmail.com>
    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms and enj committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    2471ab9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#3323 from saschagrunert/signing-beta

    Graduate release artifact signing to beta
    k8s-ci-robot authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    bf60847 View commit details
    Browse the repository at this point in the history
  6. Regenerate toc

    Co-authored-by: Mo Khan <theenjeru@gmail.com>
    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms and enj committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    cd3c24e View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#3338 from sanposhiho/beta

    [KEP-3022] Write the production readiness requirements to graduate to beta
    k8s-ci-robot authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9b475dc View commit details
    Browse the repository at this point in the history
  8. updates kep-2238 for beta

    Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
    psschwei committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    6270ce1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubernetes#3404 from sallyom/tracing-kubelet-add-t…

    …est-plan
    
    KEP-2831: update KEP testing plan, implementation history, & milestones
    k8s-ci-robot authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    c3c2509 View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Mo Khan <theenjeru@gmail.com>
    nabokihms and enj authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    fd6109c View commit details
    Browse the repository at this point in the history
  11. Apply suggestions from code review

    Co-authored-by: Mo Khan <theenjeru@gmail.com>
    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms and enj committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1053516 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d8c4db5 View commit details
    Browse the repository at this point in the history
  13. Update keps/sig-auth/3325-self-subject-attributes-review-api/README.md

    Co-authored-by: Mo Khan <theenjeru@gmail.com>
    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms and enj committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    144f269 View commit details
    Browse the repository at this point in the history
  14. Address liggitt feedback

    kevindelgado committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0d0bcb7 View commit details
    Browse the repository at this point in the history
  15. Mention how to disable APU using a flag

    Co-authored-by: Mo Khan <theenjeru@gmail.com>
    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms and enj committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    3f956b4 View commit details
    Browse the repository at this point in the history
  16. Clarify that the note about disabling become relevant only when the A…

    …PI reaches GA
    
    Co-authored-by: Mo Khan <theenjeru@gmail.com>
    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms and enj committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0c594a0 View commit details
    Browse the repository at this point in the history
  17. Update keps/prod-readiness/sig-auth/3225.yaml

    Co-authored-by: Mo Khan <theenjeru@gmail.com>
    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms and enj committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9f17245 View commit details
    Browse the repository at this point in the history
  18. dynamic resource allocation: add KEP kubernetes#3063

    Dynamic resource allocation rethinks how additional resources like
    accelerators be managed and requested in Kubernetes.
    pohly committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    08c0828 View commit details
    Browse the repository at this point in the history
  19. Merge pull request kubernetes#3326 from nabokihms/3325-self-user-attr…

    …ibutes-review-api
    
    KEP-3325: Auth API to get self user attributes
    k8s-ci-robot authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    583c8df View commit details
    Browse the repository at this point in the history
  20. Merge pull request kubernetes#3087 from ddebroy/pod-status

    KEP-3085: Add KEP for Pod network ready condition
    k8s-ci-robot authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    201eb5b View commit details
    Browse the repository at this point in the history
  21. KEP-1880 Multiple Service CIDRs (kubernetes#3365)

    * KEP-1880 Multiple Service CIDRs
    
    Kubernetes networking is based fundamentally on two kind of networks,
    the Pod network aka Cluster Network and the Service Network. These
    networks are configured statically, using flags, causing a lot of
    limitations and pain on users and administrators.
    
    The Pod network is consumed by the CNI plugins, Kubernetes already provides
    a simple IPAM that will be extended by the KEP-2593 "Multiple Cluster
    CIDRs", allowing users to use an API to configure it.
    
    This KEP provides a similar API for the Service Network, allowing users
    to dynamically add more networks or resize the existing ones. It also
    remove some of the limitations of current implementation.
    
    * clarify serviceCIDRConfig IPAddress relation
    aojea authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9efd962 View commit details
    Browse the repository at this point in the history
  22. Merge pull request kubernetes#2697 from pacoxu/ephemeral-storage-quot…

    …as-beta
    
    promote ephemeral-storage-quotas to beta in 1.25
    k8s-ci-robot authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    c965fb4 View commit details
    Browse the repository at this point in the history
  23. sketch open api

    kevindelgado committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    a67ef11 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    182167d View commit details
    Browse the repository at this point in the history
  2. KEP-3325: Update test plan section

    Co-authored-by: Mo Khan <theenjeru@gmail.com>
    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms and enj committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9c4896a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bcae5a View commit details
    Browse the repository at this point in the history
  4. Update test plan for artifact signing KEP

    Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
    saschagrunert committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    12ad953 View commit details
    Browse the repository at this point in the history
  5. dynamic resource allocation: update status

    The KEP discussion showed that a longer period in alpha seems likely, so now
    the (of course still tentative) plan is to keep it in alpha for three releases.
    
    SIG Autoscaling will need to be involved, now as approver and later as
    reviewer, so they get added as "participating SIG".
    
    Finally, the goal is to start working on this in Kubernetes 1.25, so it has be
    marked as "implementable".
    pohly committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    bc3ccc7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#3392 from eddiezane/ez/add-kuberc

    KEP-3104: Introduce kuberc
    k8s-ci-robot authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d3df65f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa8af12 View commit details
    Browse the repository at this point in the history
  8. dynamic resource allocation: more specific motivation for partial all…

    …ocation
    
    NVIDIA cards in MIG mode are limited by the current need to pre-partition the
    hardware.
    klueska authored and pohly committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    278cd5c View commit details
    Browse the repository at this point in the history
  9. dynamic resource allocation: add "compromised resource driver plugin"

    This discusses the effect of attacking the resource driver in addition
    or instead of kubelet.
    pohly committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f37345e View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes#3423 from nabokihms/3325-update-tests-plan

    KEP-3325: Update test plan section
    k8s-ci-robot authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    889a998 View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes#3374 from mimowo/3329-write-kep-for-ret…

    …riable-exit-codes
    
    KEP-3329 Add KEP for Retriable and non-retriable Pod failures for Jobs
    k8s-ci-robot authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    58d3f83 View commit details
    Browse the repository at this point in the history
  12. Local Ephemeral Storage to GA KEP

    add KEP to promote local ephemeral storage to GA
    jingxu97 authored and mattcary committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    11516a8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request kubernetes#3422 from mattcary/jinxu-kep

    KEP-361: promote Local Ephemeral Storage to GA
    k8s-ci-robot authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    ee6adf7 View commit details
    Browse the repository at this point in the history
  14. Merge pull request kubernetes#3402 from sarveshr7/cluster-cidr-kep

    KEP:2593:Update ClusterCIDRConfig API, Test plan and Milestones
    k8s-ci-robot authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    77b761c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    289d18c View commit details
    Browse the repository at this point in the history
  16. Merge pull request kubernetes#3418 from danwinship/iptables-cleanup-a…

    …lpha
    
    KEP 3178: mark implementable, update Test Plan for alpha
    k8s-ci-robot authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9098231 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5e85c60 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7da001c View commit details
    Browse the repository at this point in the history
  19. Merge pull request kubernetes#3193 from mattcary/ss124

    KEP-1847: Update beta milestone to 1.25
    k8s-ci-robot authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8c6d57e View commit details
    Browse the repository at this point in the history
  20. Merge pull request kubernetes#3377 from kevindelgado/api-unions-try-2

    KEP-1027: API Unions for 1.25
    k8s-ci-robot authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f062c19 View commit details
    Browse the repository at this point in the history
  21. Aggregated Discovery KEP

    Jefftree committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    fcec4e1 View commit details
    Browse the repository at this point in the history
  22. Merge pull request kubernetes#3364 from Jefftree/aggregated-discovery

    KEP-3352: Aggregated Discovery KEP to Alpha
    k8s-ci-robot authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    cd305f9 View commit details
    Browse the repository at this point in the history
  23. Merge pull request kubernetes#3064 from pohly/dynamic-resource-alloca…

    …tion-upstream
    
    KEP-3063: dynamic resource allocation
    k8s-ci-robot authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    91823e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Merge pull request kubernetes#3421 from mattcary/migration

    KEP-1488: Update test coverage
    k8s-ci-robot authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    c48c9ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#3424 from saschagrunert/test-plan-signing

    Update test plan for artifact signing KEP
    k8s-ci-robot authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    4cb2e81 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#3403 from haircommander/stats-5

    KEP 2371: update latest-milestone to 1.25
    k8s-ci-robot authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    b06dcfb View commit details
    Browse the repository at this point in the history
  4. update proto snippets in kms v2

    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    429d53b View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#3426 from aramase/uppdate-kms-proto

    update proto snippets in kms v2
    k8s-ci-robot authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d44c51c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. kep: use new format for the unit test coverage part

    For RBD and CephFS the UNIT test part, the new format has been used.
    
    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    e61a40a View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#3408 from psschwei/kep-2238-update

    Updates kep-2238 for v1.25
    k8s-ci-robot authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    4e095b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    acf0588 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#3428 from trierra/kep-beta-125-update

    Update Unit tests section in Portworx CSI migration KEP
    k8s-ci-robot authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    0f6f5bf View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Merge pull request kubernetes#3420 from 0x2b3bfa0/patch-1

    KEP-2214: fix markdown link typo
    k8s-ci-robot authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d142b47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#3427 from humblec/node-test-coverage

    use new format for the unit test coverage part
    k8s-ci-robot authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    698696f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. add script to generate and push KEP manifest to GCS bucket

    Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
    palnabarun committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    d99550c View commit details
    Browse the repository at this point in the history