Skip to content

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

Open
Chuang Wang (chuangw6) wants to merge 1 commit into
mainfrom
bench/fix-dns-rollout-status
Open

Wait on the correct Deployment name when deploying atenet-dns#542
Chuang Wang (chuangw6) wants to merge 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.
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