saltstack-formulas/kubernetes-formula

[BUG] [Windows] salt.archive.extracted silently fails: node state

noelmcloughlin opened this issue · 1 comments

Bug details

Describe the bug

On Windows Salt archive.extracted silently fails on kubernetes.node state with "All files in archive are already present". And kubernetes.client state does not run at all (bug in SLS files).

          ID: kubernetes-server-archive-install-other
    Function: test.show_notification
      Result: True
     Comment: The server is unavailable for Windows
     Started: 13:20:46.148000
    Duration: 0.0 ms
     Changes:
----------
          ID: kubernetes-node-archive-install
    Function: file.directory
        Name: C:\kubernetes\k8s-node-1.19.0\
      Result: True
     Comment: The directory C:\kubernetes\k8s-node-1.19.0\ is in the correct state
     Started: 13:20:46.152000
    Duration: 5.0 ms
     Changes:
----------
          ID: kubernetes-node-archive-install
    Function: archive.extracted
        Name: C:\kubernetes\k8s-node-1.19.0\
      Result: True
     Comment: All files in archive are already present
     Started: 13:20:46.159000
    Duration: 2909.0 ms
     Changes:

Steps to reproduce the bug

Expected behaviour

Attempts to fix the bug

Additional context