Skip to content

Commit

Permalink
Merge pull request #157 from bcarlock-emerge/master
Browse files Browse the repository at this point in the history
patch for #156 #156
  • Loading branch information
adrienjt committed Jan 16, 2023
2 parents 331021b + 5d4dbd3 commit 408855e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/model/virtualnode/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func BaseLabels(targetNamespace, targetName string) map[string]string {
common.LabelAndTaintKeyVirtualKubeletProvider: common.VirtualKubeletProviderName,
"kubernetes.io/role": "cluster",
"alpha.service-controller.kubernetes.io/exclude-balancer": "true",
"node.kubernetes.io/exclude-from-external-load-balancers": "true",
}
if targetNamespace == "" {
l[common.LabelKeyClusterTargetName] = targetName
Expand Down

0 comments on commit 408855e

Please sign in to comment.