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

[Manifest-Deployer] allow to use soft links in /var/lib/k0s/manifests #4402

Open
secustor opened this issue May 9, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@secustor
Copy link

secustor commented May 9, 2024

Is your feature request related to a problem? Please describe.

I'm keeping all configuration in a central git repository which includes some manifests and my k0sctl config.

Now I want to use the manifest deployer to add some manifests and reconcile it reguralry ( I'm pulling in changes via git ).

My first attempt has been to simply add a soft link from /var/lib/k0s/manifests/custom to /data/setup/manifests, though these manifests are not deployed.
During debugging I have copied the manifest manually to /var/lib/k0s/manifests/test, which brought the desired effect.

I guess currently manifest-deployer:

  • do not listen for filesystem events behind soft links
  • or can not resolve soft links at all

Describe the solution you would like

manifest-deployer resolves and listens to soft links in its manifest folder.

Describe alternatives you've considered

Writing a script to copy and overwrite the data after pulling the new data or moving it into a helm chart extension.

Additional context

No response

@secustor secustor added the enhancement New feature or request label May 9, 2024
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