-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
[FEAT] Run on Kubernetes with config map for ddclient.conf file #95
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
This is what I did as a workaround. Note that this will not capture upstream changes on the
|
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
I really would love this to happen but my last attempt was shot down by the maintainers sadly if memory serves correctly... |
Is this a new feature request?
Wanted change
I'm moving my stuff to Kubernetes and while moving this I don't want to have to create a volume for it but only creating a configmap, it's a configuration file and it makes sense to be a configmap instead of giving it a volume only for a config file.
Reason for change
it's a configuration file and it makes sense to be a configmap instead of giving it a volume only for a config file.
I tried doing it, but it's trying to change the owner of the file some some reason
chown: changing ownership of '/config/ddclient.conf': Read-only file system
**** Permissions could not be set. This is probably because your volume mounts are remote or read-only. ****
**** The app may not work properly and we will not provide support for it. ****
chmod: changing permissions of '/config/ddclient.conf': Read-only file system
s6-rc: warning: unable to start service init-ddclient-config: command exited 1
Proposed code change
No response
The text was updated successfully, but these errors were encountered: