Kim Hyunyoung, Abel

Results 8 comments of Kim Hyunyoung, Abel

안녕하세요. Preserving and Resetting State, Extracting State Logic into a Reducer 작업해보겠습니다.

Having same issue, I downgraded next.js to `13.4.19`

I have updated the app and the issue is resolved. Thank you for the quick patch also.

I have the same issue with `istio_request_messages_total` metric. In my case, istio generates duplicated metrics only in the sidecars for `loki-read` container. ``` # TYPE istio_request_messages_total counter istio_request_messages_total{reporter="source",source_workload="loki-read",source_canonical_service="loki",source_canonical_revision="latest",source_workload_namespace="grafana-system",source_principal="spiffe://cluster.local/ns/grafana-system/sa/loki",source_app="",source_version="",source_cluster="Kubernetes",destination_workload="loki-backend",destination_workload_namespace="grafana-system",destination_principal="spiffe://cluster.local/ns/grafana-system/sa/loki",destination_app="unknown",destination_version="unknown",destination_service="loki-backend.grafana-system.svc.cluster.local",destination_canonical_service="loki",destination_canonical_revision="latest",destination_service_name="loki-backend",destination_service_namespace="grafana-system",destination_cluster="Kubernetes"} 5303 istio_request_messages_total{reporter="source",source_workload="loki-read",source_canonical_service="loki",source_canonical_revision="latest",source_workload_namespace="grafana-system",source_principal="spiffe://cluster.local/ns/grafana-system/sa/loki",source_app="",source_version="",source_cluster="Kubernetes",destination_workload="loki-backend",destination_workload_namespace="grafana-system",destination_principal="spiffe://cluster.local/ns/grafana-system/sa/loki",destination_app="unknown",destination_version="unknown",destination_service="loki-backend.grafana-system.svc.cluster.local",destination_canonical_service="loki",destination_canonical_revision="latest",destination_service_name="loki-backend",destination_service_namespace="grafana-system",destination_cluster="Kubernetes"}...

I bypassed this problem using Istio ambient mode.

저희는 공공용 클라우드에서 NKS 사용중인데 같은 문제가 있었습니다. XEN 하이퍼바이저 기반의 서버는 기본 스토리지 용량이 50 GB로 고정되어있다고 하더라고요. KVM 기반 서버는 기본스토리지 용량을 설정할 수 있어서 NKS를 KVM 기반으로...