GoogleContainerTools/skaffold

Support setting nested global config values instead of subcommands

Open

#3810 opened on Mar 10, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Go (12,822 stars) (1,416 forks)batch import
area/global-confighelp wantedkind/feature-requestpriority/p3

Description

From https://github.com/GoogleContainerTools/skaffold/pull/3732#issuecomment-595403953

We should support kubectl-style nested config values for setting the global config, e.g.

kubectl config set-cluster e2e --server=https://1.2.3.4 and kubectl config set clusters.e2e.server https://1.2.3.4

Contributor guide