teleport/lib/kubernetestoken
Hugo Shaka 1babd9d477
Fix Kubernetes version detection on EKS (#19188)
This PR fixes a bug introduced in the kubernetes join method.

EKS is not formatting version.Minor as an integer, (e.g. `23+`). It is not possible to reliably parse this field and this blocks nodes from joining.

Co-authored-by: Noah Stride <noah.stride@goteleport.com>
Co-authored-by: Nic Klaassen <nic@goteleport.com>
2022-12-08 19:01:23 +00:00
..
token_source.go Kubernetes joinMethod (#18659) 2022-12-02 20:30:52 +00:00
token_source_test.go Kubernetes joinMethod (#18659) 2022-12-02 20:30:52 +00:00
token_validator.go Fix Kubernetes version detection on EKS (#19188) 2022-12-08 19:01:23 +00:00
token_validator_test.go Fix Kubernetes version detection on EKS (#19188) 2022-12-08 19:01:23 +00:00