Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NODE_PROBLEM_DETECTOR_TOKEN (0.38 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

    #
    # Create-NodePki() must be called first.
    #
    # Required ${kube_env} keys:
    #   CA_CERT
    #   NODE_PROBLEM_DETECTOR_TOKEN
    function Create-NodeProblemDetectorKubeConfig {
      if ("${env:ENABLE_NODE_PROBLEM_DETECTOR}" -eq "standalone") {
        if (-not [string]::IsNullOrEmpty(${kube_env]['NODE_PROBLEM_DETECTOR_TOKEN']})) {
          Log-Output "Create-NodeProblemDetectorKubeConfig using Node Problem Detector token"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top