Merge pull request #98806 from rikatz/remove-extension-prune

Remove extensions v1beta1 from addon manager and kubectl prune
This commit is contained in:
Kubernetes Prow Robot
2021-03-04 14:40:47 -08:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ if [ -z "${KUBECTL_PRUNE_WHITELIST_OVERRIDE:-}" ]; then
apps/v1/Deployment
apps/v1/ReplicaSet
apps/v1/StatefulSet
extensions/v1beta1/Ingress
networking.k8s.io/v1/Ingress
)
else
read -ra KUBECTL_PRUNE_WHITELIST <<< "${KUBECTL_PRUNE_WHITELIST_OVERRIDE}"