sparse-intern-71089
06/01/2023, 10:58 PMsteep-toddler-94095
06/02/2023, 1:56 AMCommand
resource from @pulumi/command
to run the kubectl
CLI in a loop forever until the daemonset pods are ready, and set a customTimeout for the Command resourcemelodic-knife-7189
06/02/2023, 3:40 PMkubectl rollout status
to wait for the DaemonSet deploy to complete, right? I’ll have to check, but I don’t think I have a kubectl
binary (or a corresponding config) to use in my deployment pipeline. Sounds like I’d have to at least get the kubectl
binary. But maybe I could effectively get a .kube/config
out of pulumi since it already has the necessary creds?melodic-knife-7189
06/02/2023, 3:50 PMsteep-toddler-94095
06/02/2023, 3:51 PMmelodic-knife-7189
06/02/2023, 3:52 PM