remeq

Results 6 issues of remeq

**Is your feature request related to a problem? Please describe.** One of the strengths of Akash is that it builds on Kubernetes ecosystem. However currently only generalized version of "container"...

Communication between Ingress and Deployment's service doesn't work due to missing label in ingress-nginx namespace. Label missing is "app.kubernetes.io/name: ingress-nginx" in namespace "ingress-nginx". Without this label Network policy in deployment's...

Hi, I am trying to apply my kpt package (`kpt live apply`) and getting errror `error: json: unsupported type: map[interface {}]interface {}` for some of my manifests. For example I...

bug
enhancement
good first issue
area/live
triaged

Hi, I have following obeserved and desired states: Observed: ```{ "apiVersion": "serving.knative.dev/v1", "kind": "Service", "metadata": { "annotations": { "metacontroller.k8s.io/last-applied-configuration": '{"apiVersion":"serving.knative.dev/v1","kind":"Service","metadata":{"labels":{"controller-uid":"35636d54-fa7b-4daf-87fc-acab9217516d","svcname":"onramp2-bmwgarage"},"name":"prmtt1","namespace":"metac"},"spec":{"template":{"metadata":{"annotations":{"autoscaling.knative.dev/max-scale":"1","autoscaling.knative.dev/min-scale":"1","autoscaling.knative.dev/target":"1"},"labels":{"app":"onramp2-bmwgarage","svcname":"onramp2-bmwgarage"}},"spec":{"containers":[{"image":"docker.io/onramp2/prm1metac:latest","ports":[{"containerPort":8080,"name":"http1"}]}]}}}}', "serving.knative.dev/creator": "system:serviceaccount:metacontroller:metacontroller", "serving.knative.dev/lastModifier": "system:serviceaccount:metacontroller:metacontroller", }, "creationTimestamp": "2023-01-11T12:53:02Z", "generation": 1, "labels":...

needs additional user input

### Verify it's not a duplicate bug report - [X] I searched for similar bugs reported on GitHub and nobody has reported a similar issue. Search all issuees. - [X]...

bug

Hello team, we have some issues with our worker and "maybe" with local activities. This is a Kubernetes based deployment of Temporal. Let me describe what we see. We have...