Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-78223

Missing documentation - node taint update behaviour

    • None
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

      Missing documentation regarding standard HyperShift behaviour. Node pool taint updates do NOT trigger a rolling replacement of nodes. Node taints, as well as labels, are applied only to new nodes. Existing nodes keep their original configuration. 
      This is the observed behaviour, but can't be verified through current upstream documentation. 
      This behavior is confirmed to be expected in:
      https://redhat-external.slack.com/archives/C01C8502FMM/p1773161996368249
      
      
      

      Version-Release number of selected component (if applicable):

          

      How reproducible:

      N/A

      Steps to Reproduce:

      N/A
          

      Actual results:

          

      Expected results:

          

      Additional info:

      ARO HCP Documentation uses ambiguous and misleading description:
      To set a taint, specify a key, value, and effect. Available effects include the following:
      
      NoSchedule PreferNoSchedule NoExecute
       
      For example:
       
      taints: [
        {
          key: 'key1'
          value: 'value1'
          effect: 'NoSchedule'
        }
      ]
       
      This list overwrites any modifications made to node taints on an ongoing basis.

              jparrill@redhat.com Juan Manuel Parrilla Madrid
              rh-ee-mvacula Marek Vacula
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: