Changed kubectl config set-cluster and set-credentials to support process substitution for filenames

This commit is contained in:
Brian Pursley
2020-05-15 09:22:59 -04:00
parent 5bda0c1b3b
commit 84d5e664af
4 changed files with 179 additions and 7 deletions

View File

@@ -439,6 +439,18 @@ runTests() {
record_command run_kubectl_config_set_tests
##############################
# kubectl config set-cluster #
##############################
record_command run_kubectl_config_set_cluster_tests
##################################
# kubectl config set-credentials #
##################################
record_command run_kubectl_config_set_credentials_tests
#######################
# kubectl local proxy #
#######################