sparse-intern-71089
01/26/2023, 9:35 AMechoing-dinner-19531
01/26/2023, 9:39 AMearly-cat-34152
01/26/2023, 9:41 AMechoing-dinner-19531
01/26/2023, 9:54 AM--logtostderr -v10 --logflow
to your pulumi command to see them allearly-cat-34152
01/26/2023, 10:07 AMechoing-dinner-19531
01/26/2023, 10:19 AMdry-keyboard-94795
01/26/2023, 10:22 AMearly-cat-34152
01/26/2023, 11:33 AMearly-cat-34152
01/26/2023, 11:55 AMI0126 12:47:51.111610 15141 registry.go:174] GetProvider(urn:pulumi:k8s-dev::infra::pulumi:providers:command::local::cb70ac4e-d7e6-4adb-8116-0f56aebbb49d)
I0126 12:47:51.111633 15141 provider_plugin.go:636] Provider[command, 0xc000b4d320].Check(urn:pulumi:k8s-dev::infra::command:local:Command::talosctl_gen_config) executing (#olds=2,#news=2
I0126 12:47:51.111645 15141 rpc.go:74] Marshaling property for RPC[Provider[command, 0xc000b4d320].Check(urn:pulumi:k8s-dev::infra::command:local:Command::talosctl_gen_config).olds]: assetPaths={[{controlplane.yaml} {talosconfig} {worker.yaml}]}
I0126 12:47:51.111661 15141 rpc.go:74] Marshaling property for RPC[Provider[command, 0xc000b4d320].Check(urn:pulumi:k8s-dev::infra::command:local:Command::talosctl_gen_config).olds]: create={talosctl gen config k8s-dev-1 <https://localhost:6443> --config-patch @openebs_patch.yml --registry-mirror <http://docker.io|docker.io>=<https://registry.ipv6.docker.com> --with-examples=false --with-docs=false --with-kubespan=true --with-secrets=secrets.yaml }
I0126 12:47:51.111671 15141 rpc.go:74] Marshaling property for RPC[Provider[command, 0xc000b4d320].Check(urn:pulumi:k8s-dev::infra::command:local:Command::talosctl_gen_config).news]: assetPaths={[{controlplane.yaml} {talosconfig} {worker.yaml}]}
I0126 12:47:51.111681 15141 rpc.go:74] Marshaling property for RPC[Provider[command, 0xc000b4d320].Check(urn:pulumi:k8s-dev::infra::command:local:Command::talosctl_gen_config).news]: create={talosctl gen config k8s-dev-1 <https://localhost:6443> --config-patch @openebs_patch.yml --registry-mirror <http://docker.io|docker.io>=<https://registry.ipv6.docker.com> --with-examples=false --with-docs=false --with-kubespan=true --with-secrets=secrets.yaml }
I0126 12:47:51.112117 15141 eventsink.go:78] eventSink::Infoerr(<{%reset%}>I0126 12:47:51.112071 15157 rpc.go:274] Unmarshaling property for RPC[]: assetPaths={[{controlplane.yaml} {talosconfig} {worker.yaml}]}
<{%reset%}>)
I0126 12:47:51.112147 15141 eventsink.go:78] eventSink::Infoerr(<{%reset%}>I0126 12:47:51.112096 15157 rpc.go:274] Unmarshaling property for RPC[]: create={talosctl gen config k8s-dev-1 <https://localhost:6443> --config-patch @openebs_patch.yml --registry-mirror <http://docker.io|docker.io>=<https://registry.ipv6.docker.com> --with-examples=false --with-docs=false --with-kubespan=true --with-secrets=secrets.yaml }
<{%reset%}>)
I0126 12:47:51.112167 15141 eventsink.go:78] eventSink::Infoerr(<{%reset%}>I0126 12:47:51.112104 15157 rpc.go:274] Unmarshaling property for RPC[]: assetPaths={[{controlplane.yaml} {talosconfig} {worker.yaml}]}
<{%reset%}>)
I0126 12:47:51.112176 15141 eventsink.go:78] eventSink::Infoerr(<{%reset%}>I0126 12:47:51.112111 15157 rpc.go:274] Unmarshaling property for RPC[]: create={talosctl gen config k8s-dev-1 <https://localhost:6443> --config-patch @openebs_patch.yml --registry-mirror <http://docker.io|docker.io>=<https://registry.ipv6.docker.com> --with-examples=false --with-docs=false --with-kubespan=true --with-secrets=secrets.yaml }
<{%reset%}>)
I0126 12:47:51.112242 15141 eventsink.go:78] eventSink::Infoerr(<{%reset%}>I0126 12:47:51.112219 15157 rpc.go:74] Marshaling property for RPC[]: assetPaths={[{controlplane.yaml} {talosconfig} {worker.yaml}]}
<{%reset%}>)
I0126 12:47:51.112277 15141 eventsink.go:78] eventSink::Infoerr(<{%reset%}>I0126 12:47:51.112232 15157 rpc.go:74] Marshaling property for RPC[]: create={talosctl gen config k8s-dev-1 <https://localhost:6443> --config-patch @openebs_patch.yml --registry-mirror <http://docker.io|docker.io>=<https://registry.ipv6.docker.com> --with-examples=false --with-docs=false --with-kubespan=true --with-secrets=secrets.yaml }
<{%reset%}>)
echoing-dinner-19531
01/26/2023, 12:40 PMWhat line/context should I look forI don't know because I still don't know what's wrong? Please explain what your expecting to happen, and what's actually happening. As far as I can tell from those log lines everything looks fine, it will run "talosctl gen config k8s-dev-1 https://localhost:6443 --config-patch @openebs_patch.yml --registry-mirror docker.io=https://registry.ipv6.docker.com --with-examples=false --with-docs=false --with-kubespan=true --with-secrets=secrets.yaml" on create and read the controlplane.yaml, talosconfig, and worker.yaml files as assests.
early-cat-34152
01/26/2023, 3:26 PMechoing-dinner-19531
01/26/2023, 5:15 PMearly-cat-34152
01/26/2023, 6:42 PMpulumi up
. Still, the same error message. That’s why I’m looking to debug this properly.echoing-dinner-19531
01/26/2023, 8:32 PMearly-cat-34152
01/27/2023, 8:19 AMechoing-dinner-19531
01/27/2023, 8:27 AMMaybe there's some assumption in the code path that command lines are of a certain max length, smaller than the actual max length,There's limits set by grpc and protobuf but they are megabytes in size, and I doubt your command line is that big.
early-cat-34152
01/27/2023, 8:50 AMNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by