Closed danilo-gemoli closed 4 months ago
Name | Link |
---|---|
Latest commit | 2f31c504cb488a018e45cb7ee26767879c1d848d |
Latest deploy log | https://app.netlify.com/sites/k8s-prow/deploys/667d1d06e233af0008f188db |
Deploy Preview | https://deploy-preview-200--k8s-prow.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
/retest-required
We are running out of resources:
There are no nodes that your pod can schedule to - check your requests, tolerations, and node selectors (0/46 nodes are available: 3 node(s) had untolerated taint {node-group: stable}, 43 Insufficient cpu. preemption: 0/46 nodes are available: 3 Preemption is not helpful for scheduling, 43 No preemption victims found for incoming pod..)
/retest-required
/retest
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: danilo-gemoli, droslean
The full list of commands accepted by this bot can be found here.
The pull request process is described here
As per title, update the
prometheus/common
module:What follow is the sole breaking change I have hit. The field:
is no longer public and it has been replaced by this function:
They both result in the same string:
so we should be safe.
Check https://github.com/prometheus/common/pull/576 for more information.