FLOWERS_WAN

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

istio 安装

1.运行脚本,下载最新的安装包,但是发现无法下载,直接使用迅雷下载。

curl -L https://istio.io/downloadIstio | sh -

2.解压安装包

tar -zxvf istio-1.15.2-linux-amd64.tar.gz
3. 进入解压后的目录

cd istio-1.15.2

4.将istio命令添加到系统变量中,可以在任意目录执行。

export PATH=$PWD/bin:$PATH

5. 安装演示样例

[root@k8s-master01 istio-1.15.2]# istioctl install --set profile=demo -y
✔ Istio core installed                                                                                                               
✔ Istiod installed                                                                                                                   
✔ Ingress gateways installed                                                                                                         
✔ Egress gateways installed                                                                                                          
✔ Installation complete

6. 查看其他样例的命令。

[root@k8s-master01 istio-1.15.2]# istioctl profile list
Istio configuration profiles:
    default
    demo
    empty
    external
    minimal
    openshift
    preview

7. 打标签

[root@k8s-master01 istio-1.15.2]# kubectl label namespace default istio-injection=enabled
namespace/default labeled

拉取镜像过程中报错,

 docker pull docker.io/istio/examples-bookinfo-details-v1:1.17.0
Error response from daemon: error parsing HTTP 408 response body: invalid character '<' looking for beginning of value: "<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n"

#临时修改:   ifconfig ens32 mtu 900

posted on   FLOWERS_WAN  阅读(118)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 【杭电多校比赛记录】2025“钉耙编程”中国大学生算法设计春季联赛(1)
点击右上角即可分享
微信分享提示