Skip to content
#

kubeadm

Here are 188 public repositories matching this topic...

nbartos
nbartos commented Jan 20, 2020

For kubeadm I can do something like this to enable the deprecated APIs in k8s 1.16:

apiVersion: kubeadm.k8s.io/v1beta1
kind: ClusterConfiguration
apiServer:
  extraArgs:
    runtime-config: "apps/v1beta1=true,apps/v1beta2=true,extensions/v1beta1/daemonsets=true,extensions/v1beta1/deployments=true,extensions/v1beta1/replicasets=true,extensions/v1beta1/networkpolicies=true,extensions/v1b
76439984jc
76439984jc commented Mar 17, 2019

我刚看了一下其他人都好像有这个问题,不过还是看见有人数可以用renew的办法,我也尝试了一下
kubeadm alpha phase all
初步看好像是续期了一年的样子,但由于我是vmware的1master 3node的。。没有环境测试高可用情况下这样renew证书的话,其他master要怎么操作。

另外贴一下下面的help信息
[root@t0 etcd]# kubeadm alpha phase --help
This command is not meant to be run on its own. See list of available subcommands.

[root@t0 etcd]# kubeadm alpha certs renew --help
This command is not meant to be run on its ow

PARitter
PARitter commented Oct 31, 2017

Current guide does not result in working cluster.

Dashboard install instructions not current (can fix by using "offical" arm installation of kubernetes-dashboard-arm).
No "heapster.yaml" in demos folder. Seems to be deprecated in current repo, but instructions still reference.

jimhopkinsjr
jimhopkinsjr commented Dec 31, 2018

OS running on Ansible host:

NAME="Ubuntu"
VERSION="16.04.5 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.5 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial

Ansible Version (ansible --version):

carmat88
carmat88 commented Mar 2, 2018

As per our discussion, after having curled the latest version of kn and run kn apply in an already existing working directory (hence previously initialized with an older version of kn), I am getting this error:

/opt/KubeNow/bin/ssh-agent-wrapper: line 7: kn-apply: command not found

By running ls bin in the working folder I noticed that the command kn-apply does not exist. This is becau

geerlingguy
geerlingguy commented May 10, 2018

From Kubelet's startup logs via journalctl -f, when running Kubernetes 1.10+:

Flag --cgroup-driver has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Flag --resolv-conf has been deprecated, This parameter should be set via the co

Improve this page

Add a description, image, and links to the kubeadm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kubeadm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.