1. 12 Mar, 2019 4 commits
  2. 11 Mar, 2019 12 commits
  3. 10 Mar, 2019 3 commits
    • Lubomir I. Ivanov's avatar
      kubeadm: print key inside the upload-certs phase of init · c5c4cd25
      Lubomir I. Ivanov authored
      The standalone execution of upload-certs phase does not print
      the key that that user should use for the newly uploaded encrypted
      secret. Print this key in the upload-certs phase in both
      standalone mode or if executed in the standard init workflow.
      
      Make it possible to omit the printing if the user passes
      --skip-certificate-key-print.
      
      Also:
      - Uppercase string in Printf call in copycerts.go
      - Don't use V(1) for the "Skipping phase" message in uploadcerts.go
      instead always print a message that the user case use
      --experimental-upload-certs. This solves a problem if the user tried
      the standalone phase but didn't pass --experimental-upload-certs.
      c5c4cd25
    • andyzhangx's avatar
      fix smb unmount issue on Windows · 720a5e20
      andyzhangx authored
      fix log warning
      
      use IsCorruptedMnt in GetMountRefs on Windows
      
      use errorno in IsCorruptedMnt check
      
      fix comments: add more error code
      
      add more error no checking
      
      change year
      
      fix comments
      720a5e20
    • Kubernetes Prow Robot's avatar
      Merge pull request #75133 from pohly/storage-external-snapshot · 01c9edf7
      Kubernetes Prow Robot authored
      e2e: external snapshotter
      01c9edf7
  4. 09 Mar, 2019 13 commits
  5. 08 Mar, 2019 8 commits