Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Bridge To Kubernetes to work in Disconnected Environments #637

Open
johncbaur opened this issue Jun 12, 2024 · 0 comments
Open

Fix Bridge To Kubernetes to work in Disconnected Environments #637

johncbaur opened this issue Jun 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@johncbaur
Copy link

Describe the bug
I am trying to get Bridge To Kubernetes to work on an isolated network. I manually transferred the required docker images into my k3s cluster but the restoration pod always fails with ErrImagePull. I believe the issue is caused because RemoteRestoreJobDeployer.cs,
_GetJobSpec method is configuring the imagePullPolicy: Always. If this was configured to IfNotPresent I think the pod might start or at least I would make it further.

Mention the platform you are using
I am using Visual Studio 2022

To Reproduce
Steps to reproduce the behavior:
Try to use Bridge To Kubernetes on an isolated network without an internet connection.

Expected behavior
I would like the imagePullPolicy for any required pod set to IfNotPresent

Desktop (please complete the following information):

  • OS: Windows 10
@johncbaur johncbaur added the bug Something isn't working label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant