Git Product home page Git Product logo

Comments (4)

ahmedmagdiosman avatar ahmedmagdiosman commented on August 19, 2024

Since my issue ( harness/gitness#2816 )was closed and this issue has been open for a while. Any ideas what's causing this? I've checked and nodeSelector is not set for amd64 jobs.

from drone-runtime.

ahmedmagdiosman avatar ahmedmagdiosman commented on August 19, 2024

I understand that all the contributors might be busy with other stuff, but I'd appreciate some pointers to where the nodeSelector label gets set. It should be an easy fix, I'll be happy to submit a pull request.

Sidenote: I am aware of the upcoming Kubernetes run-time changes, and I'm excited for the improvements. But I'd like to continue using Drone on Kubernetes until the new run-time/project is ready since it already works great in my environment.

from drone-runtime.

ahmedmagdiosman avatar ahmedmagdiosman commented on August 19, 2024

In case someone stumbles upon this, I've found a workaround using a node block which is passed using the nodeSelector syntax.

Example:

  kind: pipeline
  name: amd64

  platform:
    os: linux
    arch: amd64

+ node:
+   kubernetes.io/arch: amd64
  
  steps:
  ...

from drone-runtime.

bradrydzewski avatar bradrydzewski commented on August 19, 2024

fixed by drone-runners/drone-runner-kube@971c183

new kubernetes runner documentation can be found here:
https://kube-runner.docs.drone.io/

from drone-runtime.

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.