kubespray/tests/testcases
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
..
roles/cluster-dump/tasks Improving yamllint configuration (#11389) 2024-07-25 18:42:20 -07:00
010_check-apiserver.yml Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
015_check-nodes-ready.yml Resolve ansible-lint name errors (#10253) 2023-07-26 07:36:22 -07:00
020_check-pods-running.yml Resolve ansible-lint name errors (#10253) 2023-07-26 07:36:22 -07:00
030_check-network.yml Revert "Wait for available API token in a new namespace (#7045)" 2024-10-25 15:02:29 +02:00
040_check-network-adv.yml Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
100_check-k8s-conformance.yml Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00