注册新的istioctl配置文件

问题描述 投票:0回答:1

我想使用istioctl安装istio。我的自定义项很多,所以我认为使用以下语法不会有帮助:istioctl manifest apply --set addonComponents.grafana.enabled=true

我认为最好的方法是从istio-1.5.1/install/kubernetes/operator/profiles复制配置文件>

如何将自定义配置文件添加到:

[root@localhost profiles]# istioctl profile list
Istio configuration profiles:
    remote
    separate
    default
    demo
    empty
    minimal

以便我可以:istioctl manifest apply --set profile=mynewprofile

我想使用istioctl安装istio。我的自定义项很多,所以我认为使用这种语法不会有所帮助:istioctl manifest apply --set addonComponents.grafana.enabled = true I ...

kubernetes istio
1个回答
0
投票

istio manifests apply --set addonComponents.grafana.enabled=true会转换为

© www.soinside.com 2019 - 2024. All rights reserved.