Giter Site home page Giter Site logo

regarding 16.0 image prepull about kubeedge HOT 6 CLOSED

nanyi545 avatar nanyi545 commented on May 25, 2024
regarding 16.0 image prepull

from kubeedge.

Comments (6)

Shelley-BaoYue avatar Shelley-BaoYue commented on May 25, 2024 1

Have you ever enable the TaskManager in cloudcore config?

from kubeedge.

Shelley-BaoYue avatar Shelley-BaoYue commented on May 25, 2024

What‘s the status of this ImagePrePullJob?

from kubeedge.

nanyi545 avatar nanyi545 commented on May 25, 2024

strangely, there is no status field from describe command?

Name:         imageprepull-example2
Namespace:    
Labels:       description=ImagePrePullLabel
Annotations:  <none>
API Version:  operations.kubeedge.io/v1alpha1
Kind:         ImagePrePullJob
Metadata:
  Creation Timestamp:  2024-03-07T07:07:22Z
  Generation:          1
  Managed Fields:
    API Version:  operations.kubeedge.io/v1alpha1
    Fields Type:  FieldsV1
    fieldsV1:
      f:metadata:
        f:annotations:
          .:
          f:kubectl.kubernetes.io/last-applied-configuration:
        f:labels:
          .:
          f:description:
      f:spec:
        .:
        f:imagePrePullTemplate:
          .:
          f:checkItems:
          f:concurrency:
          f:failureTolerate:
          f:images:
          f:nodeNames:
          f:retryTimes:
          f:timeoutSeconds:
    Manager:         kubectl-client-side-apply
    Operation:       Update
    Time:            2024-03-07T07:07:22Z
  Resource Version:  7724
  UID:               e5a45aa0-76f4-462e-8d84-a55c62cfc870
Spec:
  Image Pre Pull Template:
    Check Items:
      disk
    Concurrency:       2
    Failure Tolerate:  0.3
    Images:
      nginx:latest
    Node Names:
      e1
      e2
    Retry Times:      1
    Timeout Seconds:  180
Events:               <none>

this is the yaml file

apiVersion: operations.kubeedge.io/v1alpha1
kind: ImagePrePullJob
metadata:
  name: imageprepull-example2
  labels:
    description: ImagePrePullLabel
spec:
  imagePrePullTemplate:
    images:
      - nginx:latest
    nodeNames:
      - e1
      - e2
    checkItems:
      - "disk"
    failureTolerate: "0.3"
    concurrency: 2
    timeoutSeconds: 180
    retryTimes: 1

from kubeedge.

Shelley-BaoYue avatar Shelley-BaoYue commented on May 25, 2024

You can check the error logs in CloudCore and EdgeCore logs.

from kubeedge.

nanyi545 avatar nanyi545 commented on May 25, 2024

the thing is i just could not find any relavent information in CloudCore and EdgeCore logs.

from kubeedge.

nanyi545 avatar nanyi545 commented on May 25, 2024

Have you ever enable the TaskManager in cloudcore config?

oops, I never knew it is disabled by default :( thanks very much !!!

from kubeedge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.