Skip to content

Commit

Permalink
apply code review (#29272)
Browse files Browse the repository at this point in the history
* apply code review

* remove wireserver description because it's not link local address

* apply code review
  • Loading branch information
norshtein authored May 30, 2024
1 parent 59e7db0 commit c868754
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4919,7 +4919,7 @@
},
"PodLinkLocalAccess": {
"type": "string",
"description": "Defines access to special link local addresses (IMDS and wire server) for pods with hostNetwork=false. If not specified, the default is 'IMDS'.",
"description": "Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. If not specified, the default is 'IMDS'.",
"enum": [
"IMDS",
"None"
Expand All @@ -4930,11 +4930,11 @@
"values": [
{
"value": "IMDS",
"description": "Pods with hostNetwork=false can access IMDS without restriction."
"description": "Pods with hostNetwork=false can access Azure Instance Metadata Service (IMDS) without restriction."
},
{
"value": "None",
"description": "Pods with hostNetwork=false cannot access IMDS and wire server."
"description": "Pods with hostNetwork=false cannot access Azure Instance Metadata Service (IMDS)."
}
]
}
Expand Down Expand Up @@ -5178,7 +5178,7 @@
},
"podLinkLocalAccess": {
"$ref": "#/definitions/PodLinkLocalAccess",
"description": "Defines access to special link local addresses (IMDS and wire server) for pods with hostNetwork=false. if not specified, the default is 'IMDS'."
"description": "Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. if not specified, the default is 'IMDS'."
},
"kubeProxyConfig": {
"type": "object",
Expand Down

0 comments on commit c868754

Please sign in to comment.