Skip to content

Commit e9eb68d

Browse files
Harsh Bahuafincd-aws
authored andcommitted
Fix backticks causing build failures
cr: https://code.amazon.com/reviews/CR-177830334
1 parent 884c35b commit e9eb68d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

latest/ug/networking/network-reqs.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you created a cluster with [.noloc]`Kubernetes` `1.14` or earlier, Amazon EKS
4747
|Value
4848
4949
50-
|``kubernetes.io/cluster/[.replaceable]`my-cluster```
50+
|`kubernetes.io/cluster/[.replaceable]``my-cluster```
5151
|`owned`
5252
|===
5353
@@ -242,7 +242,7 @@ When a [.noloc]`Kubernetes` cluster that's version `1.18` and earlier was create
242242
|Value
243243
244244
245-
|``kubernetes.io/cluster/[.replaceable]`my-cluster```
245+
|`kubernetes.io/cluster/[.replaceable]``my-cluster```
246246
|`shared`
247247
|===
248248
@@ -283,4 +283,4 @@ You can use _VPC sharing_ to share subnets with other {aws} accounts within the
283283
For more information about VPC subnet sharing, see link:vpc/latest/userguide/vpc-sharing.html#vpc-share-limitations[Share your VPC with other accounts,type="documentation"] in the _Amazon VPC User Guide_.
284284
285285
286-
📝 https://github.com/search?q=repo%3Aawsdocs%2Famazon-eks-user-guide+%5B%23network-reqs%5D&type=code[Edit this page on GitHub]
286+
📝 https://github.com/search?q=repo%3Aawsdocs%2Famazon-eks-user-guide+%5B%23network-reqs%5D&type=code[Edit this page on GitHub]

0 commit comments

Comments
 (0)