File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -571,9 +571,9 @@ and then invoke those commands through `linkerd viz stat`,
571
571
linkerd upgrade | kubectl apply --prune -l linkerd.io/control-plane-ns=linkerd -f -
572
572
# Prune cluster-scoped resources
573
573
linkerd upgrade | kubectl apply --prune -l linkerd.io/control-plane-ns=linkerd \
574
- --prune-whitelist =rbac.authorization.k8s.io/v1/clusterrole \
575
- --prune-whitelist =rbac.authorization.k8s.io/v1/clusterrolebinding \
576
- --prune-whitelist =apiregistration.k8s.io/v1/apiservice -f -
574
+ --prune-allowlist =rbac.authorization.k8s.io/v1/clusterrole \
575
+ --prune-allowlist =rbac.authorization.k8s.io/v1/clusterrolebinding \
576
+ --prune-allowlist =apiregistration.k8s.io/v1/apiservice -f -
577
577
# Install the Linkerd-Viz extension to restore viz functionality.
578
578
linkerd viz install | kubectl apply -f -
579
579
```
Original file line number Diff line number Diff line change @@ -590,9 +590,9 @@ and then invoke those commands through `linkerd viz stat`,
590
590
linkerd upgrade | kubectl apply --prune -l linkerd.io/control-plane-ns=linkerd -f -
591
591
# Prune cluster-scoped resources
592
592
linkerd upgrade | kubectl apply --prune -l linkerd.io/control-plane-ns=linkerd \
593
- --prune-whitelist =rbac.authorization.k8s.io/v1/clusterrole \
594
- --prune-whitelist =rbac.authorization.k8s.io/v1/clusterrolebinding \
595
- --prune-whitelist =apiregistration.k8s.io/v1/apiservice -f -
593
+ --prune-allowlist =rbac.authorization.k8s.io/v1/clusterrole \
594
+ --prune-allowlist =rbac.authorization.k8s.io/v1/clusterrolebinding \
595
+ --prune-allowlist =apiregistration.k8s.io/v1/apiservice -f -
596
596
# Install the Linkerd-Viz extension to restore viz functionality.
597
597
linkerd viz install | kubectl apply -f -
598
598
```
You can’t perform that action at this time.
0 commit comments