Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StackOverflow (0.47 sec)

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

      )
    
      if (-not (ShouldWrite-File $File)) {
        return
      }
    
      # This command writes out a PEM certificate file, analogous to "base64
      # --decode" on Linux. See https://stackoverflow.com/a/51914136/1230197.
      [IO.File]::WriteAllBytes($File, [Convert]::FromBase64String($Data))
      Log_Todo ("need to set permissions correctly on ${File}; not sure what the " +
                "Windows equivalent of 'umask 077' is")
    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