mirror of
https://github.com/ahmetb/kubectx.git
synced 2026-03-18 03:42:12 +00:00
For windows, if the ctx name for kubens state file contains a colon ':' (EKS), we replace it with __ (both while reading/writing). It doesn't break existing users (as it didn't work in the first place). Other characters remain unhandled, hoping it won't happen again. Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>