Marco Stuurman
Marco Stuurman
I've been trying to find a way to reduce the the placementCounts of a volume. What I've done: * Create storageClass "lvm-thin" with setting autoPlace: 3 * Replace storageClass "lvm-thin"...
Hi, I've got an issue with spork I can't figure out. The backtrace shows: ``` Traceback (most recent call last): 9: from /usr/bin/knife:350:in `' 8: from /usr/bin/knife:350:in `load' 7: from...
Related documentation page: https://runtime-docs.acorn.io/running/namespaces-and-service-accounts#to-verify- This option does not seem to exist, as the following code always generates a name: https://github.com/acorn-io/runtime/blob/8b9acb47a01e2ea40f5e8dbffbd7146971c83c4c/pkg/controller/appdefinition/namespace.go#L15-L29
https://github.com/acorn-io/runtime/blob/8b9acb47a01e2ea40f5e8dbffbd7146971c83c4c/pkg/cli/errors.go#L23 The code causes error messages to be confusing ```bash $ acorn run -j itest-22359-asd -n app2 --target-namespace itest-22359-app2 ✗ ERROR: unknown flag: --target-project ```
I needed to figure out why my Terraform run gave an IP exhaustion error. I ran the following Terraform code: ```HCL module "vpc" { source = "aws-ia/vpc/aws" version = ">=...
After fixing the previous issue this new issue occurred, the disk and client are deleted but reappear after reopening gwcli. ``` /iscsi-target...stiscsi/hosts> ls o- hosts .......................................................................... [Hosts: 1] o- iqn.1998-01.com.vmware:internal-appliances-hv-01-4b798644...
on command: `curl --insecure --user admin:admin -d "ip_address=10.0.36.21" -X DELETE http://127.0.0.1:5000/api/client/iqn.1998-01.com.vmware:internal-appliances-hv-01-4b798644 > test.html` > Array ( [language] => pytb [code] => Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/flask/app.py", line 1836,...
## Bug report Connectivity test fails on Fargate nodes due to not having the nodePort opened. Example: ``` ❌ host-entity-egress/pod-to-host/ping-ipv4-internal-ip: cilium-test/client2-5696665676-qfpmd (10.2.191.219) -> 10.2.46.18 (10.2.46.18:0) ❌ host-entity-egress/pod-to-host/ping-ipv4-internal-ip: cilium-test/client2-5696665676-qfpmd (10.2.191.219) ->...
### Description **Observed Behavior**: ### Context Cluster running: * EKS v1.29.3 * Karpenter 0.36.1 on Fargate nodes * CoreDNS on Fargate * Kube-proxy as daemonset * Cilium Agent as daemonset...
Adding support for transit_gateway_security_group_referencing_support This fixes https://github.com/aws-ia/terraform-aws-vpc/issues/160