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 deployment and connection issues by ensuring namespace alignment and DNS resolution #204

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

poul0315
Copy link

The config-cloudflare-ddns-Secret.yaml is being created in the ddns namespace, while the Deployment is being created in the default namespace. This causes the Deployment to fail to become ready.

inside of config-cloudflare-ddns-Secret.yaml:
image

Copy link
Author

@poul0315 poul0315 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed error caused by inability to resolve Cloudflare API domain in K8S:
image

image

however, IPv6 is not configurable. Only IPv4 works so far.

@poul0315 poul0315 changed the title Ensure the Deployment is created in the ddns namespace. Fix deployment and connection issues by ensuring namespace alignment and DNS resolution Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant