-
Notifications
You must be signed in to change notification settings - Fork 45
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
Deploy prometheus-adapter for metrics.k8s.io to be available #2057
Conversation
Hello nicolast,My role is to assist you with the merge of this Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
|
c1c2b2a
to
0ef19ac
Compare
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/2.5/improvement/GH-2049-metrics-api origin/development/2.5
$ git merge origin/improvement/GH-2049-metrics-api
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.5/improvement/GH-2049-metrics-api |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
0ef19ac
to
f760900
Compare
History mismatchMerge commit #f2ee0002c061df41475316af2d5dd7531373c92e on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/2.5/improvement/GH-2049-metrics-api origin/development/2.5
$ git merge origin/improvement/GH-2049-metrics-api
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.5/improvement/GH-2049-metrics-api |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
f760900
to
86bc350
Compare
History mismatchMerge commit #667593c82dbd67d6e88d9c29419c388970d75e23 on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/2.5/improvement/GH-2049-metrics-api origin/development/2.5
$ git merge origin/improvement/GH-2049-metrics-api
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.5/improvement/GH-2049-metrics-api |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
86bc350
to
914930a
Compare
History mismatchMerge commit #eb1e0292203d721ed551251cb2c0e1cebfcd21e5 on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
History mismatchMerge commit #b004bff5d4740c941688defbaa027853b92e1964 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. The following options are set: approve |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/2.5/improvement/GH-2049-metrics-api origin/development/2.5
$ git merge origin/improvement/GH-2049-metrics-api
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.5/improvement/GH-2049-metrics-api The following options are set: approve |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
The following options are set: approve |
An 'm1.medium' node is too small to run all services we now allocate to the bootstrap node. A proper set of infra nodes could remediate this over time...
This should enable the `metrics.k8s.io` API, and as such reinstate the `kubectl top` functionality and allow the `HorizontalPodAutoscaler` controller to work. The chart is rendered using ``` $ ./charts/render.py prometheus-adapter metalk8s-monitoring charts/prometheus-adapter.yaml charts/prometheus-adapter/ > salt/metalk8s/addons/prometheus-adapter/deployed/chart.sls ``` Fixes: #2049 See: #2049
fdb97ef
to
456cf72
Compare
History mismatchMerge commit #e7a8386c1df2a229ffde1cf75537714d2d11a2e2 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. The following options are set: approve |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: $ git fetch
$ git checkout -B w/2.5/improvement/GH-2049-metrics-api origin/development/2.5
$ git merge origin/improvement/GH-2049-metrics-api
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.5/improvement/GH-2049-metrics-api The following options are set: approve |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
The following options are set: approve |
Conflict with a changeset in the queueThe changeset in this pull request conflicts with another changeset This changeset has not been added to the queue. The following options are set: approve |
…GH-2049-metrics-api * origin/development/2.4: ci: don't re-run bootstrap in multi-node tests salt: Add a version label on each Kubernetes objects salt: `def __virtualname__` ain't right salt, kubernetes: remove `apiServer` from `BootstrapConfiguration` scripts/iso-manager: override `metalk8s.api_server.kubeconfig` in Pillar salt, kubernetes: use the `apiserver-proxy` to connect to `kube-apiserver` kubernetes: use control-plane IP in generated `KubeConfig` salt: deploy a local proxy to `kube-apiserver` on all nodes kubernetes: add `127.0.0.1` to SAN of `kube-apiserver` cert buildchain/image: allow to save image in multiple formats at once buildchain: distribute `nginx` as tar *and* in registry salt: use consistent permissions on SA private key salt: remove `metalk8s.internal.init` images: don't use `etcd3` 0.11.0 in `salt-master` ci: explicitly source `/etc/profile` when running build docs: Add extra warning about Grafana customization docs: Improve upgrade/downgrade documentation salt: persist k8s passwd file salt: Store more etcd members informations in pillar Conflicts: CHANGELOG.md
ConflictA conflict has been raised during the update of Please resolve the conflict on the integration branch ( Here are the steps to resolve this conflict: $ git fetch
$ git checkout w/2.5/improvement/GH-2049-metrics-api
$ git pull # or "git reset --hard origin/w/2.5/improvement/GH-2049-metrics-api"
$ git merge origin/development/2.5
$ # <intense conflict resolution>
$ git commit
$ git merge origin/improvement/GH-2049-metrics-api
$ # <intense conflict resolution>
$ git commit
$ git push -u origin w/2.5/improvement/GH-2049-metrics-api The following options are set: approve |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
The following options are set: approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue GH-2049. Goodbye nicolast. |
Deploy and configure
prometheus-adapter
such thatkubectl top nodes
andkubectl top pods
works.