-
**What happened?**
Applied customizations all namespaces in kind cluster -> https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/customizations/monitoring-all-namespaces.md, go…
k8s-1 updated
3 months ago
-
### Environment info
- Version: **VERSION**
- Deployment: **AZURE|ESX|AWS|GCLOUD|DEV|VBOX**
- Customer: **NAME**
### Actual behavior
#3570
Take a look at Guy's review comment regarding the re…
-
**What happened**
We're deploying the service with custom resource allocation, for reference our terraform files looks something like this:
```tf
resource "kubernetes_namespace" "fluvio_sys" {
meta…
-
/kind question
**Question:**
Hi, I want to add annotation to a namespace created by kubeflow Profiles. If I looked correctly its not possible, only annotations added to a namespace is the owner of…
-
I really like the potential of the project. I have several questions regarding it:
1. In the description you say that you can route telemetry data (logs, metrics and traces) but in the CRDs I can s…
-
**Related command**
`az eventgrid namespace ca-certificate create`
**Is your feature request related to a problem? Please describe.**
The command only accepts the PEM certificate file in single lin…
-
An issue came up on the mailing list a few days ago where several libraries couldn't be used in the same program because their namespaces overlapped. Other languages (e.g., *cough cough* python) provi…
-
/kind feature
**Why you need this feature:**
current `Profile` custom resource doesn't propagate its labels to namespace, this means there is no support for [istio discovery selectors](https://ist…
-
### Chaos Mesh Version
v2.7.0
### Kubernetes Version
v1.28.13
### Describe the bug
The latency and jitter values on Delay experiments appear to be passed with incorrect magnitude to `tc`.
When I…
-
Given a header file `header.hpp` with the following content:
```cpp
namespace A {
struct X {};
struct Y {};
} // namespace A
namespace B {
using A::X;
using ::A::Y; // `classB_1_1…