You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CA and key data can be either in-line or in a file, and there's currently no abstraction over this disparity. There's technically some complexity around file paths (mostly relative paths - they're supposed to be relative to the file that the path was originally found in).
The KubeConfigContext class should expose a way to reliably grab the cluster CA and the client key&cert, taking into account where the relevant file paths came from.
The text was updated successfully, but these errors were encountered:
CA and key data can be either in-line or in a file, and there's currently no abstraction over this disparity. There's technically some complexity around file paths (mostly relative paths - they're supposed to be relative to the file that the path was originally found in).
The
KubeConfigContext
class should expose a way to reliably grab the cluster CA and the client key&cert, taking into account where the relevant file paths came from.The text was updated successfully, but these errors were encountered: