Skip to content
Discussion options

You must be logged in to vote

Hi @Edarjak,

I think you are missing a namespace: key for the HRA because you specify a namespace: github-actions-runners-small for your RunnerDeployment. It means that if the namespace is missing on the HRA side it simply doesn't know where to apply your deployment. So, my recommendation try to use this:

apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
  name: github-actions-runners-small
  namespace: github-actions-runners-small
spec:
  template:
    spec:
      organization: myorg
      env:
        - name: GIT_SSL_CAINFO
          value: /etc/ssl/certs/root-ca.pem
      labels:
        - small
      group: Default
      resources:
        limits:
          …

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@kevholmes
Comment options

@Edarjak
Comment options

@Edarjak
Comment options

@kalined
Comment options

Answer selected by Edarjak
@Edarjak
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested RunnerDeployment Discussions around RunnerDeployment Runner Configuration Discussions on Runner Configuration Kubernetes Autoscale
3 participants