Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for NodeProblemDetector (0.22 sec)

  1. cluster/gce/windows/configure.ps1

      }
    
      Create-Directories
      Download-HelperScripts
    
      DownloadAndInstall-Crictl
      Configure-Crictl
      Setup-ContainerRuntime
      DownloadAndInstall-KubernetesBinaries
      DownloadAndInstall-NodeProblemDetector
      DownloadAndInstall-CSIProxyBinaries
      DownloadAndInstall-AuthProviderGcpBinary
      Start-CSIProxy
      Create-NodePki
      Create-KubeletKubeconfig
      Create-KubeproxyKubeconfig
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 28 21:28:26 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  2. cluster/gce/windows/k8s-node-setup.psm1

    # Install Node Problem Detector (NPD).
    # NPD analyzes the host for problems that can disrupt workloads.
    # https://github.com/kubernetes/node-problem-detector
    function DownloadAndInstall-NodeProblemDetector {
      if ("${env:ENABLE_NODE_PROBLEM_DETECTOR}" -eq "standalone") {
        if (ShouldWrite-File "${env:NODE_DIR}\node-problem-detector.exe") {
          $npd_version = $DEFAULT_NPD_VERSION
          $npd_hash = $DEFAULT_NPD_HASH
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.3.md

    * Introduce a new add-on pod NodeProblemDetector. ([#25986](https://github.com/kubernetes/kubernetes/pull/25986), [@Random-Liu](https://github.com/Random-Liu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.17.md

    - Reduce default NodeStatusReportFrequency to 5 minutes. With this change, periodic node status updates will be send every 5m if node status doesn't change (otherwise they are still send with 10s).
    
      Bump NodeProblemDetector version to v0.8.0 to reduce forced NodeStatus updates frequency to 5 minutes. ([#84007](https://github.com/kubernetes/kubernetes/pull/84007), [@wojtek-t](https://github.com/wojtek-t))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.7.md

      * Add generic Toleration for NoExecute Taints to NodeProblemDetector, so that NPD can be scheduled to nodes with NoExecute taints by default. ([#45883](https://github.com/kubernetes/kubernetes/pull/45883), [@gmarek](https://github.com/gmarek))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

    * AWS: support node port health check ([#43585](https://github.com/kubernetes/kubernetes/pull/43585), [@foolusion](https://github.com/foolusion))
    * Add generic Toleration for NoExecute Taints to NodeProblemDetector ([#45883](https://github.com/kubernetes/kubernetes/pull/45883), [@gmarek](https://github.com/gmarek))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top