Because Linkerd2 is not yet fully deployed, my components won’t be injected with the side-car proxies
gray-city-50684
08/04/2020, 8:09 PM
Is there a way to use Pulumi’s Kubernetes provider to point it to a pre-existing resource (e.g.: namespace) and ask it to do the same functionality that it would do when I deploy Kubernetes components with Pulumi:
• Wait for pods to be in ready state
• Wait for services to have pods to direct traffic to
• etc.
gray-city-50684
08/04/2020, 8:10 PM
Other (hacky) option: can I add a fixed delay somehow?