You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I'd like:
I want to be able to run a bootstrap container but also provide commands/args to it. Really what I would like it is to be able to provide a script somehow. I want to run a bootstrap container with a script to provision local NVME disks but with specific mount options and additional arguments to the mkfs command. I could try to do this with a bootstrap container but I really don't want to create a bootstrap container when all I really need a script. Plus I need to use a private non-ECR repo to host the container image and getting credentials in there for it is also a pain. I can't just put the credentials in the clear in my karpenter provisioner and I'm not sure how I could get credentials from say, a Kubernetes secret into the configuration of bottle rocket via apiclient or something.
The text was updated successfully, but these errors were encountered:
What I'd like:
I want to be able to run a bootstrap container but also provide commands/args to it. Really what I would like it is to be able to provide a script somehow. I want to run a bootstrap container with a script to provision local NVME disks but with specific mount options and additional arguments to the mkfs command. I could try to do this with a bootstrap container but I really don't want to create a bootstrap container when all I really need a script. Plus I need to use a private non-ECR repo to host the container image and getting credentials in there for it is also a pain. I can't just put the credentials in the clear in my karpenter provisioner and I'm not sure how I could get credentials from say, a Kubernetes secret into the configuration of bottle rocket via apiclient or something.
The text was updated successfully, but these errors were encountered: