Kubernetes + Jenkins example doesn't work with Minikube #1717
Labels
kind/bug
Some behavior is incorrect or out of spec
needs-triage
Needs attention from the triage team
What happened?
The blog post that surfaces when searching for Pulumi + Jenkins uses the
kubernetes-ts-jenkins
example. In the post, it says the following:I did this, but when I ran
pulumi up
, I got an error about a config value that isn't in the blog post:This value is referenced in the code under a comment that the code itself seems to conflict with (i.e., the comment suggests using
ClusterIP
for Minikube, as the post does, but the code hard-fails on Minkube):When I use
ClusterIP
as the post describes, the deployment eventually times out, after many minutes of retries.The code, comment, and README should be updated to reflect what is supported and the example should be placed under test, so users don't run lose time trying to debug something that may or may not actually be supported.
As an aside, there's an import here that doesn't seem to be doing anything, and warns on update:
Should probably just be deleted and replaced with exporting the actual output:
Example
See above.
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: