mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Merge pull request #98806 from rikatz/remove-extension-prune
Remove extensions v1beta1 from addon manager and kubectl prune
This commit is contained in:
@@ -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}"
|
||||
|
Reference in New Issue
Block a user