Skip to content

Commit

Permalink
修复安装 cilium 1.14 无法正常安装问题
Browse files Browse the repository at this point in the history
  • Loading branch information
石磊 authored and 石磊 committed Aug 16, 2023
1 parent 04484f8 commit 6a4935f
Show file tree
Hide file tree
Showing 4 changed files with 1,726 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG/CHANGELOG-1.28.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ Crane 以更新至 1.28.0.0 版本。
* cri-tools 1.25.0 > 1.28.0
* crio 1.25.1 > 1.26.4
* docker 20.10.18 > 23.0.6
* runC 1.1.4 > 1.1.9
* runC 1.1.4 > 1.1.9
* pause 3.7 > 3.9
2 changes: 1 addition & 1 deletion crane/roles/kubernetes-manifests/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ k8s_apiserver_node_port_range: '10-64878'
# Pause Version
# 如使用镜像方式部署, 不能修改 (如果可以使用 {{ k8s_cluster_component_registry }} 中的仓库地址获取镜像则可随意修改)
# Coding: https://github.com/kubernetes/kubernetes/tree/master/build/pause
pause_version: '3.7'
pause_version: '3.9'

# infra image, 依赖下方镜像仓库地址
k8s_pod_infra_container_image: "{{ k8s_cluster_component_registry }}/pause:{{ pause_version }}"
Expand Down
Loading

0 comments on commit 6a4935f

Please sign in to comment.