Yong Zhang

Results 41 comments of Yong Zhang

It would be cool to have the rule system.

> Hi, > > This is already doable on the /auth endpoint. > > The trick is for each ingress, you can add parameters into the auth request annotation: >...

I have the same issue and couldn't find any solution so far.

I have the same issue, have to run `terraform apply` couple of times

For now I removed all of `to be computed` variables in `vars`, Instead, I created configmaps or secrets by kubernetes provider, and then reference them in k8s manifest yaml.

same issue, I noticed this issue because of: - High cpu load on the node, but with low cpu usage - No response from `df -h` - Hang at efs...

@markmcdowell did you get any useful response from AWS? Actually I have 2 EKS clusters: `dev` and `prod`, The only difference between the 2 is the instance size, I use...

it happens again today, my pod lost connection to efs until I terminated the node :( ![image](https://user-images.githubusercontent.com/15604715/155039941-ece9455a-12ca-425a-aca7-07220a58beb8.png)

I have another question, in https://github.com/awslabs/amazon-eks-ami/blob/v20210830/scripts/install-worker.sh#L99, I'm curious why only a copy there without starting the service? How the service been started?

> I have another question, in https://github.com/awslabs/amazon-eks-ami/blob/v20210830/scripts/install-worker.sh#L99, I'm curious why only a copy there without starting the service? How the service been started? Sorry, found it in `bootstrap.sh`.