Clarify --hostname-override and --cloud-provider interaction#64661
Clarify --hostname-override and --cloud-provider interaction#64661k8s-github-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
/lgtm |
|
/retest |
|
@kubernetes/sig-node-pr-reviews |
| "If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored.") | ||
|
|
||
| fs.StringVar(&f.CloudProvider, "cloud-provider", f.CloudProvider, "The provider for cloud services. Specify empty string for running with no cloud provider.") | ||
| fs.StringVar(&f.CloudProvider, "cloud-provider", f.CloudProvider, "The provider for cloud services. Specify empty string for running with no cloud provider. If set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used).") |
There was a problem hiding this comment.
If set, the cloud provider determines the name of the node
That's not true is it? The cloud provider will only set the address of type hostname; not change the nodes name.
edit: Sorry, I'm explicitly talking about when cloud provider is external.
There was a problem hiding this comment.
The cloud provider does determine the node name. Some use the detected or overridden hostname to do so, some don't.
There was a problem hiding this comment.
See kubernetes/website#8873 for descriptions of how each cloud provider determines the node name. Can update that with the behavior of the kubelet for --cloud-provider=external
|
/milestone v1.11 |
|
/assign @Random-Liu /priority important-soon |
|
/status approved-for-milestone |
|
[MILESTONENOTIFIER] Milestone Pull Request: Up-to-date for process @Random-Liu @dims @liggitt @yujuhong Pull Request Labels
|
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, liggitt, yujuhong The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Automatic merge from submit-queue (batch tested with PRs 63453, 64592, 64482, 64618, 64661). If you want to cherry-pick this change to another branch, please follow the instructions here. |
pairs with a PR to the website cloud provider page defining behavior for existing cloud providers: kubernetes/website#8873
xref #64659 #62600 #61774 #54482