mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-03 23:04:53 -04:00
metadata: clarify networking variables
This commit is contained in:
parent
0430336fdf
commit
b69d19c3d6
3 changed files with 9 additions and 6 deletions
|
@ -120,7 +120,7 @@ func (k *KubeWrapper) InitCluster(
|
|||
nodeName = k8sCompliantHostname(instance.Name)
|
||||
providerID = instance.ProviderID
|
||||
nodeIP = instance.VPCIP
|
||||
subnetworkPodCIDR = instance.SubnetworkCIDR
|
||||
subnetworkPodCIDR = instance.SecondaryIPRange
|
||||
|
||||
if len(instance.AliasIPRanges) > 0 {
|
||||
nodePodCIDR = instance.AliasIPRanges[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue