mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
docs: add screenshot of 'Confirm Pruning' experience (#25612)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
This commit is contained in:
BIN
docs/assets/confirm-prune.png
Normal file
BIN
docs/assets/confirm-prune.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
@@ -34,6 +34,11 @@ metadata:
|
||||
To confirm the pruning you can use Argo CD UI, CLI or manually apply the `argocd.argoproj.io/deletion-approved: <ISO formatted timestamp>`
|
||||
annotation to the application.
|
||||
|
||||
If a resource with `Prune=confirm` has been pruned, the sync operation will remain in a Syncing state until pruning is
|
||||
confirmed. The UI will look similar to this, with the "Confirm Pruning" button available to complete the sync:
|
||||
|
||||

|
||||
|
||||
## Disable Kubectl Validation
|
||||
|
||||
For a certain class of objects, it is necessary to `kubectl apply` them using the `--validate=false` flag. Examples of this are Kubernetes types which uses `RawExtension`, such as [ServiceCatalog](https://github.com/kubernetes-incubator/service-catalog/blob/master/pkg/apis/servicecatalog/v1beta1/types.go#L497). You can do that using this annotation:
|
||||
|
||||
Reference in New Issue
Block a user