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

bug: we should not assume that the cluster domain is cluster.local #139

Closed
dmccaffery opened this issue Nov 4, 2022 · 0 comments · Fixed by #140
Closed

bug: we should not assume that the cluster domain is cluster.local #139

dmccaffery opened this issue Nov 4, 2022 · 0 comments · Fixed by #140
Assignees

Comments

@dmccaffery
Copy link
Collaborator

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

In our environments, we do not use the default cluster domain of cluster.local -- this either needs to be a variable, or allow resolv search domains to be used by dropping the domain.

@dmccaffery dmccaffery self-assigned this Nov 4, 2022
dmccaffery added a commit to dmccaffery/fluxcd-community-helm-charts that referenced this issue Nov 4, 2022
…y#139)

* add new `clusterDomain` variable which defaults to `cluster.local`
* use `clusterDomain` for source-controller `storage-adv-addr` argument
* use `clusterDomain` for `events-addr` argument

NOTES:

The source-controller manifest included a hard-coded advertising
address with `cluster.local`. In some environments, the cluster domain
is modified, which broke the kustomize controller from being able to
resolve the source controller to acquire artifacts.

BREAKING CHANGE:

The `eventsaddr` variable has been removed as it is no longer necessary.
The new `clusterDomain` variable is now used to create a fully-qualified
addresses throughout the deployment manifiests.

Signed-off-by: Deavon M. McCaffery <[email protected]>
dmccaffery added a commit to dmccaffery/fluxcd-community-helm-charts that referenced this issue Nov 4, 2022
…y#139)

* add new `clusterDomain` variable which defaults to `cluster.local`
* use `clusterDomain` for source-controller `storage-adv-addr` argument
* use `clusterDomain` for `events-addr` argument

NOTES:

The source-controller manifest included a hard-coded advertising
address with `cluster.local`. In some environments, the cluster domain
is modified, which broke the kustomize controller from being able to
resolve the source controller to acquire artifacts.

BREAKING CHANGE:

The `eventsaddr` variable has been removed as it is no longer necessary.
The new `clusterDomain` variable is now used to create a fully-qualified
addresses throughout the deployment manifiests.

Signed-off-by: Deavon M. McCaffery <[email protected]>
dmccaffery added a commit to dmccaffery/fluxcd-community-helm-charts that referenced this issue Nov 4, 2022
…y#139)

* add new `clusterDomain` variable which defaults to `cluster.local`
* use `clusterDomain` for source-controller `storage-adv-addr` argument
* use `clusterDomain` for `events-addr` argument

NOTES:

The source-controller manifest included a hard-coded advertising
address with `cluster.local`. In some environments, the cluster domain
is modified, which broke the kustomize controller from being able to
resolve the source controller to acquire artifacts.

BREAKING CHANGE:

The `eventsaddr` variable has been removed as it is no longer necessary.
The new `clusterDomain` variable is now used to create a fully-qualified
addresses throughout the deployment manifiests.

Signed-off-by: Deavon M. McCaffery <[email protected]>
dmccaffery added a commit that referenced this issue Nov 5, 2022
* add new `clusterDomain` variable which defaults to `cluster.local`
* use `clusterDomain` for source-controller `storage-adv-addr` argument
* use `clusterDomain` for `events-addr` argument

NOTES:

The source-controller manifest included a hard-coded advertising
address with `cluster.local`. In some environments, the cluster domain
is modified, which broke the kustomize controller from being able to
resolve the source controller to acquire artifacts.

BREAKING CHANGE:

The `eventsaddr` variable has been removed as it is no longer necessary.
The new `clusterDomain` variable is now used to create a fully-qualified
addresses throughout the deployment manifiests.

Signed-off-by: Deavon M. McCaffery <[email protected]>
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 a pull request may close this issue.

1 participant