mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Merge pull request #37649 from smarterclayton/top_node
Automatic merge from submit-queue kubectl top pod|node should handle when Heapster is somewhere else OpenShift runs Heapster on HTTPS, which means `top node` and `top pod` are broken because they hardcode 'http' as the scheme. Provide an options struct allowing users to specify `--heapster-namespace`, `--heapster-service`, `--heapster-scheme`, and `--heapster-port` to the commands (leveraging the existing defaults). @kubernetes/sig-metrics makes top a little more useful in other spots
This commit is contained in:
@@ -250,6 +250,10 @@ hard
|
||||
hard-pod-affinity-symmetric-weight
|
||||
healthz-bind-address
|
||||
healthz-port
|
||||
heapster-namespace
|
||||
heapster-port
|
||||
heapster-scheme
|
||||
heapster-service
|
||||
horizontal-pod-autoscaler-sync-period
|
||||
host-cluster-context
|
||||
host-ipc-sources
|
||||
|
Reference in New Issue
Block a user