GoogleContainerTools/skaffold
Support setting nested global config values instead of subcommands
开放
#3,810 创建于 2020年3月10日
area/global-confighelp wantedkind/feature-requestpriority/p3
仓库指标
- 星标
- (12,822 个星标)
- PR 合并指标
- (平均合并 3天 6小时) (30 天内合并 16 个 PR)
描述
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