-
**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…
-
### 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.…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
When installi…
-
### 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…
-
This is effectively a re-open of https://github.com/kubernetes/kubernetes/issues/99884, but I think its slightly different. Basically my concern is the mixing of disparate kinds of clusters. If you d…
-
**What happened**:
When running "kubectl label" with file input containing multiple objects no document separator is included in the output. This means only the last object will be picked up to be la…
-
/kind feature
I want to run RT process inside container as it is a requirement for my application. I am able to do this in docker/container using --cpu-rt-runtime=95000 --ulimit rtprio=99 but i…
-
### What happened?
When applying a custom nameSuffix to a base kustomization that is using replacements, _some_ of the replacement values will be missing the nameSuffix.
### What did you expect to h…
-
### What happened?
Reference : https://github.com/kubernetes/kubernetes/pull/120337/files#r1408525014
Opaque is not added as default type in code as we see empty string when stating type in help mes…