Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for use_custom_instance_list (0.5 sec)

  1. cluster/log-dump/log-dump.sh

    # role, which is either "master" or "node".
    echo 'Checking for custom logdump instances, if any'
    if [[ $(type -t log_dump_custom_get_instances) == "function" ]]; then
      readonly use_custom_instance_list=yes
    else
      readonly use_custom_instance_list=
    fi
    
    readonly master_ssh_supported_providers="gce aws"
    readonly node_ssh_supported_providers="gce gke aws"
    readonly gcloud_supported_providers="gce gke"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
Back to top