mirror of
https://github.com/rancher/rke.git
synced 2025-09-12 21:24:00 +00:00
Remove timestamp from taint
This commit is contained in:
@@ -228,6 +228,5 @@ func toTaint(taintStr string) v1.Taint {
|
|||||||
Key: key,
|
Key: key,
|
||||||
Value: value,
|
Value: value,
|
||||||
Effect: effect,
|
Effect: effect,
|
||||||
TimeAdded: metav1.Time{time.Now()},
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user