Marco Stuurman
Marco Stuurman
Thanks WanzenBug, I really thought I was taking it on the wrong way by actually deleting resources. Your quick response is highly appreciated :) I do think being careful about...
Additionally, `assume_role_with_web_identity` is not supported either. I am currently working around this by generating a `~/.aws/config` file.
Ok figured out deleting the pool and recreate it removes all configs. Besides that you'll have to open up targetcli and delete iqn... from iscsi. Can be closed if this...
When I changed my ip and hostname to the old server I can get past this error adding all ips to the allowed ips in the iscsi-gateway.cfg helped somewhat extra
Thanks for picking this up @jonathan-innis. I've changed the deployment to add the following limits: ```yaml resources: limits: cpu: 50m memory: 50Mi requests: cpu: 50m memory: 50Mi ``` Complete deployment...
The only daemonset that is custom is Cilium. Would it help you if I create a Terraform config which rolls out the exact scenario in an empty AWS account? ```shell...
Isolating the Cilium operator pods to their nodes by adding a node pool specific for them seems to fix both issues. To test this, I also created two deployments, one...
I just wanted to let you know that I've run this in our validation cluster, and it seems to work perfectly. Edit: I found one thing in PostSync hooks: step...
@blakepettersson It's a tad complicated, but I've put these resources up. However, it only triggers the `unexpected status code 401 Unauthorized: Not Authorized` error on private repositories, so you must...
@blakepettersson I can reproduce this in the master branch of ArgoCD too. I'm not quite sure if I should report this as a possible bug or whether this is something...