Skip to content

(k3s) Finding a starting point... #8959

Discussion options

You must be logged in to vote

Hey, sorry for the late reply.

So one issue I'm seeing right off the bat, assuming you want to run Concourse on your k3s cluster, is that your k3's cluster is running on arm64 machines. Sadly Concourse doesn't officially release arm64 binaries at this time. I know some community folks build and publish some binaries though.

Now for your questions:

How would I implement an entire shell script as a step? Patching k3s is simple, but I do need to run a few commands. Normally, I would drop it into a ConfigMap and mount that.

So how this typically works is you make a job that downloads a git repo that contains your shell script, and then execute the shell script in a task step. You can see ho…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@IngwiePhoenix
Comment options

Answer selected by IngwiePhoenix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants