-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Started guide for K8s incorrectly states minikube doesn't support LoadBalancer #11582
Comments
Hi @biasedbit !!! However, the changes that I noticed in the step was that A better approach to documentation update would be to remove the condition service logic @ringods and @desteves please let me know your thought on this approach to documentation and I am more than happy to submit a PR with the changes. |
Just submitted a PR with changes for Python and YAML pulumi/pulumi-hugo#3521 |
Checking in here: @desteves (pulumi/pulumi-hugo#3841) and @Rajakavitha1 (pulumi/pulumi-hugo#3521) both had submitted PRs that would address this issue, however they were never merged, and the repo the PRs were on is now archived ( @interurban We migrated the issues from that repo, but it seems the open PRs didn't migrate? This feels like a loss of good work. Should we move pulumi/pulumi-hugo#3841 here and get it merged? Or are do we prefer to abandon these PRs and keep the example as-is? If so, we should probably close this ticket as |
The Pulumi & Kubernetes guide can be updated to remove the conditional service logic for minikube. I got through the example using minikube with
isMinikube
set tofalse
.Steps to reproduce:
In a separate terminal, run
minikube tunnel
(required forLoadBalancer
to obtain IP127.0.0.1
)Follow all instructions with
isMinikube
set tofalse
Modify
frontend
service external port to 8080:Run
pulumi up
Use
curl
to validate setup:Notes:
minikube tunnel
minikube tunnel
must be running, otherwise service creation will stall waiting for IP assignmentEnv details
The text was updated successfully, but these errors were encountered: