This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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).
change var name
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`
…init-output fix kubeadm init output
…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
Mark audit e2e tests as flaky
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>
…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
Update Cluster Autoscaler to 1.14.2
…-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
jadarsie
approved these changes
May 22, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update the code to version 1.14.2
Test cases run:
3 Master and 3 node deployment with tomcat and wordpress app working fine.