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

Validation unify all #6

Open
wants to merge 1,106 commits into
base: liggitt-json-stdlib
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    d73403d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a37dfa7 View commit details
    Browse the repository at this point in the history
  3. Manual changes in /third_party/forked/celopenapi to use Kubernetes ty…

    …pes and remove unused code.
    cici37 authored and jpbetz committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    89d0623 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a593e4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#106226 from NikhilSharmaWe/betterOutput…

    …Lifecycle
    
    Changed code to improve output for files under test/e2e/lifecycle
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    ebf6823 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#106269 from danwinship/iptables-proxy-c…

    …leanup
    
    more iptables proxy cleanups
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    d1f8463 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#106288 from champtar/kubeadm-warn

    kubeadm: fix inverted warning message
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    375fb6f View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#106298 from SergeyKanzhelev/fetchShareP…

    …rocessTestFromOrphans
    
    fish out ShareProcessNamespace from orphans tab
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f3bf7e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a817521 View commit details
    Browse the repository at this point in the history
  10. don't expand $(ls -A /scrub) in PV_RECYCLER_TEMPLATE

    Before we write the template.
    mikedanese committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    384e9ce View commit details
    Browse the repository at this point in the history
  11. kubeadm: fix typo in KubeProxyClusterRoleBindingName constant

    kubeam:node-proxier -> kubeadm:node-proxier
    This causes e2e test failures:
    "[area-kubeadm] proxy addon kube-proxy ServiceAccount should
    be bound to the system:node-proxier cluster role"
    
    in:
    - kubeadm-kinder-latest
    - kubeadm-kinder-latest-on-...
    - other tests
    neolit123 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e1571bf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    27d1e9a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3564cd5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d7bdbb0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c39945c View commit details
    Browse the repository at this point in the history
  16. Merge pull request kubernetes#106271 from mysunshine92/DownwardAPIHug…

    …ePages
    
    The DownwardAPIHugePages feature is beta now, set true by default.
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2a5de1a View commit details
    Browse the repository at this point in the history
  17. Merge pull request kubernetes#106296 from thockin/svc-logging-cleanup

    Clean up some service logging
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3128afa View commit details
    Browse the repository at this point in the history
  18. Merge pull request kubernetes#106299 from SergeyKanzhelev/PodReadines…

    …sGateNodeConformance
    
    PodReadinessGate is stable feature and test runs all green
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    dac695f View commit details
    Browse the repository at this point in the history
  19. Merge pull request kubernetes#106301 from pohly/log-kube-proxy-go-runner

    build: use debian-iptables:bullseye-v1.1.0
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    fb3df2e View commit details
    Browse the repository at this point in the history
  20. kubeadm: fix failure in e2e_kubeadm related to kubelet-config

    The featureGates field in ClusterConfiguration ends up
    as a map[interface{}]interface{} in the test suite
    and cannot be casted to map[string]bool directly.
    Adapt the test to use map[interface{}]interface{}.
    neolit123 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7fa7f6d View commit details
    Browse the repository at this point in the history
  21. vendor: update system-validators to v1.6.0

    Includes support for btrfs in the Docker validator
    which was added in kubelet ~1.22.
    neolit123 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2c5e961 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ab2e58c View commit details
    Browse the repository at this point in the history
  23. Merge pull request kubernetes#104636 from hbagdi/ingress-class-namesp…

    …aced-params-ga
    
    Graduate IngressClassNamespacedParams to GA
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    1ff64ed View commit details
    Browse the repository at this point in the history
  24. Merge pull request kubernetes#106234 from jpbetz/cel-libs

    Add wired off code for Validation rules for Custom Resource Definitions using the CEL expression language
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    6b41d75 View commit details
    Browse the repository at this point in the history
  25. Fix flake caused by sampling signal counter too early.

    TestFlowControlSignal has been flaking occasionally (somewhere around
    0.5% on my machine using golang.org/x/tools/cmd/stress with -p
    20). The intent was to sample the number of times the signal fired at
    the moment a backend receives a connection from the proxy as an
    alternative to test doubles, but the signal count was being
    sampled (and recorded) immediately on calls to (net.Listener).Accept()
    -- before blocking -- instead of immediately after unblocking.
    
    The flake no longer occurs on my machine (again, using stress -p 20)
    with this patch.
    benluddy committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    c2654a6 View commit details
    Browse the repository at this point in the history
  26. Merge pull request kubernetes#105885 from gnufied/move-configurable-f…

    …sgroup-ga
    
    Move configurable fsgroup to GA
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    dcf0a03 View commit details
    Browse the repository at this point in the history
  27. Merge pull request kubernetes#106317 from lauchokyip/fixOutput

    Fixed nil pointer dereference
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    ad99a59 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    696abec View commit details
    Browse the repository at this point in the history
  29. Merge pull request kubernetes#104792 from matthyx/60140

    make kubectl cp resume on transfer error
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8237943 View commit details
    Browse the repository at this point in the history
  30. Wire contexts to Batch controllers (kubernetes#105491)

    * Wire contexts to Batch controllers
    
    * (hold) feedback + updates that overlap with Apps controllers
    
    * fixup errors
    damemi authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    80c0170 View commit details
    Browse the repository at this point in the history
  31. Merge pull request kubernetes#106323 from neolit123/1.23-update-syste…

    …m-validators-to-1.6.0
    
    vendor: update system-validators to v1.6.0
    k8s-ci-robot authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3f0a634 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b2d4f9a View commit details
    Browse the repository at this point in the history
  33. Added JSONPath wait for kubectl wait

    Co-authored-by: Eddie Zaneski <eddiezane@gmail.com>
    lauchokyip and eddiezane committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8fcf98e View commit details
    Browse the repository at this point in the history
  34. kubelet: cgroupv2 disable memcg notifications

    The current memory notifier on cgroupv2 relies on reading
    `cgroup.event_control` which is unsupported on cgroupv2. For now, let's
    disable the feature on cgroupv2.
    bobbypage committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f5140d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Merge pull request kubernetes#106327 from ravisantoshgudimetla/fix-ku…

    …belet-units
    
    [test][kubelet]: Fix out of bounds in TestSyncLabels unit
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    e7c3138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95a706b View commit details
    Browse the repository at this point in the history
  3. fix nil merge map

    astraw99 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    9fe2c30 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#106319 from mikedanese/bashfix

    don't expand $(ls -A /scrub) in PV_RECYCLER_TEMPLATE
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    6580977 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#106169 from kerthcet/bug/shape-can-be-e…

    …mpty-in-scoring-stragety
    
    ScoringStrategy RequestedToCapacityRatio's shape should not be empty
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d9f06f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1e97a0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#97279 from tnqn/merge-forward-rules

    Remove redundant forwarding rule in filter table
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    9fba771 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#105512 from gnufied/add-subpath-mount-s…

    …ource-check
    
    Fix check for subpath source
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    ba94497 View commit details
    Browse the repository at this point in the history
  9. Remove kubectl from ephemeral container e2e

    It's not available in the node e2e environment.
    verb committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d31d0cc View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes#106329 from benluddy/agg-flowcontrolsig…

    …nal-flake
    
    Fix flake caused by sampling signal counter too early.
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    931ec69 View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes#106314 from shivanshu1333/fix/master/10…

    …5841
    
    Migrated remaining lines of `server.go` and `csi.go` to structured logging
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    0fefe4e View commit details
    Browse the repository at this point in the history
  12. OWNERS(justaugustus): Prune extraneous reviewer roles

    Taking an opportunity to prune myself from some aliases/review paths
    to reduce my workload.
    
    If:
    - I am no longer reviewing in an area, prune
    - There were under five reviewers, remain
    - I was already an approver for the area, prune from review path
    - I was a reviewer as part of Release Managers, comment out with
      "approvals only"
    
    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7c319c0 View commit details
    Browse the repository at this point in the history
  13. Mark restart_test as flaky

    mmiranda96 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    990e950 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d3a4ec View commit details
    Browse the repository at this point in the history
  15. Merge pull request kubernetes#106346 from verb/1.23-ec-node-feature

    Add NodeFeature tag to ephemeral containers e2e
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    649840f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5401551 View commit details
    Browse the repository at this point in the history
  17. Merge pull request kubernetes#106321 from neolit123/1.23-fix-e2e-test…

    …-failures-1
    
    kubeadm: fix test failures in the e2e_kubeadm suite
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7663bff View commit details
    Browse the repository at this point in the history
  18. Merge pull request kubernetes#106358 from justaugustus/justaugustus-p…

    …rune
    
    OWNERS(justaugustus): Prune extraneous reviewer roles
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    274ffbd View commit details
    Browse the repository at this point in the history
  19. Merge pull request kubernetes#106359 from mmiranda96/fix/mark-restart…

    …-test-flaky
    
    Mark restart_test as flaky
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    bbc3a9a View commit details
    Browse the repository at this point in the history
  20. Merge pull request kubernetes#106362 from ehashman/append-to-node-log

    Append node e2e logs to file where possible
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    0c27c64 View commit details
    Browse the repository at this point in the history
  21. verify liveObj not returned by manager pipeline

    addresses feedback by adding a test to make sure that the manager pipeline will not return the same instance used as input, and that the output does not input managedFields
    Alexander Zielenski committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    68e175e View commit details
    Browse the repository at this point in the history
  22. pod/storage: remove always-empty 'oldMachine' in setPodHostAndAnnotat…

    …ions()
    
    There's only one caller of setPodHostAndAnnotations() and it always
    passes an empty 'oldMachine'.
    
    Signed-off-by: Dan Williams <dcbw@redhat.com>
    dcbw committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a04997e View commit details
    Browse the repository at this point in the history
  23. Merge pull request kubernetes#103415 from tiloso/staticcheck-kubelet

    Fix staticcheck failure in pkg/kubelet/cm/cpuset
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    3ca3daa View commit details
    Browse the repository at this point in the history
  24. Merge pull request kubernetes#105550 from damemi/wire-contexts-rbac

    Wire contexts to RBAC controllers
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2bd6784 View commit details
    Browse the repository at this point in the history
  25. Merge pull request kubernetes#106266 from ahg-g/ahg-metrics

    Move a number of scheduler metrics to STABLE
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c9a245f View commit details
    Browse the repository at this point in the history
  26. Merge pull request kubernetes#106360 from ehashman/metrics-implementa…

    …tions-docs
    
    Remove outdated metric IMPLEMENTATIONS, update links
    k8s-ci-robot authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    de52812 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Merge pull request kubernetes#106048 from dcbw/pod-storage-empty-oldM…

    …achine
    
    pod/storage: remove always-empty 'oldMachine' in setPodHostAndAnnotations()
    k8s-ci-robot authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    d19e16b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    744785e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b985e09 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#105992 from hwdef/fix-kubeadm-2419

    kubeadm: add mutation for Linux paths in KubeletConfiguration on Windows
    k8s-ci-robot authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    35f9bca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03f7a8d View commit details
    Browse the repository at this point in the history
  6. clean

    CatherineF-dev committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a8324a3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#105450 from danwinship/ipvs-dead-code

    Remove some dead code in the ipvs proxy
    k8s-ci-robot authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    c98b388 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b60e954 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc4bbd8 View commit details
    Browse the repository at this point in the history
  10. Fix deletion protection unit test

    The test should not depend on current set of default feature gates, it
    should always ensure the ones necessary for the tests are set.
    jsafrane committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    bb8157d View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes#105135 from astraw99/fix-nil-mergeMap

    Fix nil check in map merge
    k8s-ci-robot authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7b9f4f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d9b21cd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d6f9df4 View commit details
    Browse the repository at this point in the history
  14. remove lint

    CatherineF-dev committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a30af26 View commit details
    Browse the repository at this point in the history
  15. move pkg/util/node to component-helpers/node/util (kubernetes#105347)

    Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>
    nehaLohia27 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    fa1b676 View commit details
    Browse the repository at this point in the history
  16. Merge pull request kubernetes#106195 from alexzielenski/ssa-dont-muta…

    …te-liveobj
    
    Don't clear managedFields on live object
    k8s-ci-robot authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    ffe0d03 View commit details
    Browse the repository at this point in the history
  17. Merge pull request kubernetes#106382 from rphillips/fix_close_log

    kubelet: fix file descriptor leak in log rotations
    k8s-ci-robot authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    6c04f87 View commit details
    Browse the repository at this point in the history
  18. Merge pull request kubernetes#106159 from soltysh/config_wrapper

    Switch from arguments to an input structure for kubectl command
    k8s-ci-robot authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    763916a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5991d3d View commit details
    Browse the repository at this point in the history
  20. Merge pull request kubernetes#104743 from gjkim42/ensure-pod-uniqueness

    Ensure there is one running static pod with the same full name
    k8s-ci-robot authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    5f0a94b View commit details
    Browse the repository at this point in the history
  21. Merge pull request kubernetes#105744 from jsturtevant/windows-contain…

    …erd-networkstats
    
    Get Windows network stats directly for Containerd
    k8s-ci-robot authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    1f6aa87 View commit details
    Browse the repository at this point in the history
  22. Merge pull request kubernetes#106170 from kidlj/cleanup_e2e_framework…

    …_import_e2elog_package
    
    test/e2e: cleanup e2e core framework's import from sub package e2elog
    k8s-ci-robot authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    5bc6cfa View commit details
    Browse the repository at this point in the history
  23. Merge pull request kubernetes#106370 from navist2020/kubeadm-certs-csr

    kubeadm/certs/renew:remove deprecated flags csrOnly and csrPath
    k8s-ci-robot authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    dc10a56 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8b1e1a4 View commit details
    Browse the repository at this point in the history
  25. Merge pull request kubernetes#106389 from natasha41575/updateKust441

    upgrade kustomize-in-kubectl to v4.4.1
    k8s-ci-robot authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    79fed54 View commit details
    Browse the repository at this point in the history
  26. Use defer in non-loop

    CatherineF-dev committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    49d341a View commit details
    Browse the repository at this point in the history
  27. Use HandlerFor

    CatherineF-dev committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    d9737ea View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Merge pull request kubernetes#106392 from liggitt/strict-alpha

    Revert strict-in-alpha to false
    k8s-ci-robot authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    a627386 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#105459 from shivanshu1333/bug/master/10…

    …5426
    
    Fixed using reference in for loop
    k8s-ci-robot authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    c1b9ada View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4836fd1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#106332 from bobbypage/disable-memcg-not…

    …ifier
    
    kubelet: cgroupv2 disable memcg notifications
    k8s-ci-robot authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    e4c7951 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f80ddac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c169d4d View commit details
    Browse the repository at this point in the history
  7. Kube-proxy/ipvs; Use go "net" lib to get nodeIPs

    The nodeIPs to be used for nodePorts were collected using
    netlink which was unnecessary complex and caused se kubernetes#93858
    Lars Ekman committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    9f37096 View commit details
    Browse the repository at this point in the history
  8. leaderelection: populate the apiVersion/kind when reporting events

    This avoids the assumption that the kinds are populated in the schema,
    and is arguably a little more efficient also.
    justinsb committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    3bf06ff View commit details
    Browse the repository at this point in the history
  9. Include Conditions in kubectl describe namespace

    If a namespace deletion is blocked, finding the reason why can require
    reading the Conditions on the namespace.
    
    Currently, `kubectl describe namespace` does not include Conditions.
    This change adds Conditions to the output. Example output:
    
    ```
    Name:         example
    Labels:       <none>
    Annotations:  <none>
    Status:	      Terminating
    Conditions:
      Type                             Status  LastTransitionTime               Reason          Message
      ----                             ------  ------------------               ------          -------
      NamespaceDeletionContentFailure  True    Wed, 15 Jan 2014 00:00:00 +0000  example reason  example message
    
    No resource quota.
    
    No LimitRange resource.
    ```
    dlipovetsky committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    eb6e8ce View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. e2e_node: fix nil pointer exception under quota lsci test

    Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
    Artyom Lukianov committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    cf2f21d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Merge pull request kubernetes#106395 from verult/delegate-fsgroup-dis…

    …able-onrootmismatch-e2e
    
    Skip OnRootMismatch tests if the CSI driver supports VOLUME_MOUNT_GROUP.
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    991bb65 View commit details
    Browse the repository at this point in the history
  2. Node tests fixes (kubernetes#106371)

    * capture loop variable
    
    * capture the loop variable and don't fail on not found errors
    
    * capture loop variable
    
    * Revert "Mark restart_test as flaky"
    
    This reverts commit 990e950.
    
    * skip e2e node restart test with dockershim
    
    * Update test/e2e_node/restart_test.go
    
    Co-authored-by: Mike Miranda <mikemp96@gmail.com>
    
    * capture loop using index
    
    Co-authored-by: Mike Miranda <mikemp96@gmail.com>
    Antonio Ojea and Mike Miranda authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    5eb584d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dedd41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0afa569 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#105890 from pawbana/added_request_slo_l…

    …atency_metric
    
    Added requestSloLatencies metric
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    1e6f3b5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#106315 from josephburnett/e2e-v2

    Use HPA v2 in E2E tests.
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    8d301e9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#106123 from pohly/log-go-runner-windows

    package log runner as part of Kubernetes releases
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    da73a24 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#106399 from justinsb/populate_event_typ…

    …emetad
    
    leaderelection: populate the apiVersion/kind when reporting events
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    ed3d9f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52d8b53 View commit details
    Browse the repository at this point in the history
  10. De-flake ephemeral containers e2e test

    The test waits for the container to be running, but the test command
    sleeps for 2 seconds before writing output, creating a race.
    verb committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    28bd71c View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes#105555 from MikeSpreitzer/fix-105393

    Update comment on ResourcePolicyRule
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    7cf55fe View commit details
    Browse the repository at this point in the history
  12. Merge pull request kubernetes#105706 from uthark/oatamanenko/upgrade-…

    …etcd-3.5.1
    
    Upgrade etcd to 3.5.1
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    1c127d3 View commit details
    Browse the repository at this point in the history
  13. Merge pull request kubernetes#106275 from dgrisonnet/dgrisonnet-instr…

    …umentation-reviewer
    
    Add dgrisonnet as sig-instrumentation reviewer
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    2e865ce View commit details
    Browse the repository at this point in the history
  14. Add support for rbd plugin to csi-translation-lib

    In support of csi-migration proposal here:
    https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/csi-migration.md
    
    Will help with migration of in-tree RBD plugin ( kubernetes.io/rbd)
    to RBD CSI driver ( rbd.csi.ceph.com ).
    
    Fixes kubernetes/enhancements#2923
    
    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    7c40eb9 View commit details
    Browse the repository at this point in the history
  15. Merge pull request kubernetes#101429 from Nordix/issues-93858

    Kube-proxy/ipvs; Use go "net" lib to get nodeIPs
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    67a352e View commit details
    Browse the repository at this point in the history
  16. Merge pull request kubernetes#106408 from cynepco3hahue/e2e_node_quot…

    …a_isci_test_fix_panic_nil_pointer_exception
    
    e2e_node: fix nil pointer exception under quota lsci test
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    159fcbb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e916e5d View commit details
    Browse the repository at this point in the history
  18. Add missing alias - used in staging/src/k8s.io/cluster-bootstrap/OWNERS

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    df74e7b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    57ed017 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d3af53d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ab64e85 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f0ed1a3 View commit details
    Browse the repository at this point in the history
  23. Merge pull request kubernetes#106376 from jsafrane/stabilize-unit-test

    Fix deletion protection unit test
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    ce98eda View commit details
    Browse the repository at this point in the history
  24. Merge pull request kubernetes#106418 from SataQiu/hack-ignore-generat…

    …ed-files
    
    Exclude generated files from the static check
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    552c296 View commit details
    Browse the repository at this point in the history
  25. Merge pull request kubernetes#106425 from verb/1.23-ec-e2e-flake

    De-flake ephemeral containers e2e test
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    7ac7683 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d204463 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    303b05c View commit details
    Browse the repository at this point in the history
  28. Merge pull request kubernetes#105685 from liggitt/kubelet-file-test

    Simplify kubelet file config field allowlists
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    b7c4962 View commit details
    Browse the repository at this point in the history
  29. Merge pull request kubernetes#106430 from dims/add-missing-alias-for-…

    …sig-cluster-lifecycle
    
    Add missing alias - used in staging/src/k8s.io/cluster-bootstrap/OWNERS
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    b6c9add View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    23509a0 View commit details
    Browse the repository at this point in the history
  31. Merge pull request kubernetes#106285 from SergeyKanzhelev/updateHandl…

    …ersDescription
    
    updated probe handler types descriptions
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    058ce89 View commit details
    Browse the repository at this point in the history
  32. Merge pull request kubernetes#106330 from verult/delegate-fsgroup-beta

    DelegateFSGroupToCSIDriver feature gate to beta
    k8s-ci-robot authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    8260340 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    63fffd3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9684763 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    6991aa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5514d0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#106412 from ahg-g/ahg-expire

    Increase the duration to expire an assumed pod
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    16227cf View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#104650 from yxxhero/initcontainer_oomki…

    …il_as_a_failure
    
    fix init container oomkilled as a failure
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    4638027 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#106201 from yxxhero/fea_106111

    Add more msg when exec probe timeout
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    39af75a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34ccd30 View commit details
    Browse the repository at this point in the history
  7. Add validation rule compilation and validation of x-kubernetes-valida…

    …tions extension fields
    cici37 authored and jpbetz committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    66af4ec View commit details
    Browse the repository at this point in the history
  8. Update third_party/forked/celopenapi to support kubernetes schema ext…

    …ensions and CEL property name escaping
    jpbetz committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f0a80ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e0468b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba6db69 View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes#103299 from wgahnagl/addPinned

    prevents garbage collection from removing pinned images
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    0473cab View commit details
    Browse the repository at this point in the history
  12. Merge pull request kubernetes#104287 from jsturtevant/windows-stats

    Reduce the number of expensive calls in the Windows stats queries for dockershim
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    1d1d462 View commit details
    Browse the repository at this point in the history
  13. Merge pull request kubernetes#106435 from verult/delegate-fsgroup-dis…

    …able-onrootmismatch-e2e
    
    Remove feature gate check when skipping OnRootMismatch tests
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c31bb8a View commit details
    Browse the repository at this point in the history
  14. Merge pull request kubernetes#95361 from humblec/rbd-migration

    RBD in-tree plugin migration to CSI driver using migration translation lib
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    66c342b View commit details
    Browse the repository at this point in the history
  15. Merge pull request kubernetes#106434 from ehashman/timeout-restart-test

    Fix timeout flake in restart kubelet e2e
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    152c60f View commit details
    Browse the repository at this point in the history
  16. Merge pull request kubernetes#106051 from jpbetz/cel-port

    Feature implementation: Validation rules for Custom Resource Definitions using the CEL expression language
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c84da4e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6be67e8 View commit details
    Browse the repository at this point in the history
  18. Merge pull request kubernetes#106432 from MikeSpreitzer/regularize-ob…

    …servers
    
    Factored TimedObserver into less surprising pieces
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    2b3ff41 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    711f96e View commit details
    Browse the repository at this point in the history
  20. CHANGELOG/1.9: Fix up GCS bucket references

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    a1b206f View commit details
    Browse the repository at this point in the history
  21. migrate --register-with-taints to KubeletConfiguration

    caozhiyuan committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    bad4faf View commit details
    Browse the repository at this point in the history
  22. Merge pull request kubernetes#106450 from justaugustus/cl-19

    CHANGELOG/1.9: Fix up GCS bucket references
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    abd5fc9 View commit details
    Browse the repository at this point in the history
  23. refactor: extract multiple ignore errors validate to ignoreError

    Signed-off-by: haoyun <yun.hao@daocloud.io>
    jonyhy96 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    b5409ad View commit details
    Browse the repository at this point in the history
  24. CloseIdleConnections for wrapped Transport

    It iterates over the wrapped transports until it finds one
    that implements the CloseIdleConnections method and executes it.
    
    add test for closeidle http1 connections
    
    add test for http1.1 reconnect with inflight request
    
    add test to reuse connection request
    
    add test for request connect after timeout
    
    add test for client-go request concurrency
    Antonio Ojea committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    b9d865a View commit details
    Browse the repository at this point in the history
  25. don't use a custom dialer for the kubelet

    Don't use a custom dialer for the kubelet if is not rotating
    certificates, so we can reuse TCP connections because we don't need
    a customer dialer.
    
    Kubelet needs to be able to recover from stale http connections.
    HTTP2 has a mechanism to detect broken connections by sending periodical pings.
    HTTP1 only can have one persistent connection, and it will close all Idle connections
    once the Kubelet heartbet fails. However, since there are many edge cases that we can't
    control, users can still opt-in to the previous behavior for closing the connections by
    setting the environment variable DISABLE_HTTP2.
    Antonio Ojea committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    15ea255 View commit details
    Browse the repository at this point in the history
  26. Merge pull request kubernetes#106268 from philipatl/edit-json-merge-p…

    …atch-fix
    
    fix edit of non-registered custom API types
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    a4d5be8 View commit details
    Browse the repository at this point in the history
  27. Merge pull request kubernetes#106316 from josephburnett/controller-v2

    Watch HPA v2 instead of v1.
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6d1d8c7 View commit details
    Browse the repository at this point in the history
  28. Merge pull request kubernetes#106172 from pohly/log-kubectl-options-d…

    …eprecation
    
    kubectl: add deprecation notice to flag usage help
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    2ee2b8c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1ddd598 View commit details
    Browse the repository at this point in the history
  30. Add warning about using unsupported CRON_TZ

    CRON_TZ variable slipped in during upgrading github.com/robfig/cron
    library.  It allows setting a time zone which is a long requested
    feature but one that is not officially supported. This adds warning
    event since users should not rely on unsupported features.
    soltysh committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    d051884 View commit details
    Browse the repository at this point in the history
  31. Merge pull request kubernetes#104844 from aojea/clientgo_close_idle

    CloseIdleConnections of wrapped Transport RoundTrippers
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    45f77ca View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    06e1716 View commit details
    Browse the repository at this point in the history
  33. Use Reset at first

    CatherineF-dev committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    5646120 View commit details
    Browse the repository at this point in the history
  34. Merge pull request kubernetes#105571 from yuzhiquan/remove-ignore-err…

    …or-flag
    
    Remove ignore error flag for drain, and set this feature as default
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    766a7e2 View commit details
    Browse the repository at this point in the history
  35. turning on the CSIMigrationGCE feature flag

    comment change to on by default in 1.23
    leiyiz committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    3bd7954 View commit details
    Browse the repository at this point in the history
  36. fixing unit test failures induced by turning on CSIMigrationGCE

    disable CSIMigrationGCE in some unit tests
    leiyiz committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    275fdf0 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3c91436 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2298dc6 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    420c530 View commit details
    Browse the repository at this point in the history
  40. Merge pull request kubernetes#106154 from gnufied/recover-expansion-f…

    …ailure-123
    
    Recover expansion failure
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f151a40 View commit details
    Browse the repository at this point in the history
  41. Merge pull request kubernetes#106219 from dlipovetsky/describe-ns-con…

    …ditions
    
    Include Conditions in `kubectl describe namespace`
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    824ad80 View commit details
    Browse the repository at this point in the history
  42. Merge pull request kubernetes#106325 from MikeSpreitzer/iterable-sawh…

    …-test
    
    Fix sample_and_watermark_test.go for bad luck, repeated test
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    d32be90 View commit details
    Browse the repository at this point in the history
  43. Add support for Portworx to csi-translation lib

    Signed-off-by: Oksana Naumov <trierra.dev@gmail.com>
    trierra committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    3af11fc View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e944d2c View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    2fe968d View commit details
    Browse the repository at this point in the history
  46. Merge pull request kubernetes#104722 from leiyiz/migration

    turning on the CSIMigrationGCE feature flag
    k8s-ci-robot authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6805e6e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Merge pull request kubernetes#105057 from jiahuif-forks/feature/enum-…

    …types-feature-enablement
    
    Add Support for OpenAPIEnum in OpenAPI v2
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    e14bdba View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#105623 from ash2k/ash2k/resettable-rest…

    …-mapper
    
    ResettableRESTMapper to make it possible to reset wrapped mappers
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    165b581 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#106289 from CatherineF-dev/fix-metrics-…

    …AlreadyRegisteredError-in-unit-test
    
    Fix metrics AlreadyRegisteredError on TestRecordOperation and TestGetHistogramVecFromGatherer unit test
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    42d8b2f View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#106433 from robscott/topology-beta

    Graduate TopologyAwareHints feature gate to beta
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    bd8e850 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bf3ed7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae1984a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3180012 View commit details
    Browse the repository at this point in the history
  8. go mod vendor

    Jefftree committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    d01c42c View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubernetes#103447 from trierra/csi-translation-por…

    …tworx
    
    Csi translation portworx
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8d9e424 View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes#105437 from cmssczy/update-kubelet-conf…

    …iguration
    
    migrate --register-with-taints to KubeletConfiguration
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    1f6d5ca View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes#105611 from damemi/simplified-multipoin…

    …t-extension
    
    Scheduler simplified MultiPoint plugin config
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    c0b5ed7 View commit details
    Browse the repository at this point in the history
  12. Merge pull request kubernetes#106098 from wongma7/csimigrationawsdefault

    Turn CSIMigrationAWS on by default
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    400ec74 View commit details
    Browse the repository at this point in the history
  13. Merge pull request kubernetes#106455 from soltysh/cronjob_warning

    Add warning about using unsupported CRON_TZ
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    39c76ba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4a35e6c View commit details
    Browse the repository at this point in the history
  15. Merge pull request kubernetes#105520 from soltysh/bump_burst

    Bump discovery burst for kubectl to 300
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0c47669 View commit details
    Browse the repository at this point in the history
  16. Merge pull request kubernetes#106141 from enj/enj/i/oidc_client

    oidc authenticator: allow http.Client to be overridden
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    7eb502b View commit details
    Browse the repository at this point in the history
  17. Merge pull request kubernetes#104750 from sanposhiho/fix/bug/proxy/de…

    …fer-with-os-exit
    
    Fix(kube-proxy): remove os.Exit from cobra.Command
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9dd8aad View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f784891 View commit details
    Browse the repository at this point in the history
  19. Merge pull request kubernetes#106041 from jonyhy96/volumemanager-reco…

    …nciler-codefmt
    
    kubelet: extract multiple ignore errors validate logic to isExpectedError
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    6c357f9 View commit details
    Browse the repository at this point in the history
  20. Fix integer division

    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    979c425 View commit details
    Browse the repository at this point in the history
  21. Ignore deprecation warnings with //nolint:staticcheck

    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0f3836d View commit details
    Browse the repository at this point in the history
  22. Update IPVar and IPPortVar functions to have pointer receivers to fix…

    … 'ineffective assignment'
    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    30ea05a View commit details
    Browse the repository at this point in the history
  23. Use time.NewTicker instead of time.Tick to avoid leaking

    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    1fbf06f View commit details
    Browse the repository at this point in the history
  24. Fix SA5011 errors by making control flow abort obvious to linter

    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    04fadd8 View commit details
    Browse the repository at this point in the history
  25. Add staticcheck to verify-golangci-lint.sh

    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    7ea01c0 View commit details
    Browse the repository at this point in the history
  26. Convert one more utilflag.IPVar to &utilflag.IPVar

    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    a7daeb3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c862d7c View commit details
    Browse the repository at this point in the history
  28. Add more //nolint:staticcheck for failures caught in PR tests

    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    c8fde19 View commit details
    Browse the repository at this point in the history
  29. Fix order of operations

    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    2933df3 View commit details
    Browse the repository at this point in the history
  30. Simplify multiplication

    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    a707061 View commit details
    Browse the repository at this point in the history
  31. Remove //lint:ignore pragmas that aren't being used anymore

    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    07a883d View commit details
    Browse the repository at this point in the history
  32. Add syncTicker.Stop()

    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    69d029b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e78b3e8 View commit details
    Browse the repository at this point in the history
  34. Move golangci-lint config to a file

    Make verify-golangci-lint.sh work across modules and take an optional
    argument for a package.
    thockin authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    3bca4e6 View commit details
    Browse the repository at this point in the history
  35. Add staticcheck to .golangci.yaml

    TODO: port options from verify-staticcheck.sh and delete it
    thockin authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    e986d72 View commit details
    Browse the repository at this point in the history
  36. Copy in options from now-deleted hack/verify-staticcheck.sh script

    hlee95 authored and Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    ca7cfb7 View commit details
    Browse the repository at this point in the history
  37. fix golangci-lint config file using exclude-rules

    golangci configuration file
    
    disable soon to be deprecated golangci linters
    
    remove useless comments on golangci config
    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    86e1979 View commit details
    Browse the repository at this point in the history
  38. use golangci-lint and remove legacy verify-staticcheck.sh

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    272b31d View commit details
    Browse the repository at this point in the history
  39. migrate nolint coments to golangci-lint

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    d126b14 View commit details
    Browse the repository at this point in the history
  40. fix unassigned error on client-go test

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    01a0fba View commit details
    Browse the repository at this point in the history
  41. fix SA4005: ineffective assignment to field PatchMeta.patchStrategies…

    … (staticcheck)
    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    fa3c4b9 View commit details
    Browse the repository at this point in the history
  42. fix ineffectual assignment to diskName

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    d55af19 View commit details
    Browse the repository at this point in the history
  43. nolint unused errLeaseFailed

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    a36517f View commit details
    Browse the repository at this point in the history
  44. fix ineffectual assignment to i (ineffassign)

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b2971e7 View commit details
    Browse the repository at this point in the history
  45. fix ineffectual assignment to base var

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    31d45d0 View commit details
    Browse the repository at this point in the history
  46. fix ineffectual assignment to name (ineffassign)

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    52c69ba View commit details
    Browse the repository at this point in the history
  47. nolint unused expectNoMatchDirect function

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    c4080c2 View commit details
    Browse the repository at this point in the history
  48. nolint float64(-0.0), //nolint:staticcheck // SA4026:

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    35c05a3 View commit details
    Browse the repository at this point in the history
  49. nolint:staticcheck,ineffassign Convert function

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    4bf93f3 View commit details
    Browse the repository at this point in the history
  50. fix inefassign linter declaring variable

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    4352768 View commit details
    Browse the repository at this point in the history
  51. no lint unused variables

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    e82e0b3 View commit details
    Browse the repository at this point in the history
  52. no lint unused variables

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0019f98 View commit details
    Browse the repository at this point in the history
  53. remove inefficient assignment

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    e1821c1 View commit details
    Browse the repository at this point in the history
  54. fix diskName assignment

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    05f9a86 View commit details
    Browse the repository at this point in the history
  55. remove unused constant errLeaseFailed

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    f143d1b View commit details
    Browse the repository at this point in the history
  56. remove ineffectual assignment base var

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    98884f7 View commit details
    Browse the repository at this point in the history
  57. remove unused listMetaType var

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    3490bdc View commit details
    Browse the repository at this point in the history
  58. remove unused variable responseBodySize

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9336ff7 View commit details
    Browse the repository at this point in the history
  59. remove unused fakeUpgradeConnection

    Antonio Ojea committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    bf9ce7f View commit details
    Browse the repository at this point in the history
  60. Merge pull request kubernetes#106305 from shivanshu1333/fix/master/sc…

    …hedularMigration
    
    migrated schedular to structured logging
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    557b5fe View commit details
    Browse the repository at this point in the history
  61. CHANGELOG: Update directory for v1.20.13 release

    Anago GCB committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    6e4534f View commit details
    Browse the repository at this point in the history
  62. CHANGELOG: Update directory for v1.21.7 release

    Anago GCB committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9237f5d View commit details
    Browse the repository at this point in the history
  63. Merge pull request kubernetes#103526 from brianpursley/kubectl-686

    Close connection and stop listening when port forwarding errors occur so that kubectl can exit
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    cd6ffff View commit details
    Browse the repository at this point in the history
  64. CHANGELOG: Update directory for v1.22.4 release

    Anago GCB committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    5cf7e5f View commit details
    Browse the repository at this point in the history
  65. Merge pull request kubernetes#106448 from aojea/hlee/issue-103721/sta…

    …ticcheck
    
    use golangci-lint
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    1367cca View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    b7affcc View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    b988435 View commit details
    Browse the repository at this point in the history
  68. Merge pull request kubernetes#106463 from SergeyKanzhelev/grpcProbe

    Implement grpc probe action
    k8s-ci-robot authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    e4952f3 View commit details
    Browse the repository at this point in the history
  69. Merge remote-tracking branch 'origin/master'

    Anago GCB committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8c7ecd9 View commit details
    Browse the repository at this point in the history
  70. Merge remote-tracking branch 'origin/master'

    Anago GCB committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    a111de7 View commit details
    Browse the repository at this point in the history
  71. Merge remote-tracking branch 'origin/master'

    Anago GCB committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    ab3f2bd View commit details
    Browse the repository at this point in the history
  72. Merge remote-tracking branch 'origin/master'

    Anago GCB committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    7f75641 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Server Side Field Validation

    Implements server side field validation behind the
    `ServerSideFieldValidation` feature gate. With the
    feature enabled, any create/update/patch request
    with the `fieldValidation` query param set to
    "Strict" will error if the object in the request
    body have unknown fields. A value of "Warn"
    (also the default when the feautre is enabled)
    will succeed the request with a warning.
    
    When the feature is disabled (or the query param
    has a value of "Ignore"), the request will succeed
    as it previously had with no indications of any
    unknown or duplicate fields.
    kevindelgado committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    e50e2bb View commit details
    Browse the repository at this point in the history