File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
pkg/apis/eksctl.io/v1alpha5 Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1545
1545
},
1546
1546
"privateNetworking" : {
1547
1547
"type" : " boolean" ,
1548
- "description" : " Enable [private networking](/usage/vpc-networking /#use-private-subnets-for-initial-nodegroup) for nodegroup" ,
1549
- "x-intellij-html-description" : " Enable <a href=\" /usage/vpc-networking /#use-private-subnets-for-initial-nodegroup\" >private networking</a> for nodegroup" ,
1548
+ "description" : " Enable [private networking](/usage/vpc-subnet-settings /#use-private-subnets-for-initial-nodegroup) for nodegroup" ,
1549
+ "x-intellij-html-description" : " Enable <a href=\" /usage/vpc-subnet-settings /#use-private-subnets-for-initial-nodegroup\" >private networking</a> for nodegroup" ,
1550
1550
"default" : " false"
1551
1551
},
1552
1552
"propagateASGTags" : {
1932
1932
},
1933
1933
"privateNetworking" : {
1934
1934
"type" : " boolean" ,
1935
- "description" : " Enable [private networking](/usage/vpc-networking /#use-private-subnets-for-initial-nodegroup) for nodegroup" ,
1936
- "x-intellij-html-description" : " Enable <a href=\" /usage/vpc-networking /#use-private-subnets-for-initial-nodegroup\" >private networking</a> for nodegroup" ,
1935
+ "description" : " Enable [private networking](/usage/vpc-subnet-settings /#use-private-subnets-for-initial-nodegroup) for nodegroup" ,
1936
+ "x-intellij-html-description" : " Enable <a href=\" /usage/vpc-subnet-settings /#use-private-subnets-for-initial-nodegroup\" >private networking</a> for nodegroup" ,
1937
1937
"default" : " false"
1938
1938
},
1939
1939
"propagateASGTags" : {
Original file line number Diff line number Diff line change @@ -1672,7 +1672,7 @@ type NodeGroupBase struct {
1672
1672
// +optional
1673
1673
Labels map [string ]string `json:"labels,omitempty"`
1674
1674
// Enable [private
1675
- // networking](/usage/vpc-networking /#use-private-subnets-for-initial-nodegroup)
1675
+ // networking](/usage/vpc-subnet-settings /#use-private-subnets-for-initial-nodegroup)
1676
1676
// for nodegroup
1677
1677
// +optional
1678
1678
PrivateNetworking bool `json:"privateNetworking"`
You can’t perform that action at this time.
0 commit comments