準備進行氣隙安裝

若要在未連接至網際網路的環境中安裝自行管理的 Instana 後端,請確保符合下列必要條件:

  1. 以透通方式將本端映像檔登錄配置給 Proxy Instana 的映像檔登錄 (artifact-public.instana.io)。

  2. 執行下列指令,以列出您需要鏡映的映像檔:

    kubectl instana images
    
  3. artifact-public.instana.io 登錄取回映像檔,將這些映像檔重新標記至本端映像檔登錄,然後將這些映像檔推送至本端映像檔登錄。 請參閱下列範例指令:

    docker pull <artifact-public.io image>
    
    docker tag <artifact-public.io image tag> <local registry image tag>
    
    docker push <local registry image tag>
    
  4. 在安裝 Instana 之前,請在 建立及配置值檔案 區段中找到您建立的 values YAML 檔案,並將 image.registry 指向本端映像檔登錄來修改該檔案。 請參閱下列範例:

    image:
    registry: <your_local_image_registry>
    

    <your_local_image_registry> 取代為本端映像檔登錄的名稱。

    如需相關資訊,請參閱 使用進階操作器配置