mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-11-03 03:37:54 +00:00
The generator parameter has been discarded
Generator parameter has been deprecated since V1.18.0
66944ff3b5
Change-Id: I67ee89e9087bff04e95c44340e9f6ebeeb7a86fa
This commit is contained in:
@@ -19,7 +19,6 @@ kubectl get nodes -o json | jq -r '.items[].status.addresses[] | select(.type=="
|
||||
function run_and_log_ipcalc {
|
||||
POD_NAME="tmp-$(cat /dev/urandom | env LC_CTYPE=C tr -dc a-z | head -c 5; echo)"
|
||||
kubectl run ${POD_NAME} \
|
||||
--generator=run-pod/v1 \
|
||||
--wait \
|
||||
--image ${UTILS_IMAGE} \
|
||||
--restart=Never \
|
||||
|
||||
Reference in New Issue
Block a user