Bug 1571176
Summary: | [3.10] metrics API Proxy endpoint is deprecated in metrics.go | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Junqi Zhao <juzhao> | |
Component: | oc | Assignee: | Luke Meyer <lmeyer> | |
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 3.10.0 | CC: | ahoness, anli, aos-bugs, dmoessne, igreen, jokerman, mmccomas, mnoguera, rdiazgav, wsun | |
Target Milestone: | --- | |||
Target Release: | 3.10.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause:
The location of the master proxy API changed.
Consequence:
Since the MetricsApiProxy diagnostic uses this endpoint, it broke.
Fix:
The diagnostic was updated to look at the correct endpoint.
Result:
It should now work as expected.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1632983 (view as bug list) | Environment: | ||
Last Closed: | 2019-01-30 15:13:18 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1632983 |
Description
Junqi Zhao
2018-04-24 09:00:48 UTC
Assigning to Luke as this appears to be related with diagnostics 3.10 PR: https://github.com/openshift/origin/pull/21751 3.11 PR: https://github.com/openshift/origin/pull/21752 Issue is fixed. # oc adm diagnostics MetricsApiProxy [Note] Determining if client configuration exists for client/cluster diagnostics Info: Successfully read a client config file at '/root/.kube/config' Info: Using context for cluster-admin access: 'default/preserve-310-master-etcd-1:8443/system:admin' [Note] Running diagnostic: MetricsApiProxy Description: Check the integrated heapster metrics can be reached via the API proxy [Note] Summary of diagnostics execution (version v3.10.101): [Note] Completed with no errors or warnings seen. # openshift version openshift v3.10.101 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0206 |