Skip to content

Commit

Permalink
MTL-2484 - Remove kube-api from all but NMN (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustydb authored Oct 31, 2024
2 parents d8d2630 + 2252dc9 commit f233ddf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/cli/config/initialize/sls/networkBuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -628,15 +628,15 @@ func createNetFromLayoutConfig(conf NetworkLayoutConfiguration) (*networking.IPV
[]string{},
)
}
subnet.AddReservation(
"kubeapi-vip",
"k8s-virtual-ip",
)
if tempNet.Name == "NMN" {
subnet.AddReservation(
"rgw-vip",
"rgw-virtual-ip",
)
subnet.AddReservation(
"kubeapi-vip",
"k8s-virtual-ip",
)
}
}
}
Expand Down

0 comments on commit f233ddf

Please sign in to comment.