Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Update the code to version 1.14.2 #22

Merged
merged 164 commits into from
May 22, 2019
Merged

Update the code to version 1.14.2 #22

merged 164 commits into from
May 22, 2019

Conversation

rjaini
Copy link

@rjaini rjaini commented May 22, 2019

Update the code to version 1.14.2

Test cases run:
3 Master and 3 node deployment with tomcat and wordpress app working fine.

pohly and others added 30 commits March 13, 2019 19:05
There are two reason why this is useful:

1. less code to vendor into external users of the framework

The following dependencies become obsolete due to this change (from `dep`):

(8/23) Removed unused project github.com/grpc-ecosystem/go-grpc-prometheus
(9/23) Removed unused project github.com/coreos/etcd
(10/23) Removed unused project github.com/globalsign/mgo
(11/23) Removed unused project github.com/go-openapi/strfmt
(12/23) Removed unused project github.com/asaskevich/govalidator
(13/23) Removed unused project github.com/mitchellh/mapstructure
(14/23) Removed unused project github.com/NYTimes/gziphandler
(15/23) Removed unused project gopkg.in/natefinch/lumberjack.v2
(16/23) Removed unused project github.com/go-openapi/errors
(17/23) Removed unused project github.com/go-openapi/analysis
(18/23) Removed unused project github.com/go-openapi/runtime
(19/23) Removed unused project sigs.k8s.io/structured-merge-diff
(20/23) Removed unused project github.com/go-openapi/validate
(21/23) Removed unused project github.com/coreos/go-systemd
(22/23) Removed unused project github.com/go-openapi/loads
(23/23) Removed unused project github.com/munnerz/goautoneg

2. works around kubernetes#75338
   which currently breaks vendoring

Some recent changes to crd_util.go must now be pulling in the broken
k8s.io/apiextensions-apiserver packages, because it was still working
in revision 2e90d92 (as demonstrated by
https://github.com/intel/pmem-CSI/tree/586ae281ac2810cb4da6f1e160cf165c7daf0d80).
Because the code was moved, golint is now active. Because users of the
code must adapt to the new location of the code, it makes sense to
also change the API at the same time to address the style comments
from golint ("struct field ApiGroup should be APIGroup", same for
ApiExtensionClient).
This variable was used for development purposes and was accidentally
introduced in
kubernetes@f0f7829.

This is its only use in the tree:
https://github.com/kubernetes/kubernetes/search?q=USE_RELEASE_NODE_BINARIES&unscoped_q=USE_RELEASE_NODE_BINARIES
As part of the endpoint creation process when going from 0 -> 1 conntrack entries
are cleared. This is to prevent an existing conntrack entry from preventing traffic
to the service. Currently the system ignores the existance of the services external IP
addresses, which exposes that errant behavior

This adds the externalIP addresses of udp services to the list of conntrack entries that
get cleared. Allowing traffic to flow

Signed-off-by: Jacob Tanenbaum <jtanenba@redhat.com>
We used 1.12.0 + hack to download 1.12.1 binaries as we were in a rush
on friday since the images were not published at that time. Let's remove
the hack now and republish the kube-cross image

Change-Id: I3ffff3283b6ca755320adfca3c8f4a36dc1c2b9e
Stop vsphere cloud provider from spamming logs with `failed to patch IP`
…binaries

Remove reference to USE_RELEASE_NODE_BINARIES.
Clear conntrack entries on 0 -> 1 endpoint transition with externalIPs
framework k8s.io/apiextensions-apiserver dependency
fix race condition issue for smb mount on windows
build/gci: bump CNI version to 0.7.5
…fficial-image

Move to golang 1.12.1 official image
Restore username and password kubectl flags
The output of `kubeadm token create --print-join-command` should be
usable by batch scripts. This issue was pointed out in:

kubernetes/kubeadm#1454
…ick-of-#75487-origin-release-1.14

Automated cherry pick of kubernetes#75487: Restore machine readability to the print-join-command output
…pick-of-#75529-upstream-release-1.14

Automated cherry pick of kubernetes#75529: bump required minimum go version to 1.12.1 (strings pkg compatibility)
xref: kubernetes#75653

Signed-off-by: Jorge Alarcon Ochoa <alarcj137@gmail.com>
Ryan McNamara and others added 24 commits May 3, 2019 10:14
…ick-of-#76762-upstream-release-1.14

Automated cherry pick of kubernetes#76762: Pick up security patches for fluentd-gcp-scaler by upgrading
…ck-of-#75458-upstream-release-1.14

Fix race condition between actual and desired state in kublet volume manager
…ck-of-#76977-upstream-release-1.14

Update the dynamic volume limit in GCE PD
…ick-of-#76665-upstream-release-1.14

Automated cherry pick of kubernetes#76665 upstream release 1.14
…k-of-#76675-upstream-release-1.14

Automated cherry pick of kubernetes#76675: Error when etcd3 watch finds delete event with nil prevKV
…-pick-of-#77224-upstream-release-1.14

Automated cherry pick of kubernetes#77224: Upgrade Stackdriver Logging Agent addon image from 1.6.0 to
…ck-of-#76341-upstream-release-1.14

Automated cherry pick of kubernetes#76341: Fix concurrent map access in Portworx create volume call
Signed-off-by: Lantao Liu <lantaol@google.com>
…ck-of-#77411-upstream-release-1.14

Automated cherry pick of kubernetes#77411: Expect the correct object type to be removed
…k-of-#75072-upstream-release-1.14

Automated cherry pick of kubernetes#75072: Check for required name parameter in dynamic client
…pick-of-#77426-upstream-release-1.14

Automated cherry pick of kubernetes#77426: Remove terminated pod from summary api.
…k-of-#76299-upstream-release-1.14

Automated cherry pick of kubernetes#76299: Short-circuit quota admission rejection on zero-delta
…-of-#77282-upstream-release-1.14

Automated cherry pick of kubernetes#77282: Bump addon-manager to v9.0.1
…-of-#77656-upstream-release-1.14

Automated cherry pick of kubernetes#77656: check if Memory is not nil for container stats
…ck-of-#76576-kubernetes#77528-upstream-release-1.14

Automated cherry pick of kubernetes#76576: Update to go 1.12.4 kubernetes#77528: Update to go 1.12.5
Kubernetes official release v1.14.2
@rjaini rjaini added the enhancement New feature or request label May 22, 2019
@rjaini rjaini requested a review from a team May 22, 2019 00:39
@rjaini rjaini self-assigned this May 22, 2019
@rjaini rjaini merged commit 89187e2 into release-1.14 May 22, 2019
@rjaini rjaini deleted the test-release-1.14 branch May 22, 2019 01:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.