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

Installing kubeadm #46366

Closed
QQQJoker opened this issue May 14, 2024 · 9 comments
Closed

Installing kubeadm #46366

QQQJoker opened this issue May 14, 2024 · 9 comments
Labels
kind/support Categorizes issue or PR as a support question. language/en Issues or PRs related to English language needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@QQQJoker
Copy link

curl -sSL "https://raw.githubusercontent.com/kubernetes/release/${RELEASE_VERSION}/cmd/krel/templates/latest/kubeadm/10-kubeadm.conf" | sed "s:/usr/bin:${DOWNLOAD_DIR}:g" | sudo tee /usr/lib/systemd/system/kubelet.service.d/10-kubeadm.conf

10-kubeadm.conf dose not exist. Is there any other address that can be accessed

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label May 14, 2024
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@tamilselvan1102
Copy link
Contributor

/language en

@k8s-ci-robot k8s-ci-robot added the language/en Issues or PRs related to English language label May 14, 2024
@tamilselvan1102
Copy link
Contributor

@tamilselvan1102
Copy link
Contributor

confirm RELEASE_VERSION has been set

@tamilselvan1102
Copy link
Contributor

/triage needs-information

@k8s-ci-robot k8s-ci-robot added the triage/needs-information Indicates an issue needs more information in order to work on it. label May 14, 2024
@tamilselvan1102
Copy link
Contributor

tamilselvan1102 commented May 14, 2024

As per the doc RELEASE_VERSION is "v0.16.2", if you replace the value in the url, you can get the config details. So there is no issue in the provided URL.
https://raw.githubusercontent.com/kubernetes/release/v0.16.2/cmd/krel/templates/latest/kubeadm/10-kubeadm.conf

@stmcginnis
Copy link
Contributor

There is also DOWNLOAD_DIR in that command. So make sure you do something like:

export RELEASE_VERSION="v0.16.2"
export DOWNLOAD_DIR="./"

curl -sSL "https://raw.githubusercontent.com/kubernetes/release/${RELEASE_VERSION}/cmd/krel/templates/latest/kubeadm/10-kubeadm.conf" | \
    sed "s:/usr/bin:${DOWNLOAD_DIR}:g" | \
    sudo tee /usr/lib/systemd/system/kubelet.service.d/10-kubeadm.conf

@neolit123
Copy link
Member

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label May 16, 2024
@k8s-ci-robot
Copy link
Contributor

@neolit123: Closing this issue.

In response to this:

/kind support
/close
https://github.com/kubernetes/kubernetes/blob/master/SUPPORT.md

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question. language/en Issues or PRs related to English language needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

5 participants