Younsung Lee
Younsung Lee
This PR is duplicated by #188. As I checked, You need to change the requested URL to https://www.guyu.me for it to work properly.
Need to grant permissions for the actions workflow: My environment is based on Github Actions Runner on EKS and Github Enterprise Server(self-hosted) v3.10.2. ## Example use-case Currently located in the...
@padaszewski Here's my codes I am using. ## Environment ### Content Set `data` and `lastmod` on each post. ```yaml --- title: "도커 파일시스템 정리" date: 2022-03-16T13:07:20+09:00 lastmod: 2022-08-31T10:03:10+09:00 slug: ""...
As of February 6, 2024, the `v1.21.0` image does not exist in [ECR Public Gallery](https://gallery.ecr.aws/aws-ec2/aws-node-termination-handler). **More details**: When installed with NTH helm v1.21.0, all aws-node-termination-handler daemonset pods get an...
In my case, I found a solution. ## Environment - Amazon EKS v1.26 - ArgoCD v2.9.5 (Installed by `helm install` command) ## Solutions Disable autosync in application spec: ```yaml #...
Setting aside all the fundamental issues for a moment, using the latest tag in production is a common mistake that should be avoided. The problem is simple: latest keeps changing....
Hi, folks. Is there anything in progress? litmus-core 3.18.0 chart is always showing OutOfSync in ArgoCD for me. This happens because two settings (chaosengines.litmuschaos.io and chaosexperiments.litmuschaos.io) don't have `allowEmptyValue: false`....
I encountered a compatibility issue with Pod Identity when running `amazon-ecr-login` step in the following environment: - **Platform** : AWS EC2 - **Github Enterprise Server** 3.13 (Self-hosted) - **Actions Runner...
I encountered this `Cross-account pass role is not allowed` error with [terraform-aws-modules/eks/aws v20.33.1](https://github.com/terraform-aws-modules/terraform-aws-eks). If you don't declare `service_account_role_arn` in your EKS cluster addon, terraform EKS module will automatically set it...
AWS CLI version 2.15 and above supports EKS Pod Identity. Simply bump your AWS CLI to 2.15.0 or higher to resolve the issue. For more details, check references: [Similar re:post...