mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
test
This commit is contained in:
parent
c9e69613d3
commit
d2deecefbc
6 changed files with 83 additions and 1 deletions
16
deploy/Makefile
Normal file
16
deploy/Makefile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Run in custom metrics namespace
|
||||
deploy-adapter-local:
|
||||
kubectl apply -f manifests/
|
||||
|
||||
# Run in custom metrics namespace
|
||||
delete-adapter-local:
|
||||
kubectl delete -f manifests/
|
||||
|
||||
namespace:
|
||||
kubectl create -f addepar/custom-metrics-namespace.json
|
||||
|
||||
raw:
|
||||
kubectl get --raw /apis/custom.metrics.k8s.io/v1beta1
|
||||
|
||||
shell:
|
||||
kubectl run -it --rm --restart=Never alpine --image=alpine sh --limits="cpu=500m,memory=512Mi"
|
||||
Loading…
Add table
Add a link
Reference in a new issue