oneironautjack
oneironautjack
We are having the exact same issue. When changing the value in ```/usr/local/nvidia/toolkit/.config/nvidia-container-runtime/config.toml``` to ```root = "/"``` the value is reset back to ```root = /run/nvidia/driver``` whenever the driver is...
``` capa-controller-manager I0115 14:25:26.740446 1 logger.go:75] "feature gates: AlternativeGCStrategy=false,AutoControllerIdentityCreator=true,BootstrapFormatIgnition=false,EKS=true,EKSAllowAddRoles=false,EKSEnableIAM=false,EKSFargate=false,EventBridgeInstanceState=false,ExternalResourceGC=false,MachinePool=false,ROSA=false,TagUnmanagedNetworkResources=true\n" logger="setup" I0115 14:25:26.751807 1 logger.go:75] "AutoControllerIdentityCreator enabled" logger="setup" I0115 14:25:26.751887 1 webhook.go:177] "skip registering a mutating webhook, object does not implement...
``` apiVersion: v1 data: aws-ebs-csi-external.yaml: |- apiVersion: v1 kind: Secret metadata: name: aws-secret namespace: kube-system stringData: key_id: "" access_key: "" --- apiVersion: v1 kind: ServiceAccount metadata: labels: app.kubernetes.io/name: aws-ebs-csi-driver name:...
Additional info: Using Classic ELB. Could this be related? [#5139](https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/5280)
I switched to NLB and the load balancer completes but the control plane instances still fail to spin up. This is a "bring your own VPC" use case.
Any other ideas why the EC2 instances fail to spawn? I don't even see an API ```RunInstances``` request in CloudTrail. It still complains about waiting on preflight tests to pass.
https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/5209
> [@oneironautjack](https://github.com/oneironautjack) Did you determine a root cause or fix? I'm having this exact issue with Openstack instances not being created despite the Openstack load balancer getting created. I'm using...
> Try to connect to the instance by ssh. Usually there're some problems with kubelet and it does not starts on the port that NLB checks in target group (6443)....