Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default users for kubeconfig with supported distros #8798

Merged
merged 1 commit into from
Mar 25, 2020

Conversation

hakman
Copy link
Member

@hakman hakman commented Mar 25, 2020

Kubernetes 1.19 stoped defaulting kubeconfig to http://localhost:8080 and needs a kubeconf in the home dir for kubectl to work by default.
kubernetes/kubernetes#86173

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 25, 2020
@hakman
Copy link
Member Author

hakman commented Mar 25, 2020

/retest

users = []string{"centos"}
case distros.DistributionAmazonLinux2, distros.DistributionRhel7, distros.DistributionRhel8:
users = []string{"ec2-user"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm this logic is used on every cloud provider. AL2 makes sense to use ec2-user but RHEL7 and RHEL8 might have different users depending on the cloud provider. Maybe we add a conditional for aws here? though it would be good to cover other cloud providers as well.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it has multiple choices, so should be ok. Maybe someone knows what to add for other cloud providers for centos.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah you're right. we can encourage users of other cloud providers to submit additions in separate PRs

@rifelpet
Copy link
Member

/approve

@rifelpet
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 25, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hakman, rifelpet

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 25, 2020
@k8s-ci-robot k8s-ci-robot merged commit b129a83 into kubernetes:master Mar 25, 2020
@k8s-ci-robot k8s-ci-robot added this to the v1.18 milestone Mar 25, 2020
@hakman hakman deleted the kubeconfig-users branch June 2, 2020 16:57
k8s-ci-robot added a commit that referenced this pull request Jun 15, 2020
…8800-upstream-release-1.17

Automated cherry pick of #8798 #8800: Update default users for kubeconfig with supported distros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/nodeup cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants