Skip to content

Provide a reconcile command to try and bring clusters back to desired…#4719

Closed
paulgmiller wants to merge 15 commits intoAzure:mainfrom
paulgmiller:pmiller/aksreconcile2
Closed

Provide a reconcile command to try and bring clusters back to desired…#4719
paulgmiller wants to merge 15 commits intoAzure:mainfrom
paulgmiller:pmiller/aksreconcile2

Conversation

@paulgmiller
Copy link
Copy Markdown

… state


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update src/index.json automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify src/index.json.

@paulgmiller
Copy link
Copy Markdown
Author

@FumingZhang I didn't use the decorator pattern becauase this reconcile command should never grow or change and when we put it in non - preview we should be able to reuse the exact same function like show.

This repalces #4083

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Apr 22, 2022

AKS

Copy link
Copy Markdown
Member

@FumingZhang FumingZhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I like the idea to use a separate command to do the "empty" PUT request. Left some suggestions to pass the custom header.

@FumingZhang
Copy link
Copy Markdown
Member

And from CI log, need to add help message for the new commands.

paulgmiller and others added 6 commits April 22, 2022 09:03
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
@paulgmiller
Copy link
Copy Markdown
Author

@FumingZhang I pushed some help but style and linter in azdev locally give me alot of failure snot relatedto my change. Is that expected?

@palma21
Copy link
Copy Markdown
Member

palma21 commented Apr 28, 2022

Why not az aks update -n <> -g <> ? that's what my private alias does

@paulgmiller
Copy link
Copy Markdown
Author

Why not az aks update -n <> -g <> ? that's what my private alias does

I'm not sure update is better #4759

@paulgmiller
Copy link
Copy Markdown
Author

paulgmiller commented May 2, 2022

Moving this to #4759

@paulgmiller paulgmiller closed this May 2, 2022
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.

5 participants