-
### What happened?
Etcdserver exposes a myriad of error codes, see - https://github.com/kubernetes/kubernetes/blob/87721fb71075582a1ee1e89b6a3391813e411a1c/vendor/go.etcd.io/etcd/server/v3/etcdserv…
-
If I make a request to the proxy with a request URI containing encoded path segments, such as `GET /api/foo%2Fbar/baz`, I would expect the proxy to pass that request verbatim to the upstream service (…
-
1. `minikube start --driver=docker`
2. `minikube ip` = `172.17.0.2`
How are you supposed to access the web app from a browser when the IP is `172.17.0.2`? Browser just spins for a while before sa…
-
### What would you like to be added?
Request : Expose the source IP address in the AdmissionReview Object.
Context :
We would like to have Admission Controller make decisions on a particular ex…
-
**User Story**
As a user I would like the option of dry run before installing helm charts through CAAPH to understand what exact changes will be made before the helmchartproxy is applied and k8s re…
-
**Which component are you using?**: cluster-autoscaler
**What version of the component are you using?**: 9.11.0
**What k8s version are you using (`kubectl version`)?**: v1.18.20-eks-8c49e2
**…
-
We need to be able to run tests on pull requests / periodically as well as provide an automated build & promotion process for images
/assign @figo @codenrhoden
-
Currently AFAIK you can only create a secret from a file using:
```
kubectl create secret generic --from-file==
```
The drawback is this, If a change is made to the file you need to delete and then…
sijnc updated
3 years ago
-
We are experiencing an issue with our production environment on Google Kubernetes Engine (GKE) where Network Endpoint Group (NEG) resources are being automatically created for all our services deploye…
-
Starting `minikube` with the default VM driver (Hyperkit) makes the external network unreachable:
```
minikube -p test start
😄 [test] minikube v1.6.2 on Darwin 10.15.2
✨ Automatically selected…