I have generated an installer url according to the document here: https://kurl.sh/docs/create-installer/creating-an-installer-api but I want to turn that into an airgap bundle such as would be available from https://kurl.sh/aeb67a7.
My URL is https://kurl.sh/2b60ce1 and it works in a command like this for an online instance:
curl -sSL ``https://kurl.sh/2b60ce1`` | sudo bash -s app-version-label=1.13.3
But I also want to be able to install onto an airgapped instance, and I don’t know how to build an airgap bundle for the installer outside of a channel.
(Long story…I’m not a developer–I’m support and the released installers don’t include a specific version of the base kURL installer (Releases · replicatedhq/kURL · GitHub))