Skip to content

Wait on the correct Deployment name when deploying atenet-dns#542

Merged
Julian Gutierrez Oschmann (juli4n) merged 1 commit into
mainfrom
bench/fix-dns-rollout-status
Jul 27, 2026
Merged

Wait on the correct Deployment name when deploying atenet-dns#542
Julian Gutierrez Oschmann (juli4n) merged 1 commit into
mainfrom
bench/fix-dns-rollout-status

Conversation

@chuangw6

Copy link
Copy Markdown
Collaborator

The Deployment in atenet-dns.yaml is named dns; every other resource in that file is atenet-dns. The installer waited on the filename rather than the actual Deployment, so this step failed with NotFound on every otherwise-successful deploy.

The Deployment in manifests/ate-install/atenet-dns.yaml is named "dns",
while every other resource in that file is named "atenet-dns". The
rollout check waited on deployment/atenet-dns, so --deploy-atenet exited
non-zero with

  Error from server (NotFound): deployments.apps "atenet-dns" not found

on every otherwise successful deploy, after the router rollout had
already been confirmed.
@juli4n
Julian Gutierrez Oschmann (juli4n) merged commit 474f3d2 into main Jul 27, 2026
11 checks passed
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.

2 participants