Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for sshSkeys (0.11 sec)

  1. cluster/gce/windows/testonly/install-ssh.psm1

          $found = Select-String -Path $user_keys_file -Pattern $ssh_key -SimpleMatch
          if ($found -eq $null) {
            Add-Content -Encoding UTF8 $user_keys_file $ssh_key
          }
          $found = Select-String -Path $administrator_keys_file -Pattern $ssh_key -SimpleMatch
          if ($found -eq $null) {
            Add-Content -Encoding UTF8 $administrator_keys_file $ssh_key
          }
        }
      }
      Start-Sleep -sec $poll_interval
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 05:09:18 UTC 2021
    - 11.6K bytes
    - Viewed (0)
  2. hack/make-rules/test-e2e-node.sh

    run_until_failure=${RUN_UNTIL_FAILURE:-"false"}
    test_args=${TEST_ARGS:-""}
    timeout_arg=""
    system_spec_name=${SYSTEM_SPEC_NAME:-}
    extra_envs=${EXTRA_ENVS:-}
    runtime_config=${RUNTIME_CONFIG:-}
    ssh_user=${SSH_USER:-"${USER}"}
    ssh_key=${SSH_KEY:-}
    ssh_options=${SSH_OPTIONS:-}
    kubelet_config_file=${KUBELET_CONFIG_FILE:-"test/e2e_node/jenkins/default-kubelet-config.yaml"}
    
    # If set, the command executed will be:
    # - `dlv exec` if set to "delve"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 16 09:46:28 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. build/root/Makefile

    #    Defaults to false.
    #  TEST_SUITE: For REMOTE=true only. Test suite to use. Defaults to "default".
    #  SSH_USER: For REMOTE=true only  SSH username to use.
    #  SSH_KEY: For REMOTE=true only. Path to SSH key to use.
    #  SSH_OPTIONS: For REMOTE=true only. SSH options to use.
    #  INSTANCE_TYPE: For REMOTE=true only. Machine type to use.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.2.md

    * kubelet: send all recevied pods in one update ([#23141](https://github.com/kubernetes/kubernetes/pull/23141), [@yujuhong](https://github.com/yujuhong))
    * Add a SSHKey sync check to the master's healthz (when using SSHTunnels). ([#23167](https://github.com/kubernetes/kubernetes/pull/23167), [@cjcullen](https://github.com/cjcullen))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.3.md

    * kubelet: send all recevied pods in one update ([#23141](https://github.com/kubernetes/kubernetes/pull/23141), [@yujuhong](https://github.com/yujuhong))
    * Add a SSHKey sync check to the master's healthz (when using SSHTunnels). ([#23167](https://github.com/kubernetes/kubernetes/pull/23167), [@cjcullen](https://github.com/cjcullen))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
Back to top