首先有一个概念:

  CRD - Custom Resource Definitions:

        CRDS文件: install/kubernetes/helm/istio/templates/crds.yml, 各种mixer adapter的定义都在这个文件。

 

具体安装过程:

  1  istio的安装过程:官网写的很清楚: https://istio.io/docs/setup/kubernetes/helm-install/#option-1-install-with-helm-via-helm-template

  2   行下述命令启用namespace为default的istio-sidecar自动注入:

   kubectl label namespace default istio-injection=enabled

相关文章:

  • 2021-10-10
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-07-25
  • 2022-12-23
猜你喜欢
  • 2021-11-15
  • 2021-11-24
  • 2021-10-05
  • 2021-04-11
  • 2021-12-27
  • 2021-09-18
  • 2021-09-24
相关资源
相似解决方案