I have by mistake added wrong value in taints (key=value), How to change it ? if . . .

UJJWAL KUMAR:
i have by mistake added wrong value in taints (key=value), How to change it ?
if i am re-executing the same command with correct value its giving error.

kubectl taint node node01 spray=mortein:NoSchedule
error: node node01 already has spray taint(s) with same effect(s) and --overwrite is false

Fernando Jordan Silva:
Try to add the flag “—overwrite=true”

Fernando Jordan Silva:
Or remove the taint and add it again: kubectl taint node node01 spray-

UJJWAL KUMAR:
ok thanks :slightly_smiling_face: