- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
Add node-problem-detector-app, add machine health check schema #1546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
      
        
          +168
        
        
          −53
        
        
          
        
      
    
  
  
     Merged
                    Changes from 1 commit
      Commits
    
    
            Show all changes
          
          
            7 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      88966a8
              
                Add node-problem-detector-app, add machine health check schema
              
              
                AndiDog 69b769d
              
                Switch to final version of cluster chart
              
              
                AndiDog dbed9ae
              
                Add description, remove `maxUnhealthy` default because cluster chart …
              
              
                AndiDog 6f34017
              
                Apply suggestion from @fiunchinho
              
              
                AndiDog d14a712
              
                Merge branch 'main' into node-problem-detector
              
              
                AndiDog de8701f
              
                Merge branch 'main' into node-problem-detector
              
              
                AndiDog fe8b7e0
              
                Add missing node problem detector config.
              
              
                Gacko File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| dependencies: | ||
| - name: cluster | ||
| repository: https://giantswarm.github.io/cluster-catalog | ||
| version: 4.3.0 | ||
| repository: https://giantswarm.github.io/cluster-test-catalog | ||
| version: 4.3.0-2795756206b2d7c231c07725e30ea51ad63e2a8d | ||
| - name: cluster-shared | ||
| repository: https://giantswarm.github.io/cluster-catalog | ||
| version: 0.7.1 | ||
| digest: sha256:98128b1252d1b43d0d6778546eded7d0be50da943a7d4e108cf95f581c0d5067 | ||
| generated: "2025-10-24T22:03:46.995588877Z" | ||
| digest: sha256:9221c097bf3c9aaa096aee4f48437cd290b0c577ed991f58bfb2becdf3183797 | ||
| generated: "2025-10-27T09:41:32.757712+01:00" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
        
          
  
    
      
          
            22 changes: 22 additions & 0 deletions
          
          22 
        
  ...uster-aws/ci/test-machinehealthcheck-node-problem-detector-used-control-plane-values.yaml
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| global: | ||
| release: | ||
| version: 29.1.0 | ||
| metadata: | ||
| name: node-problem-detector-used | ||
| organization: test | ||
| servicePriority: lowest | ||
| connectivity: | ||
| baseDomain: example.com | ||
| controlPlane: | ||
| machineHealthCheck: | ||
| enabled: true | ||
| diskFullVarLogTimeout: "1337m" | ||
| providerSpecific: | ||
| region: "eu-west-1" | ||
| managementCluster: test | ||
|  | ||
| cluster: | ||
| internal: | ||
| ephemeralConfiguration: | ||
| offlineTesting: | ||
| renderWithoutReleaseResource: true | 
        
          
  
    
      
          
            25 changes: 25 additions & 0 deletions
          
          25 
        
  helm/cluster-aws/ci/test-machinehealthcheck-node-problem-detector-used-workers-values.yaml
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| global: | ||
| release: | ||
| version: 29.1.0 | ||
| metadata: | ||
| name: node-problem-detector-used | ||
| organization: test | ||
| servicePriority: lowest | ||
| connectivity: | ||
| baseDomain: example.com | ||
| nodePools: | ||
| pool0: | ||
| maxSize: 3 | ||
| minSize: 3 | ||
| machineHealthCheck: | ||
| enabled: true | ||
| diskFullContainerdTimeout: "1337m" | ||
| providerSpecific: | ||
| region: "eu-west-1" | ||
| managementCluster: test | ||
|  | ||
| cluster: | ||
| internal: | ||
| ephemeralConfiguration: | ||
| offlineTesting: | ||
| renderWithoutReleaseResource: true | 
      
      Oops, something went wrong.
        
    
  
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.