Skip to content

Instantly share code, notes, and snippets.

View BobyMCbobs's full-sized avatar
🎷
sax for your soul

Caleb Woodbine BobyMCbobs

🎷
sax for your soul
View GitHub Profile
@BobyMCbobs
BobyMCbobs / tf-debug.log
Created August 22, 2024 21:35
terraform-oci-dynamic-group-resource-creation-failure
oci_identity_dynamic_group.instance_dynamic_group: Creating...
2024-08-23T09:16:37.421+1200 [INFO] Starting apply for oci_identity_dynamic_group.instance_dynamic_group
2024-08-23T09:16:37.422+1200 [DEBUG] oci_identity_dynamic_group.instance_dynamic_group: applying the planned Create change
2024-08-23T09:16:37.422+1200 [INFO] provider.terraform-provider-oci_v6.7.0: 2024/08/23 09:16:37 [DEBUG] setting computed for "defined_tags" from ComputedKeys: timestamp="2024-08-23T09:16:37.422+1200"
2024-08-23T09:16:37.422+1200 [INFO] provider.terraform-provider-oci_v6.7.0: 2024/08/23 09:16:37 [DEBUG] setting computed for "defined_tags" from ComputedKeys: timestamp="2024-08-23T09:16:37.422+1200"
2024-08-23T09:16:37.422+1200 [DEBUG] provider.terraform-provider-oci_v6.7.0: DEBUG 2024/08/23 09:16:37.422666 eventual_consistency.go:332: (pid=91616, gid=39) EcContext.GetEndOfWindow returns <nil>
2024-08-23T09:16:37.422+1200 [DEBUG] provider.terraform-provider-oci_v6.7.0: DEBUG 2024/08/23 09:16:37.422686 asm_arm64.s:1197: Retr
@BobyMCbobs
BobyMCbobs / cluster-api-kubevirt-talos.yaml
Created October 23, 2024 21:54
talos-on-kubevirt+cluster-api
---
apiVersion: cluster.x-k8s.io/v1beta1
kind: Cluster
metadata:
name: "${CLUSTER_NAME}"
namespace: "${NAMESPACE}"
labels:
cluster.x-k8s.io/cluster-name: ${CLUSTER_NAME}
spec:
clusterNetwork:
@BobyMCbobs
BobyMCbobs / kubevirt-talos.yaml
Created October 28, 2024 02:18
Attempt at Talos on KubeVirt
---
apiVersion: kubevirt.io/v1
kind: VirtualMachine
metadata:
name: talos
labels:
vm: talos
spec:
dataVolumeTemplates:
- metadata: