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

Add options to push created Docker images to a repository, or keep them local on the node #2

Open
fourpastmidnight opened this issue Nov 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@fourpastmidnight
Copy link
Owner

Currently, the script module builds any required docker images locally on the node being configured as a Windows cluster node, as well as updates the flannel-*.yml DaemonSet configuration file and the kube-proxy.yml DaemonSet configuration file.

Update the module to also accept a docker repository to which to push the images, and update the DaemonSet configuration files appropriately. Still maintain the option to build the images locally and keep them locally on the server (by configuring imagePullPolicy: never), as the module currently does.

@fourpastmidnight fourpastmidnight added the enhancement New feature or request label Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant