Fabian Kramm

Results 441 comments of Fabian Kramm

@withinboredom thanks for creating this issue! We have an option to override this with: ``` dev: my-dev: ports: - port: 8080 bindAddress: "localhost" ```

@shaunc @LukasGentele Regarding how dependencies are "merged": so the way dependencies are resolved is by assigning dependencies unique ids and then we just check the tree if a given dependency...

@withinboredom not sure if this setting makes sense for reverse port forwarding as the listening happens within the container and then a connection to the localhost is made.

@saruman9 thanks for creating this issue! Yes I guess in future we could allow that

@mausch thanks for reporting this issue! Would you be able to send us the web console output for the blank page (Right click -> Inspect -> Navigate to Console). Are...

@mausch oh yes thats true, thanks for reporting this the message should say: ``` To log in as a different user, run: ./loft login DOMAIN ```

Hey @SCLogo ! Thanks for creating this issue and sorry for the delay, we will need to investigate that.

@adarsh-jha-dev thanks for the PR! I'm not sure if we agree with those changes, will need more time to review that.

@ytizhang thanks for creating this issue, mhh I think that should work, can you send the rewritten pod yaml from the host cluster? The relevant implementation is here: https://github.com/loft-sh/vcluster/blob/be19d090ebc5d6bc7275cca68d062bbd608ca097/pkg/controllers/resources/pods/translate/translator.go#L772

@joaocc thanks for creating this issue! I don't think we can do much there, you will need to remove it from manifests or delete it within vcluster and then add...