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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
In some environments DNS "challenges" can make it difficult to get all the required hostnames mapped through to the builder. Being able to inject custom static hostnames may be beneficial for some users.
As a short-term workaround, using kubectl patch ... can re-configure an existing builder. For example:
Describe the problem/challenge you have
In some environments DNS "challenges" can make it difficult to get all the required hostnames mapped through to the builder. Being able to inject custom static hostnames may be beneficial for some users.
As a short-term workaround, using
kubectl patch ...
can re-configure an existing builder. For example:custom-hosts.yaml
Description of the solution you'd like
Add new flag to
kubectl buildkit create
to pass one or more custom hostnames.We'll need to explain the relationship between
--add-host
passed to builds vs. this new flag and reconcile any potential inconsistencies.Design/Architecture Details
Wire up the custom
hostAliases
for the manifest generation based on this new flag.Environment Details:
kubectl buildkit version (use
kubectl buildkit version
)0.1.3
Kubernetes version (use
kubectl version
)N/A
Where are you running kubernetes (e.g., bare metal, vSphere Tanzu, Cloud Provider xKS, etc.)
N/A
sudo ctr version
or dockerddocker version
on one of your kubernetes worker nodes)N/A
Vote on this request
This is an invitation to the community to vote on issues. Use the "smiley face" up to the right of this comment to vote.
The text was updated successfully, but these errors were encountered: