kubeadm Questions
5
Solved
root@master2:/home/osboxes# kubectl get pods --all-namespaces -o wide
NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE
default hello-kubernetes-55857678b4-4xbgd 1/1 Running 1 18h 10.244.1.138 node
...
Disarticulate asked 3/7, 2018 at 12:40
5
I have installed two nodes kubernetes 1.12.1 in cloud VMs, both behind internet proxy. Each VMs have floating IPs associated to connect over SSH, kube-01 is a master and kube-02 is a node. Ex...
Identify asked 29/10, 2018 at 7:26
4
I try to stack up my kubeadm cluster with three masters. I receive this problem from my init command...
[kubelet-check] Initial timeout of 40s passed.
Unfortunately, an error has occurred:
...
Sinclare asked 23/1, 2019 at 15:0
18
Solved
I set up a k8s cluster using kubeadm (v1.18) on an Ubuntu virtual machine.
Now I need to add an Ingress Controller. I decided for nginx (but I'm open for other solutions). I installed it acco...
Skipton asked 5/5, 2020 at 14:59
10
Solved
Issue Redis POD creation on k8s(v1.10) cluster and POD creation stuck at "ContainerCreating"
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 30m default-schedul...
Duval asked 4/7, 2018 at 8:59
7
Solved
When I provision a Kubernetes cluster using kubeadm, I get my nodes tagged as "none". It's a known bug in Kubernetes and currently a PR is in progress.
However, I would like to know if th...
Waterlog asked 18/2, 2018 at 18:3
8
I am trying to install Kubernetes on my CentOS machine, when I intialize the cluster, I have the following error.
I specify that I am behind a corporate proxy. I have already configured it fo...
Romaine asked 6/10, 2020 at 15:40
20
Solved
I've installed, Docker, Kubectl and kubeAdm.
I want to create my device model and device CRDs (I'm following this guide.
So, when I run the command :
kubectl create -f devices_v1alpha1_device...
Episcopal asked 24/6, 2019 at 13:40
3
Solved
I am suffering below problem.
I use ubuntu 16.04. I am following guide document, but it does not works for me.
# cat /etc/apt/sources.list.d/kubernetes.list
deb http://apt.kubernetes.io/ ku...
Llanes asked 17/4, 2018 at 11:53
7
I am trying to configure a 2 node Kubernetes cluster. First I am trying to configure the master node of the cluster on a CentOS VM. I have initialized the cluster using 'kubeadm init --apiser...
Tented asked 2/10, 2018 at 13:22
7
Solved
I've lost the original 'kubeadm join' command when I previously ran kubeadm init.
How can I retrieve this value again?
Sunlit asked 1/7, 2018 at 19:2
14
I'm installing kubernetes(kubeadm) on centos VM running inside Virtualbox, so with yum I installed kubeadm, kubelet and docker.
Now while trying to setup cluster with kubeadm init --pod-net...
Herculaneum asked 5/3, 2018 at 14:9
5
Solved
I have 2 vms that run a kubernetes master and a slave node that i have setup locally. Till now everything was working fine but suddenly it started giving errors when I try to start the master with ...
Text asked 18/7, 2018 at 5:48
7
I'm trying to create an horizontal pod autoscaling after installing Kubernetes with kubeadm.
The main symptom is that kubectl get hpa returns the CPU metric in the column TARGETS as "undefined":
...
Almemar asked 14/5, 2017 at 20:24
3
Actual Issue:
Unable to start kubernetes API, due to which, unable to intite kube services like:
kubectl version
kubect get nodes
/home/ubuntu# kubectl version
Client Version: version.Info{...
Drusilla asked 8/4, 2019 at 10:41
4
Solved
I am trying to setup a basic k8s cluster
After doing a kubeadm init --pod-network-cidr=10.244.0.0/16, the coredns pods are stuck in ContainerCreating status
NAME READY STATUS RESTARTS AGE
...
Scrivener asked 2/1, 2020 at 5:22
1
I encountered as below when executing sudo kubeadm init
Help me~~
$ sudo kubeadm init
[init] Using Kubernetes version: v1.24.1
[preflight] Running pre-flight checks
[WARNING SystemVerificati...
Kinelski asked 5/6, 2022 at 1:48
3
I just setup a kubenetes cluster base on this link https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#multi-platform
I check with kubectl get nodes, then the master node is Ready,...
Downhaul asked 14/7, 2017 at 4:31
3
Solved
I'm trying to setup a very simple 2 node k8s 1.13.3 cluster in a vSphere private cloud. The VMs are running Ubuntu 18.04. Firewalls are turned off for testing purposes. yet the initialization is fa...
Monahon asked 16/2, 2019 at 22:24
7
Solved
I installed kubernetes cluster using kubeadm following this guide. After some period of time, I decided to reinstall K8s but run into troubles with removing all related files and not finding any do...
Antler asked 22/6, 2017 at 11:35
11
Configuration for cgroup driver is right in /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
Environment="KUBELET_CGROUP_ARGS=--cgroup-driver=systemd"
I also checked the Environment with cl...
Kastroprauxel asked 16/8, 2017 at 8:0
5
Can anybody help me with this error. I have been following different links to install Kubernetes in centos 7 and I keep getting this error when i run the kubadm init command.
[ERROR NumCPU]: the ...
Cofsky asked 22/3, 2020 at 19:57
2
Solved
I can't access to public IP assigned by MetalLB load Balancer
I created a Kubernetes cluster in Contabo. Its 1 master and 2 workers. Each one has its own public IP.
I did it with kubeadm + flann...
Lavation asked 18/7, 2019 at 17:17
6
Solved
I have set up my master node and I am trying to join a worker node as follows:
kubeadm join 192.168.30.1:6443 --token 3czfua.os565d6l3ggpagw7 --discovery-token-ca-cert-hash sha256:3a94ce61080c71d3...
Bilbo asked 29/3, 2019 at 5:10
4
What CLI command can I type to remove the node-role.kubernetes.io/master:NoSchedule taint from the master node in a Kubernetes cluster?
The following command is failing:
[lnxcfg@ip-10-0-0-193 ~...
Roderic asked 15/3, 2019 at 23:41
1 Next >
© 2022 - 2024 — McMap. All rights reserved.