Michal Schott

Results 18 issues of Michal Schott

**What did you do?** Trying to use sharding configuration, I have noticed that both shards are scrapping the same targets (which is everything in cluster). **Did you expect to see...

kind/support

### Describe the bug a clear and concise description of what the bug is. Repasting from prometheus-operator support request I have created - https://github.com/prometheus-operator/prometheus-operator/issues/4958 TL;DR - should we also create...

bug
lifecycle/stale

I have very similar problem described [here](https://stackoverflow.com/questions/66705922/how-to-use-gos-testmain-with-terratest). My use case is I'd like to pre-create few resources (VPC, Route53 zone) so other tests can use these. So far I have...

enhancement
needs design
Core

## Bug Report **General Information** - Environment description (GKE, VM-Kubeadm, vagrant-dev-env, minikube, microk8s, ...) - Kernel version (run `uname -a`) - Orchestration system version in use (e.g. `kubectl version`, ...)...

bug

Trying to use this operator (version 1.1.1) against AWS Aurora (postgres): ``` apiVersion: db.movetokube.com/v1alpha1 kind: Postgres metadata: name: my-db spec: database: test-db # Name of database created in PostgreSQL dropOnDelete:...

Would be good to have something like: - `{"$imagepolicy": "::digest"}` resolving to image digest, for instance `@sha256:foobar` - `{"$imagepolicy": "::tagWithDigest"}` resolving to image tag with digest, for instance `v0.1.5@sha256:foobar`

enhancement

Hey, I'm running on EKS with Cilium as CNI, deploying apps with kustomize with prune option enabled. Given my kustomization looks like this: ``` kustomization.yaml: apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace:...

bug

**Image I'm using:** AMI: `bottlerocket-aws-k8s-1.22-x86_64-v1.9.0-159e4ced` EKS: ``` Server Version: version.Info{Major:"1", Minor:"22+", GitVersion:"v1.22.10-eks-84b4fe6", GitCommit:"cc6a1b4915a99f49f5510ef0667f94b9ca832a8a", GitTreeState:"clean", BuildDate:"2022-06-09T18:24:04Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/amd64"} ``` Occasionally containers are refusing to start, for example: ``` ➜ ~...

### What is the issue? Using own prometheus instance, especially in different namespace - hearthbeat fails due to hardcoded url in helm chart - `https://github.com/linkerd/linkerd2/blob/main/charts/linkerd-control-plane/templates/heartbeat.yaml#L63` ### How can it be...

help wanted
good first issue
bug

## Feature Request **Short Description** KubeArmor is very spammy in terms of logs, I'd want to disable logging of events with `result = "Passed"` **Is your feature request related to...

enhancement
triage