kubernetes-monitoring.window.sh 284 B

1234567891011
  1. # Set window root path. Default is `$session_root`.
  2. # Must be called before `new_window`.
  3. #window_root "~/Projects/kubernetes"
  4. # Create new window. If no argument is given, window name will be based on
  5. # layout file name.
  6. new_window "monitoring"
  7. run_cmd "kubectl watch monitoring"