kubectl run --generator=job/v1 is DEPRECATED and will be removed in a future version.
Bug #1882977 reported by
Chris Johnston
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Kubernetes E2E Test Charm |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When running e2e with 1.17 the following is seen:
Jun 10 15:24:21.526: INFO: Running '/snap/bin/kubectl --server=https:/
Jun 10 15:24:21.672: INFO: stderr: "kubectl run --generator=job/v1 is DEPRECATED and will be removed in a future version. Use kubectl run --generator=
To post a comment you must log in.
This is an issue with upstream e2e that was fixed in Kubernetes 1.18.
https:/ /github. com/kubernetes/ kubernetes/ pull/87077