Is there a way to lookup details only for a specif...
# general
s
Is there a way to lookup details only for a specific resource with
pulumi up
? In the same update, I’m also deleting a big Helm chart (
kube-prometheus
) and that creates a very, very big details list. Therefore, if I can select just one resource (which is not of that chart’s resources) would help a lot.
w
Are you looking to just update a single resource? When you say "lookup" - what did you have in mind?
s
I want to apply all resources at once. Often I just want to see details only for a single resource (or some) before applying it. Just updating a single resource with its dependencies would be a nice workaround, too. I’m aware that this is unavailable yet, unfortunately: https://github.com/pulumi/pulumi/issues/2317 Otherwise I would have taken that path already.
For illustration: Pulumi details for deleting the
kube-prometheus
Helm chart contain all 4
CustomResourceDefinitions
, some with >2k lines for the
validation
part (e.g. Alertmanager: https://github.com/coreos/kube-prometheus/blob/master/manifests/0prometheus-operator-0alertmanagerCustomResourceDefinition.yaml). You don’t want to scroll through that long list to find the other resources (!= this Helm chart), do you?