Skip to content
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

Fix azure.json generation: include node-subnet data #804

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

a13x5
Copy link
Contributor

@a13x5 a13x5 commented Dec 18, 2024

Fixes #730

@a13x5 a13x5 force-pushed the azure-nsg-fix branch 4 times, most recently from e6b1c79 to 5f5dac2 Compare December 18, 2024 14:30
@a13x5
Copy link
Contributor Author

a13x5 commented Dec 18, 2024

Tested with LB service with http-echo

> kubectl get svc
NAME           TYPE           CLUSTER-IP      EXTERNAL-IP    PORT(S)        AGE
http-echo-lb   LoadBalancer   10.103.26.121   13.64.251.61   80:32290/TCP   116s
kubernetes     ClusterIP      10.96.0.1       <none>         443/TCP        28m
> curl http://13.64.251.61
"heyyyy"

@a13x5 a13x5 marked this pull request as ready for review December 18, 2024 14:31
@a13x5 a13x5 self-assigned this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Azure cloud provider only creates rules in the control plane NSG
2 participants