Skip to content

Commit

Permalink
6/7/2024
Browse files Browse the repository at this point in the history
Signed-off-by: hyp4293 <[email protected]>
  • Loading branch information
hyp4293 committed Jul 6, 2024
1 parent 19e39d6 commit 2b9c358
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 157 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: KubeEdge Image PrePull Feature Guide Document
sidebar_position: 6
---


# KubeEdge Image PrePull Feature Guide Document

KubeEdge version 1.16 introduces a new feature called Image Pre-Pull, which allows users to load images ahead of time on edge nodes through the Kubernetes API of ImagePrePullJob. This feature supports pre-pull multiple images in batches across multiple edge nodes or node groups, helping to reduce the failure rates and inefficiencies associated with loading images during application deployment or updates, especially in large-scale scenarios.
Expand Down Expand Up @@ -58,7 +64,7 @@ changes can be made by editing the file kubectl edit configmap cloudcore -n kube



## 2. Prepare the Secret for the privare image
## 2. Prepare the Secret for the privare image (optional)
Here is a private image repository prepared for demonstration purposes using Alibaba Cloud's registry URL: registry.cn-hangzhou.aliyuncs.com. The demo space used is jilimoxing, and modifications may be necessary based on actual circumstances during the actual operation.

**1)Pushing nginx into the private image repository**
Expand Down

0 comments on commit 2b9c358

Please sign in to comment.