代码之家  ›  专栏  ›  技术社区  ›  softshipper

“istioctl”的未知命令“manifest”

  •  0
  • softshipper  · 技术社区  · 5 年前

    我试图在我的kubernetes集群上安装1.3.7版本,我收到了以下错误消息:

    istioctl manifest apply                    
    Error: unknown command "manifest" for "istioctl"
    Run 'istioctl --help' for usage.
    

    验证显示:

    istioctl verify-install
    
    Checking the cluster to make sure it is ready for Istio installation...
    
    #1. Kubernetes-api
    -----------------------
    Can initialize the Kubernetes client.
    Can query the Kubernetes API Server.
    
    #2. Kubernetes-version
    -----------------------
    Istio is compatible with Kubernetes: v1.16.6.
    
    #3. Istio-existence
    -----------------------
    Istio will be installed in the istio-system namespace.
    
    #4. Kubernetes-setup
    -----------------------
    Can create necessary Kubernetes configurations: Namespace,ClusterRole,ClusterRoleBinding,CustomResourceDefinition,Role,ServiceAccount,Service,Deployments,ConfigMap. 
    
    #5. Sidecar-Injector
    -----------------------
    This Kubernetes cluster supports automatic sidecar injection. To enable automatic sidecar injection see https://istio.io/docs/setup/kubernetes/additional-setup/sidecar-injection/#deploying-an-app
    
    -----------------------
    Install Pre-Check passed! The cluster is ready for Istio installation.
    Everything is fine, it should work.
    

    我做错了什么?

    0 回复  |  直到 5 年前
        1
  •  2
  •   Arghya Sadhu Dharmesh    5 年前

    此命令在1.3中是实验性的,因此请使用 istioctl x manifest apply