Mikael Fridh

Results 6 issues of Mikael Fridh

*Service* has its `selector` modified by kapp: ```yaml apiVersion: v1 kind: Service spec: selector: app.kubernetes.io/component: prometheus app.kubernetes.io/instance: k8s app.kubernetes.io/name: prometheus app.kubernetes.io/part-of: kube-prometheus kapp.k14s.io/app: "1684079013099136212" ``` Leading to the Service not...

bug
helping with an issue
discussion

**Is your feature request related to a problem? Please describe.** It would be very useful if terramate could output a generic (and good coverage) JSON output of stacks, their metadata,...

enhancement

**What happened?** After helm install of k8ssandra-operator v1.10.3, the k8ssandraclusters CRD contains the following annotation: `cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE_K8S)/$(CERTIFICATE_NAME_K8S)` ```yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE_K8S)/$(CERTIFICATE_NAME_K8S) controller-gen.kubebuilder.io/version: v0.12.0 ``` **How...

bug

https://github.com/frimik/slack_status Hope my use of your fine art is ok :). ❤️

### What happened? `data: null` in configMap is flagged for potentially sensitive content ```yaml apiVersion: v1 data: null kind: ConfigMap metadata: labels: app: cert-manager app.kubernetes.io/component: controller app.kubernetes.io/instance: cert-manager app.kubernetes.io/managed-by: Helmraiser...

bug
triage

### Tooling and format for CRD references (index) maintenance As mentioned in https://github.com/jsonnet-libs/k8s/pull/516#issue-2958117165 I was thinking a bit about how certain libraries (operators, controllers) grow, it's no longer commonly one...