kubefirst icon indicating copy to clipboard operation
kubefirst copied to clipboard

New install on Mac M3Max - gitlab runner fails.

Open paxinos opened this issue 8 months ago • 4 comments

Which version of kubefirst are you using?

2.4.8

Which cloud provider?

k3d (local)

Which DNS?

None specific

Which installation type?

CLI

Which distributed Git provider?

GitLab

Did you use a fork of gitops-template?

No

Which Operating System?

macOS

What is the issue?

Tried a couple times with the same results.

Command line is:

kubefirst k3d create --git-provider gitlab --gitlab-group theosis1 --cluster-name theosis1

Verfied gitlab-token is valid and has proper permissions.

Another Mac issue is when using bash as the shell, if kubefirst exits I need to run 'stty sane' or else the shell behaves poorly (doesn't use newlines/returns,... doesn't show cursor,.... )

Registration attempt 28 of 30                                                                                                                                   │
│ Runtime platform                                    arch=arm64 os=linux pid=480 revision=d540b510 version=15.9.1                                                │
│ WARNING: Running in user-mode.                                                                                                                                  │
│ WARNING: The user-mode requires you to manually start builds processing:                                                                                        │
│ WARNING: $ gitlab-runner run                                                                                                                                    │
│ WARNING: Use sudo for system-mode:                                                                                                                              │
│ WARNING: $ sudo gitlab-runner...                                                                                                                                │
│                                                                                                                                                                 │
│ Merging configuration from template file "/configmaps/config.template.toml"                                                                                     │
│ PANIC: The registration-token needs to be entered                                                                                                               │
│ Registration attempt 29 of 30                        

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

paxinos avatar May 30 '24 19:05 paxinos