Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github runner #4788

Closed
BrahamiRabah opened this issue Jun 26, 2023 · 2 comments
Closed

github runner #4788

BrahamiRabah opened this issue Jun 26, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@BrahamiRabah
Copy link

currently i am using keda to scale my github runners on my kubernetes clusters but it seems that once no more than one job is running at a time, the scaled job is not triggering a new runner and is waiting for the first pipeline to run finish to pass to second and create a new runner

@BrahamiRabah BrahamiRabah added the bug Something isn't working label Jun 26, 2023
@BrahamiRabah
Copy link
Author

      spec:
        containers:
          - envFrom:
              - secretRef:
                  name: secret-github-agents
              - configMapRef:
                  name: configmap-github-agents
            image: agents/linux:2023
            imagePullPolicy: IfNotPresent
            name: github-agent
            resources:
              limits:
                cpu: 5
                memory: 10Gi
            securityContext:
              privileged: true
        nodeSelector:
          workload: compute_intensive
        priorityClassName: high-priority
        restartPolicy: Never
        serviceAccountName: sa-github-agents
        tolerations:
          - effect: NoSchedule
            key: compute_intensive
            operator: Equal
            value: 'true'
  maxReplicaCount: 25
  minReplicaCount: 0
  pollingInterval: 5
  rollout:
    propagationPolicy: background
    strategy: gradual
  scalingStrategy:
    strategy: default
  successfulJobsHistoryLimit: 0
  triggers:
    - authenticationRef:
        name: github-trigger-auth
      metadata:
        githubAPIURLFromEnv: GH_URL
        owner: XXXXXXXX
        reposFromEnv: GH_REPOS
        runnerScope: org
      type: github-runner

this is my actuel config

@JorTurFer
Copy link
Member

Hi,
I transfer this issue to keda repo (issues here are for docs and this repo is less monitored)
Could you share operator logs?

@JorTurFer JorTurFer transferred this issue from kedacore/keda-docs Jul 12, 2023
@kedacore kedacore locked and limited conversation to collaborators Aug 17, 2023
@tomkerkhove tomkerkhove converted this issue into discussion #4886 Aug 17, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants