Sean Sullivan
Sean Sullivan
**Kubernetes version** (use `kubectl version`): 1.11 (server-side printing) **Environment**: - **Cloud provider or hardware configuration**: GKE **Bug** Reproduce using the following steps: 1) Create CRD: crd.yaml ``` apiVersion: apiextensions.k8s.io/v1beta1 kind:...
* Removes the inventory object from the applier `Run` function signature. * Supports `cli-utils` clients that do not want to use the pruning functionality. * Moves the identification of the...
* Implements discovery client that queries new aggregated discovery endpoint, parsing new single aggregated discovery * document. * Implements standard HTTP etag mechanism for document freshness/staleness. * Unit test coverage...
* Makes `TranslateStreamCloseWebsocketRequests` feature gate on be default. * `kubectl exec` and `kubectl attach` default to use websockets in initial upgrade attempt. This functionality can be turned off by setting...
* Implements PortForward over WebSockets by tunneling the current SPDY implementation through WebSockets. * Creates a tunneling proxy within the apiserver to tunnel SPDY data from the client to the...
Please update kind to use client-go version to v0.26.4+ Why: Possible panic when using client-go v0.26.0 - v0.26.3 (looks like current client-go is affected: v0.26.1) for discovery. kubernetes issue: https://github.com/kubernetes/kubernetes/issues/119840
### Enhancement Description - One-line enhancement description (can be used as a release note): Transition the bi-directional streaming protocol of Kubernetes clients from SPDY/3.1 to WebSockets. - Kubernetes Enhancement Proposal:...
* Initial migration of in-tree `gce` e2e tests to out-of-tree `cloud-provider-gcp` repository. * Currently only three tests: 1) A simple firewall test, 2) a load-balancer (GCE-specific) test, and 3) a...
* Adds OWNERS files for `cloud-controller-manager`
* Add OWNERS to `cmd/gke-gcloud-auth-plugin`