Replies: 3 comments 18 replies
-
To the best of my knowlegde the only way to do vendoring it to download the Helm charts locally, next to |
Beta Was this translation helpful? Give feedback.
-
It's going to be whatever the default is, right? I haven't configured
anything in my Porter manifest, because I wouldn't want to decide something
for the target system. So, how can I help Porter, or the bundle, know the
kubernetes URL on the target system?
…On Fri, Apr 19, 2024, 6:05 PM Kim Christensen ***@***.***> wrote:
Could you try look at the kube config file inside the invocation image?
After you run porter build you should get a new image in Docker. In you
change the entrypoint to /bin/bash you should be able check the contents of
the kubeconfig file and see if it contains the expected cluster address.
Running something like this docker run -it --entrypoint /bin/bash
localhost:32769/porter-hello:porter-93f8fd90e0a57dba2ed53a680cfdd294
would get you into the container image, of course the image name will be
different.
—
Reply to this email directly, view it on GitHub
<#3081 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5JDW6V2MBZOMKBOLB3JXLY6GIL3AVCNFSM6AAAAABGGFBSY2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TCNZRGI3TC>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@kichristensen could you please have a look at the repo? I pushed my updates with things working much better. I am running into an issue where it tries to install redpanda and then it times out, and I am not able to tell why. |
Beta Was this translation helpful? Give feedback.
-
I may have originally mis-filed this as an issue (of the question subtype) but this is probably a better place for it.
What is your question?
I want to include vendor charts when I export a bundle for an air-gapped install. Aren't charts supposed to be included, since air-gapped systems do not have network connectivity?
What have you tried already?
I am using the helm3 mixin in my porter manifest, and I build my bundle and export it as a tgz file. The build output shows the addition of the helm repos that are defined in my manifest, but it does not show the charts being included.
Where have you looked already to figure this out?
I have read all of the porter documentation, and the relevant parts multiple times. I have read the helm3 mixin documentation at the gitlab repo for that mixin, but nothing mentions the download and inclusion of vendor charts.
Was the existing documentation unclear or had gaps?
Nothing mentions vendor charts, specifically. Most documentation includes charts that exist in a place relative to the porter manifest.
Additional Notes
I have filed an issue at the helm3 mixin MChorfa/porter-helm3#56 and I have pushed my porter manifest and the shell script that I am using to build and export my bundle (so that it is repeatable, and so that anyone can see the exact steps that I am taking to do everything with this bundle) to github. You can see my repo here.
Am I doing something wrong, or am I misunderstanding something? If anyone needs any additional information, please let me know. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions