Conversation
…odes Agent-Logs-Url: https://github.com/Azure/unbounded-kube/sessions/6477b6e1-1ec8-4c3b-9508-8b1e3e0eead0 Co-authored-by: bcho <1975118+bcho@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove kubernetes.azure.com/cluster label from unbounded managed node
Stop adding kubernetes.azure.com/cluster label to unbounded-managed nodes
Apr 9, 2026
bcho
requested changes
Apr 9, 2026
Agent-Logs-Url: https://github.com/Azure/unbounded-kube/sessions/aec606b5-dd1b-47d9-bbac-bba383dd7065 Co-authored-by: bcho <1975118+bcho@users.noreply.github.com>
Member
|
Partial kubelet logs: |
bcho
requested changes
Apr 13, 2026
…ide test Agent-Logs-Url: https://github.com/Azure/unbounded-kube/sessions/e1ee4530-dba0-4c04-ba9b-c8d7488e1c0f Co-authored-by: bcho <1975118+bcho@users.noreply.github.com>
bcho
approved these changes
Apr 13, 2026
Agent-Logs-Url: https://github.com/Azure/unbounded-kube/sessions/bbe6e477-5a0a-4974-b5c0-5cd0f40c6682 Co-authored-by: bcho <1975118+bcho@users.noreply.github.com>
Contributor
Author
jwilder
previously approved these changes
Apr 24, 2026
bcho
requested changes
May 7, 2026
Co-authored-by: bcho <1975118+bcho@users.noreply.github.com>
Contributor
Author
Agent-Logs-Url: https://github.com/Azure/unbounded/sessions/897b30d1-f06d-4a2a-9817-37878b1de069 Co-authored-by: bcho <1975118+bcho@users.noreply.github.com>
Contributor
Author
Fixed in a404b35 — removed the double blank line at line 70 in |
bcho
approved these changes
May 7, 2026
plombardi89
approved these changes
May 7, 2026
jwilder
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AKS unbounded-managed nodes should not be stamped with
kubernetes.azure.com/cluster, which is an AKS-internal label that should only appear on natively provisioned nodes. This PR removes that label and adds unbounded-managed kube-proxy for external site nodes so ClusterIP service traffic works without modifying the provider-owned AKS kube-proxy DaemonSet.Changes
kubernetes.azure.com/clusterto unbounded-managed AKS node labels.unbounded-net-kube-proxy-<site>DaemonSet per Site.net.unbounded-cloud.io/kube-proxy=managedonly when they are not AKS/provider-managed and are not already covered by a provider kube-proxy DaemonSet.kube-system/kube-proxyimage when available, with runtime config and flag overrides for the managed kube-proxy image and enablement.unbounded-net-kube-proxyServiceAccount,system:node-proxierbinding, and controller DaemonSet RBAC.designs/managed-kube-proxy.md.Validation
go test ./internal/net/config ./internal/net/controller ./cmd/unbounded-net-controllergo build -o bin/unbounded-net-controller ./cmd/unbounded-net-controllergit diff --checkmake net-manifests unbounded-net-controllertestsite node could not reachunbounded-net-controllerthrough ClusterIP before managed kube-proxy; afterunbounded-net-kube-proxy-testscheduled, ClusterIP10.0.203.248:9999became reachable.