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

aks docs error: taints via az cli not reflecting taints properly #1548

Closed
ernani opened this issue Apr 7, 2020 · 1 comment
Closed

aks docs error: taints via az cli not reflecting taints properly #1548

ernani opened this issue Apr 7, 2020 · 1 comment
Labels

Comments

@ernani
Copy link

ernani commented Apr 7, 2020

Weird thing here, I've added taints to another nodepool I've just added and it shows up as:

TLDR: Any reason why in my case it shows foo=bar:Noschedule and in the doc it shows up as "foo": "bar:NoSchedule"

az aks nodepool add \
    --resource-group foo \
    --cluster-name bar \
    --name footaint \
    --node-count 1 \
    --node-taints "foo=bar:NoSchedule"

But after creating it, the list shows as:

...
"nodeTaints": [
    "foo=bar:NoSchedule"
],
...

Where as in the doc linked here:
https://docs.microsoft.com/en-us/azure/aks/use-multiple-node-pools#specify-a-taint-label-or-tag-for-a-node-pool

It shows as:

...
"nodeTaints":  {
  "foo": "bar:NoSchedule"
},
...

Originally posted by @ernani in #1402 (comment)

@jluk
Copy link
Contributor

jluk commented Apr 8, 2020

@ernani this is a docs error, which we are getting resolved this week.

thanks for flagging cc @mlearned

@jluk jluk closed this as completed Apr 8, 2020
@jluk jluk changed the title aks taints via az cli not reflecting taints properly. aks docs error: taints via az cli not reflecting taints properly Apr 8, 2020
@jluk jluk added the docs label Apr 8, 2020
@triage-new-issues triage-new-issues bot removed the triage label Apr 8, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jul 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants