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

Issue with k8s.io/docs/getting-started-guides/fedora/fedora_manual_config/ #7417

Closed
1 of 2 tasks
dennis1987 opened this issue Feb 15, 2018 · 1 comment
Closed
1 of 2 tasks
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.

Comments

@dennis1987
Copy link

This is a...

  • Feature Request
  • Bug Report

Problem:
In the node configuration the line
KUBELET_API_SERVER="--api-servers=http://fed-master:8080"
is removed in kublet v1.6, see here

Proposed Solution:
Add this line instead:
KUBELET_ARGS="--cgroup-driver=systemd --kubeconfig=/etc/kubernetes/master-kubeconfig.yaml --require-kubeconfig"

And add new config file /etc/kubernetes/master-kubeconfig.yaml with content:

kind: Config
clusters:
- name: local
  cluster:
    server: http://fed-master:8080
users:
- name: kubelet
contexts:
- context:
    cluster: local
    user: kubelet
  name: kubelet-context
current-context: kubelet-context

Page to Update:
https://kubernetes.io/docs/getting-started-guides/fedora/fedora_manual_config/

Kubernetes Version:
Kubernetes v1.9.1

Additional Information:
Fedora 27

@zacharysarah zacharysarah added P2 good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. labels Feb 20, 2018
@scriptonist
Copy link
Contributor

I'm happy to work on this. 😍

scriptonist added a commit to scriptonist/website that referenced this issue Mar 4, 2018
tehut pushed a commit to tehut/website that referenced this issue Mar 8, 2018
remore added a commit to remore/website that referenced this issue May 13, 2018
This fix is basically for a few errors caused by kubernetes#7417 . To complete kubernetes#7417, following errors should be fixed:
- duplicated KUBELET_ARGS arg declaration should be deleted
- what to do about yaml should be explained
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Projects
None yet
Development

No branches or pull requests

3 participants