Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#kubernetes
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
Post