将mdline上的cmd输出设置为会话中的变量

时间:2019-01-29 01:38:11

标签: cmd

我看到的所有内容都可以在文件中设置变量。我正在寻找我的cmd会话。获取输出。将其另存为变量。

kubectl get pod --namespace monitoring -l prometheus=kube-prometheus -l app=prometheus -o template --template "{{(index .items 0).metadata.name}}"

给我输出。如何将其另存为变量?

kubectl --namespace monitoring port-forward $(kubectl get pod --namespace monitoring -l prometheus=kube-prometheus -l app=prometheus -o template --template "{{(index .items 0).metadata.name}}") 9090:9090

在-l中产生错误未知速记标志:'l' 所以我想先将其另存为变量。

0 个答案:

没有答案