Giter VIP home page Giter VIP logo

Comments (6)

alculquicondor avatar alculquicondor commented on June 11, 2024 1

Use gcr.io/k8s-staging-perf-tests/sleep:latest

from kueue.

k8s-ci-robot avatar k8s-ci-robot commented on June 11, 2024

@ArangoGutierrez: The label(s) kind/testing cannot be applied, because the repository doesn't have them.

In response to this:

I am running into

 Warning  Failed     11s   kubelet            Failed to pull image "perl": rpc error: code = Unknown desc = reading manifest latest in docker.io/library/perl: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

we might want to consider an image out of a diff registry to avoid this unfortunate error

/kind testing

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

from kueue.

ArangoGutierrez avatar ArangoGutierrez commented on June 11, 2024

/kind test

from kueue.

ArangoGutierrez avatar ArangoGutierrez commented on June 11, 2024

I have this one :

  • quay.io/eduardoarango/pi:ubi8

This is the repo -> https://github.com/ArangoGutierrez/Pi

[eduardo@fedora kueue]$ kubectl logs sample-job--1-24kpr

 1000 trials, pi is 3.120000 

The sample-job.yaml looks like

apiVersion: batch/v1
kind: Job
metadata:
  generateName: sample-job-
  annotations:
    kueue.x-k8s.io/queue-name: main
spec:
  parallelism: 3
  completions: 30
  suspend: true
  template:
    spec:
      containers:
      - name: pi
        image: quay.io/eduardoarango/pi:ubi8
        command: ["pi",  "1000"]
        resources:
          requests:
            cpu: 1
            memory: "200Mi"
          limits:
            cpu: 1
            memory: "200Mi"
      restartPolicy: Never

from kueue.

ArangoGutierrez avatar ArangoGutierrez commented on June 11, 2024
apiVersion: batch/v1
kind: Job
metadata:
  generateName: sample-job-
  annotations:
    kueue.x-k8s.io/queue-name: main
spec:
  parallelism: 3
  completions: 3
  suspend: true
  template:
    spec:
      containers:
      - name: dummy-job
        image: gcr.io/k8s-staging-perf-tests/sleep:latest
        command: ["sleep",  "30"]
        resources:
          requests:
            cpu: 1
            memory: "200Mi"
          limits:
            cpu: 1
            memory: "200Mi"
      restartPolicy: Never

from kueue.

alculquicondor avatar alculquicondor commented on June 11, 2024

lgtm

from kueue.

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.