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

Release 1.9.0 #51

Closed
wants to merge 56 commits into from
Closed

Commits on Jan 5, 2018

  1. UPSTREAM: <carry>: reallow the ability to post across namespaces in api

    :100644 100644 a9b6b37... 2328ffc... M	pkg/apiserver/api_installer.go
    pweil- authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    7512992 View commit details
    Browse the repository at this point in the history
  2. UPSTREAM: <carry>: add kubelet timeouts

    :100644 100644 c561ddb... 17ef5df... M	pkg/kubelet/server.go
    soltysh authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    c138d3a View commit details
    Browse the repository at this point in the history
  3. UPSTREAM: <carry>: Tolerate node ExternalID changes with no cloud pro…

    …vider
    
    Previously, if the kubelet tried to register itself with the API server,
    and was rejected due to the external ID changing, it would delete the
    node object and recreate it.  This commit causes it to tolerate
    a change in ExternalID when the ExternalID is not being provided by a
    cloud provider, assuming the new ExternalID is either the node's
    (metadata) name, or one of node's addresses.
    
    :100644 100644 0c4fdc1... 8deaa82... M	pkg/kubelet/kubelet.go
    DirectXMan12 authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    c41ae2f View commit details
    Browse the repository at this point in the history
  4. UPSTREAM: <carry>: Add our types to kubectl get error

    Andy Goldstein authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    86da49b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1898215 View commit details
    Browse the repository at this point in the history
  6. UPSTREAM: <carry>: force import ordering for stable codegen

    Andy Goldstein authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    3147ecf View commit details
    Browse the repository at this point in the history
  7. UPSTREAM: <carry>: add service serving cert signer to token controller

    :100644 100644 b32534e... 3e694fc... M	pkg/controller/serviceaccount/tokens_controller.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    d1d65ae View commit details
    Browse the repository at this point in the history
  8. UPSTREAM: <carry>: fix fifo resync, remove after FIFO is dead

    :100644 100644 eaa35e6... 2a50982... M	pkg/client/cache/fifo.go
    :100644 100644 0f2ceb8... 667c168... M	pkg/client/cache/fifo_test.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    4d0964f View commit details
    Browse the repository at this point in the history
  9. UPSTREAM: <carry>: Disable file locking in clientcmd

    Doesn't offer enough use, complicates creation and setup.
    smarterclayton authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    8d49e9a View commit details
    Browse the repository at this point in the history
  10. UPSTREAM: <carry>: Disable e2e pre-check on scheduler predicates

    We don't run system pods so waiting for them is somewhat pointless
    Andy Goldstein authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    ba385c9 View commit details
    Browse the repository at this point in the history
  11. UPSTREAM: <drop>: merge multiple registrations for the same group

    :100644 100644 ac7025a... dce57e1... M	pkg/apimachinery/registered/registered.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    b7443e0 View commit details
    Browse the repository at this point in the history
  12. UPSTREAM: <carry>: Double container probe timeout

    Until kubernetes#11016 is resolved, we suspect that a combination of start latency
    and the corresponding effect on sync pod latency is causing status
    manager to fail to report within the 2 minute window. Double for now
    
    :100644 100644 30b6fd0e94... ea322bbddb... M	test/e2e/common/container_probe.go
    smarterclayton authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    d201f46 View commit details
    Browse the repository at this point in the history
  13. UPSTREAM: <carry>: Increase service endpoint test timeout

    Until kubernetes#11016 is fixed, this reduces flakiness in extended suites where
    long start delays result in this test failing.
    
    :100644 100644 62b8918f36... 99d37eca2f... M	test/e2e/framework/util.go
    smarterclayton authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    fb77ff9 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    d3dc123 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    e60e944 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    94cc3dd View commit details
    Browse the repository at this point in the history
  17. UPSTREAM: <carry>: compensate for poor printer behavior

    :000000 100644 0000000000... cba0760ef5... A	pkg/printers/printer_patch.go
    :100644 100644 2177558529... 30fd8ab5f2... M	pkg/printers/printers.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    44bb8f3 View commit details
    Browse the repository at this point in the history
  18. UPSTREAM: <carry>: increase wait in kubecontrollers

    :100644 100644 f30df0fa2e... 0c114a330a... M	cmd/kube-controller-manager/app/controllermanager.go
    :100644 100644 491366288b... 74f4dec20e... M	pkg/controller/client_builder.go
    :100644 100644 e6d1b91001... 7be7278c9d... M	pkg/master/client_ca_hook.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    0dad361 View commit details
    Browse the repository at this point in the history
  19. UPSTREAM: <carry>: add patch to allow shimming SCC

    :000000 100644 0000000000... b684356ed4... A	pkg/registry/core/rest/scc_patch.go
    :100644 100644 66e2a7be20... ea1028e61e... M	pkg/registry/core/rest/storage_core.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    d7cabb3 View commit details
    Browse the repository at this point in the history
  20. UPSTREAM: <carry>: increase timeout in TestCancelAndReadd even more

    :100644 100644 31228219fe... 72987e330d... M	pkg/controller/node/timed_workers_test.go
    soltysh authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    21e8304 View commit details
    Browse the repository at this point in the history
  21. UPSTREAM: <carry>: allow a filter function on admission registration

    :000000 100644 0000000000... 748bed00fb... A	staging/src/k8s.io/apiserver/pkg/admission/patch.go
    :100644 100644 dd1368d4dd... 0e422f990c... M	staging/src/k8s.io/apiserver/pkg/admission/plugins.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    0b8400b View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    f9dc700 View commit details
    Browse the repository at this point in the history
  23. UPSTREAM: <carry>: openapi generation for createNamespacedDeploymentC…

    …onfigRollback duplication problem
    
    :100644 100644 a057bae837... 8b7d55030e... M	staging/src/k8s.io/apiserver/pkg/endpoints/openapi/openapi.go
    soltysh authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    3ac3003 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    b49060e View commit details
    Browse the repository at this point in the history
  25. UPSTREAM: <carry>: Do not error out on pods in kube-system

    Scheduling tests are too aggressive about the health of kube-system.
    
    :100644 100644 b6ef25dc75... 4192ffbea8... M	test/e2e/scheduling/predicates.go
    smarterclayton authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    7c87dcf View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    05589f6 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    32946c0 View commit details
    Browse the repository at this point in the history
  28. UPSTREAM: <carry>: switch back to use encode/json to avoid serializat…

    …ion errors
    
    :100644 100644 609805a8a7... 5d82f92cb4... M	pkg/api/serialization_test.go
    :100644 100644 e5f5bd4c79... 1a13377e7d... M	staging/src/k8s.io/apimachinery/pkg/apis/meta/fuzzer/fuzzer.go
    :100644 100644 2217aa293d... 8ec26f54c4... M	staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/group_version_test.go
    :100644 100644 21aa9560e9... c7442ed7ff... M	staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_test.go
    :100644 100644 ce3d77c2b3... 76579e5f2f... M	staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/json.go
    mfojtik authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    fd142d3 View commit details
    Browse the repository at this point in the history
  29. UPSTREAM: <carry>: allow multiple containers to union for swagger

    :100644 100644 9fa52a0021... dab9e7233d... M	staging/src/k8s.io/apiserver/pkg/server/config.go
    :100644 100644 9be725d4e2... 65e2ed1670... M	staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go
    :100644 100644 08e342ef56... 9218a1e185... M	staging/src/k8s.io/apiserver/pkg/server/routes/swagger.go
    soltysh authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    149c83e View commit details
    Browse the repository at this point in the history
  30. UPSTREAM: <drop>: etcd testing

    :100644 100644 c02d75b61a... 57990372e8... M	staging/src/k8s.io/apiserver/pkg/storage/etcd/testing/utils.go
    soltysh authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    a98c140 View commit details
    Browse the repository at this point in the history
  31. UPSTREAM: <carry>: disable failing etcd test for old level

    :100644 100644 e5a9eb24d4... 0290024128... M	third_party/forked/etcd221/pkg/fileutil/fileutil_test.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    dc8b2ca View commit details
    Browse the repository at this point in the history
  32. UPSTREAM: emicklei/go-restful-swagger12: <carry>: NEEDED TO BUILD shi…

    …m to allow multiple containers to union for swagger
    deads2k committed Jan 5, 2018
    Copy the full SHA
    46ca869 View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    c091e9c View commit details
    Browse the repository at this point in the history
  34. UPSTREAM: <carry>: make wiring in kubeproxy easy until we sort out co…

    …nfig
    
    :000000 100644 0000000000... 29aa4dd35d... A	cmd/kube-proxy/app/server_patch.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    6caa7ae View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    193ba42 View commit details
    Browse the repository at this point in the history
  36. UPSTREAM: 57148: expose special storage locations

    :100644 100644 ca1a3d35b3... 7ebc946886... M	pkg/kubeapiserver/default_storage_factory_builder.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    ab53db5 View commit details
    Browse the repository at this point in the history
  37. UPSTREAM: 57149: make quota reusable

    :100644 100644 7ac8d350ac... 19c8e03a8a... M	pkg/controller/resourcequota/resource_quota_controller.go
    :100644 100644 e5d6dc593f... e16fa4e2a5... M	pkg/controller/resourcequota/resource_quota_monitor.go
    :100644 100644 24f8b6354b... 64cee5a29a... M	plugin/pkg/admission/resourcequota/admission.go
    :100644 100644 755d0f5d00... 1b4398bb4a... M	plugin/pkg/admission/resourcequota/admission_test.go
    :100644 100644 832943d647... a0da6bd2f5... M	plugin/pkg/admission/resourcequota/controller.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    c9d55d7 View commit details
    Browse the repository at this point in the history
  38. UPSTREAM: <carry>: exclude some origin resources from quota

    :100644 100644 367a6a4016... 79f0cdb6f1... M	pkg/quota/install/registry.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    dd44f78 View commit details
    Browse the repository at this point in the history
  39. UPSTREAM: <drop>: add back PrintSuccess. remove when printing is fixed

    :000000 100644 0000000000... 448bc94425... A	pkg/kubectl/cmd/util/patch.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    9104387 View commit details
    Browse the repository at this point in the history
  40. UPSTREAM: <drop>: skip controller metric error, drop once we run in a…

    … separate process
    
    :100644 100644 e0c41b82f8... cb7771a9d4... M	pkg/controller/serviceaccount/serviceaccounts_controller.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    8165ac9 View commit details
    Browse the repository at this point in the history
  41. UPSTREAM: <drop>: skip scheduler configz error, drop once we run in a…

    … separate process
    
    :100644 100644 93982f898e... 8ef2cc81c1... M	plugin/cmd/kube-scheduler/app/server.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    52fb22a View commit details
    Browse the repository at this point in the history
  42. UPSTREAM: <carry>: patch scheduler to apply defaults. drop once we ru…

    …n separate scheduler
    
    :000000 100644 0000000000... f32037e1a1... A	plugin/cmd/kube-scheduler/app/server_patch.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    c20cdd7 View commit details
    Browse the repository at this point in the history
  43. UPSTREAM: <carry>: make wiring in kubeproxy easy until we sort out co…

    …nfig
    
    :100644 100644 29aa4dd35d... 9e0a2be123... M	cmd/kube-proxy/app/server_patch.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    93dcf5c View commit details
    Browse the repository at this point in the history
  44. UPSTREAM: 49312: allow the /version endpoint to pass through

    :100644 100644 6dab988e52... 74b9cce53a... M	staging/src/k8s.io/apiserver/pkg/server/config.go
    :100644 100644 dd9ab0dcfe... fcaec9e519... M	staging/src/k8s.io/apiserver/pkg/server/routes/version.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    d3af482 View commit details
    Browse the repository at this point in the history
  45. UPSTREAM: <drop>: remove usage of bad transport since only GKE routes

    :100644 100644 a9bbe08a1f... ff1687114b... M	staging/src/k8s.io/kube-aggregator/pkg/controllers/status/available_controller.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    63ae545 View commit details
    Browse the repository at this point in the history
  46. UPSTREAM: <carry>: keep set working on internal types

    :100644 100644 bf354932a8... d53f9c38a7... M	pkg/kubectl/cmd/util/factory_client_access.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    3652e00 View commit details
    Browse the repository at this point in the history
  47. UPSTREAM: <drop>: enable beta APIs by default. fixed by several pulls…

    … upstream
    
    :100644 100644 b20a6f5e92... 14085a7dbc... M	pkg/master/master.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    8617050 View commit details
    Browse the repository at this point in the history
  48. UPSTREAM: 57150: allow convert to default on a per object basis

    :100644 100644 71cb3b1ae9... 285b726011... M	pkg/kubectl/cmd/convert.go
    juanvallejo authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    d52b164 View commit details
    Browse the repository at this point in the history
  49. QUOTA: refactor our use of quota

    :100644 100644 64cee5a29a... cea7c22a3d... M	plugin/pkg/admission/resourcequota/admission.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    e321440 View commit details
    Browse the repository at this point in the history
  50. UPSTREAM: 57107: Check ns setup error during e2e

    :100644 100644 f0d9eb513d... e628accaa2... M	test/e2e/framework/framework.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    0bb0236 View commit details
    Browse the repository at this point in the history
  51. UPSTREAM: 57099: increase the podLogTimeout for downward volume test

    :100644 100644 4e0ce16e85... 68d79a7878... M	test/e2e/common/downwardapi_volume.go
    mfojtik authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    ce4ab27 View commit details
    Browse the repository at this point in the history
  52. UPSTREAM: <carry>: switch back to use ugorji/go to avoid deserializat…

    …ion errors
    
    :100644 100644 37a5106cb8... de3485af9a... M	pkg/api/testing/serialization_test.go
    :100644 100644 cad9142313... 51973be626... M	staging/src/k8s.io/apimachinery/pkg/apis/meta/fuzzer/fuzzer.go
    :100644 100644 8ec26f54c4... b261dd2ed5... M	staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/group_version_test.go
    :100644 100644 c7442ed7ff... 59a82bbfe5... M	staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_test.go
    :100644 100644 aa913e2a45... 7dbe2499aa... M	staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/json.go
    liggitt authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    76d604d View commit details
    Browse the repository at this point in the history
  53. UPSTREAM: 57349: add watch to requirements for quota-able resources

    :100644 100644 19c8e03a8a... 2d864fd3ab... M	pkg/controller/resourcequota/resource_quota_controller.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    d699e92 View commit details
    Browse the repository at this point in the history
  54. UPSTREAM: 56864: pick pod-selector changes from kubernetes#56864

    :100644 100644 910654f6f6... 37f3ef1175... M	pkg/kubectl/cmd/drain.go
    juanvallejo authored and deads2k committed Jan 5, 2018
    Copy the full SHA
    89def23 View commit details
    Browse the repository at this point in the history
  55. UPSTREAM: 57214: Remove mutation from pvc validation

    :100644 100644 655d0bf216... 3d7c197993... M	pkg/apis/core/validation/validation.go
    deads2k committed Jan 5, 2018
    Copy the full SHA
    976db9c View commit details
    Browse the repository at this point in the history
  56. Copy the full SHA
    843dfa2 View commit details
    Browse the repository at this point in the history