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

Kubernetes 1.17.0 #209

Merged
merged 3 commits into from Dec 12, 2019

Conversation

dmage
Copy link
Member

@dmage dmage commented Dec 5, 2019

No description provided.

@openshift-ci-robot openshift-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Dec 5, 2019
@dmage dmage force-pushed the kubernetes-1.17.0-rc.2 branch 2 times, most recently from fd68b62 to 8a8d85e Compare December 10, 2019 16:48
@dmage
Copy link
Member Author

dmage commented Dec 11, 2019

/retest

@dmage dmage changed the title Kubernetes 1.17.0-rc.2 Kubernetes 1.17.0 Dec 11, 2019
@dmage
Copy link
Member Author

dmage commented Dec 11, 2019

/assign @adambkaplan

Copy link
Contributor

@adambkaplan adambkaplan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two questions, otherwise looks good.

/retest

Makefile Show resolved Hide resolved
k8s.io/apiserver v0.0.0-20191016112112-5190913f932d // indirect
k8s.io/client-go v0.0.0-20191016111102-bec269661e48
k8s.io/client-go v0.17.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NO MORE SHAS!!! 🎉 🎉 🎉

@dmage
Copy link
Member Author

dmage commented Dec 12, 2019

/retest

Namespace: namespace,
Name: "request_duration_seconds",
Help: "Request latency in seconds for each operation.",
Objectives: map[float64]float64{0.5: 0.05, 0.9: 0.01, 0.99: 0.001},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dmage For my own education - are there docs on what this map does?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found them:

        // Objectives defines the quantile rank estimates with their respective
	// absolute error. If Objectives[q] = e, then the value reported for q
	// will be the φ-quantile value for some φ between q-e and q+e.  The
	// default value is an empty map, resulting in a summary without
	// quantiles.

So with this configuration we have the 50% +/- 5%, 90% +/- 1%, and 99% +/- 0.1%

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dmage Was the 50/90/99 reporting previous behavior, or is this new?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adambkaplan it's the old default

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fancy math / statistics :-)

@adambkaplan
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 12, 2019
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adambkaplan, dmage

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 68fa813 into openshift:master Dec 12, 2019
@dmage dmage deleted the kubernetes-1.17.0-rc.2 branch August 18, 2020 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants