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

Openshift Operator Kustomization not Fount 404 #1581

Closed
hupling opened this issue Jul 2, 2021 · 2 comments
Closed

Openshift Operator Kustomization not Fount 404 #1581

hupling opened this issue Jul 2, 2021 · 2 comments

Comments

@hupling
Copy link

hupling commented Jul 2, 2021

Describe the bug

I am using the Openshift Flux Operator Verision 0.16:

In the Kustomization I get the error:

http://source-controller.flux-system.svc.cluster.local./gitrepository/flux-system/podinfo/f8263ad64b651d5a201ff1942cc4c5e9220ed65d.tar.gz, status: 404 Not Found

source-controller.flux-system.svc.cluster.local. <- the problem is the last point.

Can you change in the deployment from source-controller the arguments:

From:

          args:
            - >-
              --storage-adv-addr=source-controller.$(RUNTIME_NAMESPACE).svc.cluster.local.

To:

          args:
            - >-
              --storage-adv-addr=source-controller.$(RUNTIME_NAMESPACE).svc.cluster.local

Below please provide the output of the following commands:

flux version 0.16.0

@hupling hupling changed the title Openshift Operator Openshift Operator Kustomization not Fount 404 Jul 2, 2021
@stefanprodan
Copy link
Member

. <- the problem is the last point.

Removing this is not an option for us, either fix it in CoreDNS or make your own Flux patch.

@hiddeco
Copy link
Member

hiddeco commented Jul 2, 2021

For some background information: http://www.dns-sd.org./trailingdotsindomainnames.html

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

No branches or pull requests

3 participants