# istio **Repository Path**: hongxiaosheng2021/istio ## Basic Information - **Project Name**: istio - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: build-origin - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-18 - **Last Updated**: 2021-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Istio OCI Images (`linux/arm64, linux/amd64`) This repo is for building oci images for istio stacks. ## How to use? using images under `docker.io/querycapistio` ### Environment Requirements make sure aarch64 (32bit is not supported. because of the envoy, with needs google wee8) ### Install Istio Operator Same as https://istio.io/latest/docs/setup/install/operator, but with `--hub` ``` $ istioctl operator init --hub=docker.io/querycapistio --tag=1.9.2 ``` ### Install Istio Same as https://istio.io/latest/docs/setup/install ``` $ kubectl create ns istio-system $ kubectl apply -f - <