Skip to content
  1. Nov 05, 2024
  2. Nov 04, 2024
  3. Oct 31, 2024
  4. Oct 30, 2024
  5. Oct 25, 2024
    • Max Gautier's avatar
      Revert "Wait for available API token in a new namespace (#7045)" · 2ba28a33
      Max Gautier authored
      This reverts commit 275c54e8.
      
      Static tokens are no longer created automatically for service account in
      Kubernetes. Instead, they are dynamically injected into pods using a
      projected volume.
      
      Thus there is no longer a need to check for this (it didn't work anyway,
      since the describe output actually contains <none> when there is no
      tokens:
      {
        "attempts": 1,
        "changed": false,
        "cmd": "set -o pipefail && /usr/local/bin/kubectl describe serviceaccounts default --namespace test | grep Tokens | awk '{print $2}'",
        "delta": "0:00:00.075633",
        "end": "2024-10-19 14:25:04.858871",
        "msg": "",
        "rc": 0,
        "start": "2024-10-19 14:25:04.783238",
        "stderr": "",
        "stderr_lines": [],
        "stdout": "<none>",
        "stdout_lines": [
          "<none>"
        ]
      }
      )
      2ba28a33
  6. Oct 24, 2024
  7. Oct 22, 2024
  8. Oct 21, 2024
  9. Oct 17, 2024
  10. Oct 16, 2024
  11. Oct 15, 2024
  12. Oct 14, 2024
  13. Oct 12, 2024
  14. Oct 10, 2024
  15. Oct 09, 2024
  16. Oct 08, 2024
Loading