当前位置:网站首页>Kubevela offline installation
Kubevela offline installation
2022-07-23 20:47:00 【Learn programming notes】
KubeVela Offline installation
KubeVela Offline deployment includes KubeVela Core and KubeVela Addon Offline deployment of .
KubeVela Core Offline deployment
KubeVela chart
- download vela-core Helm Chart package
adopt Helm Chart install KubeVela Core Download the document you want vela-core Chart package , And extract the .
- modify values Configurable image in
Pull the following images and import them into the image warehouse of the offline environment , stay helm install The installation command passed --set Cover the information of each image in the image warehouse of the offline environment corresponding to each image .
$ kubevela git:(master) grep -r repository charts/vela-core/values.yaml -A 1
charts/vela-core/values.yaml: repository: oamdev/vela-core
charts/vela-core/values.yaml- tag: latest
--
charts/vela-core/values.yaml: repository: oamdev/kube-webhook-certgen
charts/vela-core/values.yaml- tag: v2.3
--
charts/vela-core/values.yaml: repository: oamdev/cluster-gateway
charts/vela-core/values.yaml- tag: v1.1.7
--
charts/vela-core/values.yaml: repository: oamdev/hello-world
charts/vela-core/values.yaml- tag: v1
--
charts/vela-core/values.yaml: repository: oamdev/alpine-k8s
charts/vela-core/values.yaml- tag: 1.18.2
- Modify the image that cannot be configured
Chart Parameters enableFluxcdAddon Decide whether to install by default addon FluxCD, If parameters enableFluxcdAddon by true, Pull the following images and import them into the image warehouse of the offline environment , Change the image in each file registry The address is the offline environment image warehouse address .
$ kubevela git:(master) grep -r -i image: charts/vela-core/templates/addon
charts/vela-core/templates/addon/fluxcd.yaml: image: fluxcd/helm-controller:v0.11.1
charts/vela-core/templates/addon/fluxcd.yaml: image: fluxcd/image-automation-controller:v0.14.0
charts/vela-core/templates/addon/fluxcd.yaml: image: fluxcd/image-reflector-controller:v0.11.0
charts/vela-core/templates/addon/fluxcd.yaml: image: fluxcd/kustomize-controller:v0.13.1
charts/vela-core/templates/addon/fluxcd.yaml: image: fluxcd/source-controller:v0.15.3
$ kubevela git:(master) grep -r -i image: charts/vela-core --exclude-dir=charts/vela-core/templates/addon | grep -v .Values
charts/vela-core/templates/defwithtemplate/nocalhost.yaml: image: "nocalhost-docker.pkg.coding.net/nocalhost/dev-images/golang:latest"
- REPACK vela-core Helm Chart package
Repack the modified ones above Helm Chart package , Directly install or transfer to offline environment Helm Chart Warehouse .
KubeVela Addon Offline deployment
Please check out Offline installation of plug-ins .
Reference link :http://static.kubevela.net/zh/docs/v1.3/platform-engineers/system-operation/offline-installation
边栏推荐
- LyScript 插件命令返回封装
- OpenLayers实例-Advanced View Positioning-高级视图定位
- 微服务架构 VS 单体服务架构【华为云服务在微服务模式里可以做什么】
- STM32C8t6 驱动激光雷达实战(二)
- Failed to introspect Class FeignClientFactoryBean 异常排查
- [Yunxiang book club No. 13] Chapter V ffmpeg common methods for viewing media information and processing audio and video files
- Cesium 事件详解(鼠标事件、相机事件、键盘事件、场景触发事件)
- Green-Tao 定理的证明 (1): 准备, 记号和 Gowers 范数
- VLAN综合实验
- CDR插件开发之Addon插件002 - 用1分钟编写一个可双击运行的EXE程序
猜你喜欢
随机推荐
05_ue4进阶_材质UV缩放
Green-Tao 定理 (3): 反一致函数及其生成的 Sigma-代数
Visual slam learning | basic chapter 01
Is the income of CICC securities' new financial products 6 percent? I want to open an account and manage money
从ACL 2022 Onsite经历看NLP热点
ApplicationContext 介绍
高数下|二重积分的计算3|高数叔|手写笔记
Shell command and operation principle
Today's sleep quality record 81 points
《迷失》stray工人帽子获得方法 工人安全帽在哪里?
[force deduction] sum of three numbers
做一个有职业操守的软件匠人
实践数据湖iceberg 第三十七课 kakfa写入iceberg的 icberg表的 enfource ,not enfource测试
STM32c8t6驱动激光雷达(一)
"Pulse" to the future! Huawei cloud Mrs helps smooth migration to the cloud
NLP hotspots from ACL 2022 onsite experience
prime_series_level-1
Install under win7-vs2012 Net framework work
如何在OneFlow中新增算子
速卖通选品推荐:韩国市场有哪些潜力机会商品?









