Conversation
* CLI
* Added more descriptive output to the `linkerd check` for control
plane ReplicaSet readiness
* Renamed `config.linkerd.io/debug` annotation to
`config.linkerd.io/enable-debug-sidecar`, to match the CLI flag that
sets it
* Fixed a bug in `linkerd edges` that caused incorrect identities to
be displayed when requests were sent from two or more namespaces
* Controller
* Add the `linkerd.io/control-plane-ns` label to the SMI Traffic Split
CRD
* Proxy
* Fixed proxied HTTP/2 connections returning 502 errors when the
upstream connection is reset, rather than propagating the reset to
the client
* Changed the proxy to treat unexpected HTTP/2 frames as stream errors
rather than connection errors
Signed-off-by: Eliza Weisman <[email protected]>
klingerf
approved these changes
Jul 2, 2019
Collaborator
|
Integration test results for 51c4f35: success 🎉 |
kleimkuhler
approved these changes
Jul 2, 2019
Contributor
kleimkuhler
left a comment
There was a problem hiding this comment.
Looks good! Small TIOLO on being explicit about the CLI flag but not a big deal.
Signed-off-by: Eliza Weisman <[email protected]>
Signed-off-by: Eliza Weisman <[email protected]>
wmorgan
approved these changes
Jul 3, 2019
Signed-off-by: Eliza Weisman <[email protected]>
Collaborator
|
Integration test results for 5899961: success 🎉 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
edge-19.7.1
linkerd checkoutput for controlplane ReplicaSet readiness
config.linkerd.io/debugannotation toconfig.linkerd.io/enable-debug-sidecar, to match the--enable-debug-sidecarCLI flag that sets itlinkerd edgesthat caused incorrect identities to bedisplayed when requests were sent from two or more namespaces
linkerd.io/control-plane-nslabel to the SMI Traffic Split CRDconnection is reset, rather than propagating the reset to the client
than connection errors
Signed-off-by: Eliza Weisman [email protected]