Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
package-authoring
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
Title
c
calm-greece-42329
07/22/2020, 7:02 PM
is there a way to tell pulumi to ignore if a service is ready? i have one i define for prometheus discovery but since its being deployed before nay services, it doesnt match any pods and fails my deployment
g
gorgeous-egg-16927
07/22/2020, 7:10 PM
You can use the skipAwait annotation. See
https://www.pulumi.com/blog/improving-kubernetes-management-with-pulumis-await-logic/
c
calm-greece-42329
07/22/2020, 7:12 PM
👏
the problem i was trying to diagnose with the logs may be something i can skip with this same thing
4 Views
#kubernetes
Join Slack