-
Currently, there is only few config params - `kubeconfig`, `apiserver`, `health-probe-address` that are passed to the operator as command line arguments.
It should be possible to configure the operat…
-
**What would you like to be added**:
**Why is this needed**:
What would you like to be added:
when execute some command like this with filter
kubectl get pods -n mynamesapce --field-selector…
-
### What happened?
while the docs does tell about not setting these values
https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#differences-from-regular-containers
`kubectl explain …
-
## What would you like to be added
Currently https://pkg.go.dev/k8s.io/kubectl/pkg/drain offers hooks that callers can use to get notified when a Pod eviction is starting or finished. [For example]…
-
#### What happened:
There was a problem when installing the latest version of the software
And got response:
```sh
$ go install sigs.k8s.io/promo-tools/v4/cmd/kpromo@v4.0.4
go: downloading sigs.k8s…
-
### What would you like to be added?
It would be nice to have the option to pass along custom headers from kubectl to the k8s api. This would allow for more security options to be used, possibly tr…
-
### Expected Behavior
it should translate to:
```
spec:
containers:
- args:
- /bin/sh
- -c
- |
echo '$$variable'
…
-
The problem that brings us here is how to update and keep track with upstream kubernetes versions when using the cluster-stacks approach on OpenStack. As the [SCS K8S Version Policy](https://docs.scs.…
-
### What happened?
A bug in the scheduler increases the time spent on scheduling a pod **from without this on 1.30.2 will cause pod scheduled failed at the first try
# 6. reapply and check …
-
### What would you like to be added?
When kubectl edits resources, a kubectl-edit-xxx.yaml file is generated in the /tmp directory. Can this file be generated in other directories or can it be config…