The Wayback Machine - https://web.archive.org/web/20200129051752/https://github.com/topics/kubeadm
Skip to content
#

kubeadm

Here are 174 public repositories matching this topic...

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

tuxpeople
tuxpeople commented Sep 27, 2019

I changed the Kubernetes version from 1.14.0 to 1.16.0 after I ran the playbook for the first time and then re-run it. It ran trough and updated the packages like this:

TASK [commons/pre-install : Install kubernetes packages (RHEL/CentOS)] ********************************************************************************************************************************************************
yuvalif
yuvalif commented Sep 2, 2018

The latest implementation does bot force IP to be defined.
See: https://github.com/containernetworking/cni/blob/master/pkg/types/current/types.go#L107
while the code under local "vendor", has this check:
https://github.com/Huawei-PaaS/CNI-Genie/blob/master/vendor/github.com/containernetworking/cni/pkg/types/current/types.go#L108

This prevents using Genie to add an L2 network to a pod, using

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

fshot
fshot commented Jan 21, 2020

When attempting to run a kurl installer on a node that already has a later k8s version installed, the displayed error message is missing separators between sentences.

actual:
The currently installed kubernetes version is 1.16.4The requested version to upgrade to is 1.15.3Since the currently installed version is newer than the requested version, no action will be taken

expected:

gaiar
gaiar commented Jun 11, 2019

Getting an error on terraform init

Error: Unsupported Terraform Core version

This configuration does not support Terraform version 0.12.1. To proceed,
either choose another supported Terraform version or update the root module's
version constraint. Version constraints are normally set for good reason, so
updating the constraint may lead to other errors or unexpected behavior.
inercia
inercia commented Jul 13, 2019

We should add some options in the resource "kubeadm" for configuring the cloud provider...

  • config options for some cloud providers (ie, OpenStack) (#22)
  • config options for other providers that require more configuration actions (ie, AWS)

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.