Guest User

Untitled

a guest
Nov 16th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. $ kubectl -n kube-system describe configmap cluster-autoscaler-status
  2. Name: cluster-autoscaler-status
  3. Namespace: kube-system
  4. Labels: <none>
  5. Annotations: cluster-autoscaler.kubernetes.io/last-updated=2018-07-25 22:59:22.661669494 +0000 UTC
  6.  
  7. Data
  8. ====
  9. status:
  10. ----
  11. Cluster-autoscaler status at 2018-07-25 22:59:22.661669494 +0000 UTC:
  12. Cluster-wide:
  13. Health: Healthy (ready=1 unready=0 notStarted=0 longNotStarted=0 registered=1 longUnregistered=0)
  14. LastProbeTime: 2018-07-25 22:59:22.067828801 +0000 UTC
  15. LastTransitionTime: 2018-07-25 00:38:36.41372897 +0000 UTC
  16. ScaleUp: NoActivity (ready=1 registered=1)
  17. LastProbeTime: 2018-07-25 22:59:22.067828801 +0000 UTC
  18. LastTransitionTime: 2018-07-25 00:38:36.41372897 +0000 UTC
  19. ScaleDown: NoCandidates (candidates=0)
  20. LastProbeTime: 2018-07-25 22:59:22.067828801 +0000 UTC
  21. LastTransitionTime: 2018-07-25 00:38:36.41372897 +0000 UTC
  22.  
  23. NodeGroups:
  24. Name: nodepool1
  25. Health: Healthy (ready=1 unready=0 notStarted=0 longNotStarted=0 registered=1 longUnregistered=0 cloudProviderTarget=1 (minSize=1, maxSize=5))
  26. LastProbeTime: 2018-07-25 22:59:22.067828801 +0000 UTC
  27. LastTransitionTime: 2018-07-25 00:38:36.41372897 +0000 UTC
  28. ScaleUp: NoActivity (ready=1 cloudProviderTarget=1)
  29. LastProbeTime: 2018-07-25 22:59:22.067828801 +0000 UTC
  30. LastTransitionTime: 2018-07-25 00:38:36.41372897 +0000 UTC
  31. ScaleDown: NoCandidates (candidates=0)
  32. LastProbeTime: 2018-07-25 22:59:22.067828801 +0000 UTC
  33. LastTransitionTime: 2018-07-25 00:38:36.41372897 +0000 UTC
Add Comment
Please, Sign In to add comment