mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 17:16:12 +00:00
use patch instead of replace to test the dry-run option
This commit is contained in:
6
test/conformance/testdata/conformance.yaml
vendored
6
test/conformance/testdata/conformance.yaml
vendored
@@ -1476,9 +1476,9 @@
|
||||
codename: '[sig-cli] Kubectl client Kubectl server-side dry-run should check if
|
||||
kubectl can dry-run update Pods [Conformance]'
|
||||
description: The command 'kubectl run' must create a pod with the specified image
|
||||
name. After, the command 'kubectl replace --dry-run=server' should update the
|
||||
Pod with the new image name and server-side dry-run enabled. The image name must
|
||||
not change.
|
||||
name. After, the command 'kubectl patch pod -p {...} --dry-run=server' should
|
||||
update the Pod with the new image name and server-side dry-run enabled. The image
|
||||
name must not change.
|
||||
release: v1.19
|
||||
file: test/e2e/kubectl/kubectl.go
|
||||
- testname: Kubectl, version
|
||||
|
Reference in New Issue
Block a user