We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
source-controller
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
The text was updated successfully, but these errors were encountered:
. <- 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.
Sorry, something went wrong.
For some background information: http://www.dns-sd.org./trailingdotsindomainnames.html
No branches or pull requests
Describe the bug
I am using the Openshift Flux Operator Verision 0.16:
In the Kustomization I get the error:
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:
To:
Below please provide the output of the following commands:
The text was updated successfully, but these errors were encountered: