kubespray/tests
Max Gautier 2ba28a3389
Revert "Wait for available API token in a new namespace (#7045)"
This reverts commit 275c54e810.

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>"
  ]
}
)
2024-10-25 15:02:29 +02:00
..
cloud_playbooks Feat: support Fedora 39/40 (#11573) 2024-10-01 07:57:49 +01:00
common update containerd_max_container_log_line_size default value (#11585) 2024-09-30 09:12:03 +01:00
files Fix `debian11-custom-cni` failing test & upgrade `debian12-custom-cni-helm` chart version (#11654) 2024-10-22 16:42:51 +01:00
scripts CI: for upgrade testing, checkout old version before provisioning 2024-09-21 15:10:59 +02:00
testcases Revert "Wait for available API token in a new namespace (#7045)" 2024-10-25 15:02:29 +02:00
Makefile Rework vagrant inventory handling + support for multiples inventories 2024-09-13 08:00:32 +02:00
ansible.cfg Use non-deprecated stdout_callback (#10647) 2023-12-04 09:38:20 +01:00
requirements.txt build(deps): bump tox from 4.21.2 to 4.23.0 (#11652) 2024-10-21 22:54:58 +01:00