-
There are two issues:
- Docker build fails:
```shell
=> ERROR [stage-0 2/5] RUN go get github.com/codegangsta/negroni github.com/gorilla/mux github.com/xyproto/simpleredi…
-
**Which component are you using?**:
autoscaler
**What version of the component are you using?**:
cluster-autoscaler:v1.29.0
Component version:
**What k8s version are you using (…
-
**What happened (please include outputs or screenshots)**:
Cannot list endpoint slices using the kubernetes python library in a cluster where one of the endpoint slices contains a null list of endp…
-
/kind bug
**What steps did you take and what happened:**
A cluster was created with the following `AzureManagedControlPlane` network configuration
```
---
apiVersion: infrastructure.cluster.x-k…
-
/kind feature
**Describe the solution you'd like**
The CAPZ reference images use Azure [generation 2 VMs](https://docs.microsoft.com/en-us/azure/virtual-machines/generation-2) by default.
- Whe…
-
Hello,
It may sounds like a question, instead of request, but let we see.
What's the problem we ( I ) experience is AWS LBC creates by default backed SG with the following tags:
> name: k8s-tr…
-
### What happened?
when I init the kubernetes cluster, kubeadm display the warning:
```bash
$ kubeadm config images list
W0528 19:01:00.816868 6480 images.go:80] could not find officially s…
-
/kind bug
**What happened?**
Lately we discovered that some of our efs csi pods crash due to oom kills.
**What you expected to happen?**
na
**How to reproduce it (as minimally and precisely…
-
### What happened?
When initializing a cluster using `kubeadm init --pod-network-cidr 10.112.0.0/12 --service-cidr 10.16.0.0/12 --apiserver-advertise-address 172.X.X.X --v=5`, during the `wait-cont…
-
kubeadm is currently missing integration / e2e tests for `--dry-run`.
this means if we happen to break our dry run support for a particular command (e.g. `init`) we will not know about it until users…