mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #42167 from ncdc/make-kubectl-taint-e2e-serial
Make kubectl taint e2e serial
This commit is contained in:
commit
77733c2afd
@ -1395,7 +1395,9 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
framework.KubeDescribe("Kubectl taint", func() {
|
// This test must run [Serial] because it modifies the node so it doesn't allow pods to execute on
|
||||||
|
// it, which will affect anything else running in parallel.
|
||||||
|
framework.KubeDescribe("Kubectl taint [Serial]", func() {
|
||||||
It("should update the taint on a node", func() {
|
It("should update the taint on a node", func() {
|
||||||
testTaint := v1.Taint{
|
testTaint := v1.Taint{
|
||||||
Key: fmt.Sprintf("kubernetes.io/e2e-taint-key-001-%s", string(uuid.NewUUID())),
|
Key: fmt.Sprintf("kubernetes.io/e2e-taint-key-001-%s", string(uuid.NewUUID())),
|
||||||
|
Loading…
Reference in New Issue
Block a user