-
**Environment**:
- **Cloud provider or hardware configuration:**
- **OS (`printf "$(uname -srm)\n$(cat /etc/os-release)\n"`):**
Linux 5.14.0-162.12.1.el9_1.x86_64 x86_64
NAME="AlmaLinux"
VE…
-
during mutable upgrades, upgrade kube-proxy only after the kube-apiserver on all nodes have been upgraded.
currently kubeadm does the following:
- upgrades the control-plane on one node (via "appl…
-
dtzar updated
9 months ago
-
The documentation only covers how to determine the right version, but nothing that I see on how to actually instruct the OS to install it.
I am attempting to install an extension (ecr-credential-p…
-
### What happened?
sudo kubeadm init --control-plane-endpoint=master-node --upload-certs
I0418 16:55:58.530076 12569 version.go:256] remote version is much newer: v1.30.0; falling back to: stable-…
-
Hello,
We are having a discussion at "prometheus-operator" project, and based on @brancz suggestion, we are raising the topic here, as our problem seems related with cadvisor in some way.
(this i…
-
In many cases adding config parameters to k8s components like kubelet was deprecated in favour of config files:
https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/
Currently w…
zen updated
11 months ago
-
**Environmental Info:**
RKE2 Version:
v1.24.17+rke2r1
Node(s) CPU architecture, OS, and Version:
Single node cluster, Intel(R) Xeon(R) Gold 6338N CPU @ 2.20GHz, Ubuntu 2204
Cluster Conf…
-
**What happened**:
I tried installing v1.11 of the CSI driver in Microk8s (on ubuntu 22.04) using helm, making sure to add the extra parameter for the microk8s kubelet path.
The installation w…
-
### Description
The built-in kublet cadvisor doesn't populate all fields. Notably `container`, `image`, and `name`.
```
$ kubectl get --raw '/api/v1/nodes/docker-desktop/proxy/metrics/cadvisor' |…