mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
Compare commits
63 Commits
gha-runner
...
gh-pages
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2d3489171 | ||
|
|
90db051e3e | ||
|
|
41e135be59 | ||
|
|
11938d728d | ||
|
|
bfd63fb6f9 | ||
|
|
c70e760b19 | ||
|
|
3c7e32eb9f | ||
|
|
ccc7b81b5c | ||
|
|
701f8427a0 | ||
|
|
20322eb2c9 | ||
|
|
72edcbba10 | ||
|
|
5396f9322b | ||
|
|
65b0cdc588 | ||
|
|
b7dbf997ec | ||
|
|
c04f1daeab | ||
|
|
84b7abe2ce | ||
|
|
85422d15a8 | ||
|
|
d3e9c43c34 | ||
|
|
6a9b0d74fd | ||
|
|
3e1fbfa830 | ||
|
|
c842be4501 | ||
|
|
132867482f | ||
|
|
6a2a90164f | ||
|
|
f7952743e5 | ||
|
|
1492a0d0f9 | ||
|
|
26d9758452 | ||
|
|
6ac125f060 | ||
|
|
48af148297 | ||
|
|
818c1bd3dd | ||
|
|
a4c569f552 | ||
|
|
55d5550ad4 | ||
|
|
ddc29b1d38 | ||
|
|
b684553da2 | ||
|
|
ec8a74f219 | ||
|
|
73e6a91de3 | ||
|
|
e1c62ee5e5 | ||
|
|
a192a76ca9 | ||
|
|
a7d378ca09 | ||
|
|
285cfd69cd | ||
|
|
c1fb952a94 | ||
|
|
b1916a0e1a | ||
|
|
44972a284c | ||
|
|
6dd93508e7 | ||
|
|
930efd244d | ||
|
|
60f577ea04 | ||
|
|
31a16d3c2e | ||
|
|
c53a03372d | ||
|
|
e9caad7dec | ||
|
|
7a21693912 | ||
|
|
942fc9fe00 | ||
|
|
a2096046d5 | ||
|
|
a7cb21605c | ||
|
|
c495ce47ed | ||
|
|
f1a1941455 | ||
|
|
a19eab8382 | ||
|
|
4ee7e5541f | ||
|
|
013d5bd2b2 | ||
|
|
c1d36ebaef | ||
|
|
71eb2ae333 | ||
|
|
dd1ad63ca9 | ||
|
|
de7e37509c | ||
|
|
51918fecbe | ||
|
|
4fb7d154d6 |
@@ -519,7 +519,7 @@ NAME=$DOCKER_USER/actions-runner-controller \
|
|||||||
|
|
||||||
Please follow the instructions explained in [Using Personal Access Token](#using-personal-access-token) to obtain
|
Please follow the instructions explained in [Using Personal Access Token](#using-personal-access-token) to obtain
|
||||||
`GITHUB_TOKEN`, and those in [Using GitHub App](#using-github-app) to obtain `APP_ID`, `INSTALLATION_ID`, and
|
`GITHUB_TOKEN`, and those in [Using GitHub App](#using-github-app) to obtain `APP_ID`, `INSTALLATION_ID`, and
|
||||||
`PRIAVTE_KEY_FILE_PATH`.
|
`PRIVATE_KEY_FILE_PATH`.
|
||||||
|
|
||||||
The test creates a one-off `kind` cluster, deploys `cert-manager` and `actions-runner-controller`,
|
The test creates a one-off `kind` cluster, deploys `cert-manager` and `actions-runner-controller`,
|
||||||
creates a `RunnerDeployment` custom resource for a public Git repository to confirm that the
|
creates a `RunnerDeployment` custom resource for a public Git repository to confirm that the
|
||||||
@@ -527,7 +527,7 @@ controller is able to bring up a runner pod with the actions runner registration
|
|||||||
|
|
||||||
If you prefer to test in a non-kind cluster, you can instead run:
|
If you prefer to test in a non-kind cluster, you can instead run:
|
||||||
|
|
||||||
```shell script
|
```shell
|
||||||
KUBECONFIG=path/to/kubeconfig \
|
KUBECONFIG=path/to/kubeconfig \
|
||||||
NAME=$DOCKER_USER/actions-runner-controller \
|
NAME=$DOCKER_USER/actions-runner-controller \
|
||||||
GITHUB_TOKEN=*** \
|
GITHUB_TOKEN=*** \
|
||||||
|
|||||||
4
artifacthub-repo.yml
Normal file
4
artifacthub-repo.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
repositoryID: 6e120248-b034-45e5-b16c-6015ecfa7c6c
|
||||||
|
owners:
|
||||||
|
- name: mumoshu
|
||||||
|
email: ykuoka@gmail.com
|
||||||
1089
index.yaml
Normal file
1089
index.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user