Draft
Conversation
ee5e203 to
ca37d9a
Compare
parjong
commented
Dec 16, 2025
| --create-namespace \ | ||
| --set githubConfigUrl="https://github.com/parjong/prototype"" \ | ||
| --set githubConfigSecret.github_token="${GITHUB_PAT}" \ | ||
| oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set |
ca37d9a to
290c973
Compare
Lessons learned! Signed-off-by: Jonghyun Park <parjong@gmail.com>
290c973 to
a703b68
Compare
parjong
commented
Dec 16, 2025
| <!-- helm uninstall self-hosted-k8n --namespace arc-runners --> | ||
|
|
||
| ``` | ||
| helm list -A |
Owner
Author
There was a problem hiding this comment.
helm list -A
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
arc arc-systems 1 2025-12-16 23:17:32.379393712 +0900 KST deployed gha-runner-scale-set-controller-0.13.0 0.13.0
self-hosted-k8n arc-runners 1 2025-12-16 23:18:00.909885263 +0900 KST deployed gha-runner-scale-set-0.13.0 0.13.0
parjong
commented
Dec 16, 2025
| ``` | ||
|
|
||
| ``` | ||
| minikube kubectl -- get pods --namespace arc-runners |
Owner
Author
There was a problem hiding this comment.
``minikube kubectl -- get pods --namespace arc-runners
No resources found in arc-runners namespace.
흠 🤔
Owner
Author
There was a problem hiding this comment.
arc-runners가 배포가 되었으니 이에 따라서 만들어야 할 것 같은데 동작을 안하네 🤔
디버깅 하는 방법을 찾아보자.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lessons learned!