接着上面的博客写

  pwd

  /etc/kubernetes

  echo "`head -c 16 /dev/urandom | od -An -t x | tr -d ' '`,kubelet-bootstrap,10001,\"system:kubelet-bootstrap\"" > token.csv

  cat token.csv

也可以使用上面的命令在工作中生成随机字符串

  head -c 16 /dev/urandom | od -An -t x | tr -d ' '

相关文章:

  • 2022-12-23
  • 2021-05-18
  • 2022-02-07
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2021-05-20
相关资源
相似解决方案